Announcement
Collapse
No announcement yet.
vbulletin 3.8 problem
Collapse
X
-
Anyone know why I am still getting almost one GB of error per day after upgrading to 3.8.7?
Leave a comment:
-
I upgraded to 3.8.7 and I am still getting about a gigabyte of errors per day in multiple error log files.
How do I turn off deprecated messages in the php.ini file? Is that what Lats is describing in this post, above: https://www.vbulletin.com/forum/show...=1#post2244593
Leave a comment:
-
On 3.8.7? You can turn off the reporting of Deprecated messages in your php.ini file. vBulletin 3.8.7 is not going to be updated to remove them at this point.
Leave a comment:
-
I removed all the addons for 2 weeks and I still ended up with 1.2MB worth of these errors daily in my error_log.
Leave a comment:
-
I am using vb 3.8.6 PL1 with, according to my Admincp, php version 5.3.5.
Will the upgrade to 3.8.7 PL2 take care of the errors?
Leave a comment:
-
If you're getting errors then yes however, in the long run, it would most likely be best to upgrade.
Leave a comment:
-
I had this happen to me on my test install after upgrading a PC and installed a new version of xampp that had php 5.3.
Turns out to be a simple fix, if you didn't want to upgrade, simply find every occurrence of '=&' and remove the ampersand ( & ).
So a line like this in init.phpCode:$vbulletin =& new vB_Registry();
Code:$vbulletin = new vB_Registry();
Leave a comment:
-
Originally posted by Jazzyname View Postgo into Cpanel or phpadmin and run, a repair database, see if that helps, it cant hurt.
Leave a comment:
-
go into Cpanel or phpadmin and run, a repair database, see if that helps, it cant hurt.
Leave a comment:
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: