
07-03-2014, 09:13 AM
|
 |
|
|
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
This should help you
http://www.php.net/manual/en/migration55.deprecated.php
Try adding this to your config, the top - and if you can try to use php4.4...I bet your issues would go away.
define('SKIP_ALL_ERRORS', true);
|