
11-25-2013, 07:28 PM
|
 |
|
|
Join Date: Dec 2005
Location: Athens / Greece
Posts: 409
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by pityocamptes
...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.
|
http://stackoverflow.com/questions/1...-symbol-in-php
|