MyBB Community Forums

Full Version: PHP Errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just updated my PHP version to 7.3 and my forum is now throwing some errors at me. How can I fix these? The first one is on Threadview, the second is on the login page to the ACP.
They are all related to the plugin rpgresults in the inc/plugins/ folder. Deactivate that and see if all the errors go away.
(2019-06-26, 02:33 AM)Ashley1 Wrote: [ -> ]They are all related to the plugin rpgresults in the inc/plugins/ folder. Deactivate that and see if all the errors go away.

The forum is not letting me stay logged into the ACP. Every time I log in and click the Configuration tab, it asks me to log in again. I have already cleared my cache and cookies.
Whats your URL?

And what version of mybb is your forum on?
(2019-06-26, 03:19 AM)Ashley1 Wrote: [ -> ]Whats your URL?

And what version of mybb is your forum on?
http://whatlieswebreathe.com/

MyBB Version 1.8.21
PHP Version 7.3.0
SQL Engine MySQLi 5.7.25
The upgrade is not completely up to date:

Your view source reveals:

<script type="text/javascript" src="http://whatlieswebreathe.com/jscripts/jquery.js?ver=1813"></script>
<script type="text/javascript" src="http://whatlieswebreathe.com/jscripts/jquery.plugins.min.js?ver=1813"></script>
<script type="text/javascript" src="http://whatlieswebreathe.com/jscripts/general.js?ver=1813"></script>

not what it should be for a 1.8.21 installation.
Hm. Yeah that's a really old version, especially since we upgraded from .20 to .21. We haven't been on 13 in ages.
Your theme at least needs updating.

As to why you're getting logged out, i can't say. I checked your cookie settings and those appear correct.