The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
OK, also in class_core.php, around line 2900-3000, you should find this:
Code:
/** * Singleton emulation - use this function to instantiate the class * * @return vB_Shutdown */ static function &init() { static $instance; if (!$instance) |
#12
|
|||
|
|||
And for that last one, I think you just need to find set_magic_quotes_runtime() on line 1514 and comment it out (put // at the beginning of the line).
Hopefully that would fix those 3 messages, but you might find others. Or maybe you've decided to go back to a different php version instead of making these changes. |
#13
|
||||
|
||||
Respected Sir,
Can you allow me to pm you for once. I have a sensitive question related to our site. If no, no issues I respect site and admin rules. Please do not reply to this message I will debug further and post problems. Regards, |
#14
|
|||
|
|||
You can pm me.
|
#15
|
|||
|
|||
BTW, I just saw the link in your signature and clicked on it, and saw the many vbSEO errors - I can't help you with vbSEO. It might be a good idea after all to go back to an older version of php.
|
#16
|
||||
|
||||
our hosting provider tried best to switch php version from 5.4 to 5.3 and surprised how core works but.
this are errors now on frontend and admincp. Code:
Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/tarena/public_html/forums/includes/class_core.php on line 1514 Unable to add cookies, header already sent. File: /home/tarena/public_html/forums/includes/class_core.php Line: 1514 |
#17
|
|||
|
|||
Try editing class_core.php and comment out line 1514.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|