Quote:
Originally Posted by ozzy47
It's just a minor conflict somewhere between some function, and php5.4, nothing to worry about.
|
...but I think my server is running php 5.3, if I'm correct. Would I still have these issues? Or something more serious? Thanks.
--------------- Added [DATE]1385408549[/DATE] at [TIME]1385408549[/TIME] ---------------
i saw this on another site:
Now, open the second file ./includes/class_core.php & find for
Code:
$this->shutdown = vB_Shutdown::instance();
Replace it with
Code:
$this->shutdown =@ vB_Shutdown::instance();
Do I have to put that in as well, and what exactly will that do? Thanks.