bnji
03-25-2012, 01:15 AM
Yet another problem haha.
Just transferred to a VPS. Had problems with datastore. They're fixed now.
Our old host ran PHP 5.3.10, our new host runs the same so it can't be a problem with my PHP version, but most plugins I'm using (which ran fine before) are displaying this error at me:
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/class_core.php on line 2544
Any ideas what the problem could be here?
Thanks.
edit: I have fixed the deprecated errors by doing a mass replace of =& to = but now I am getting double notifications from certain plugins. Guessing these two errors are related.
Just transferred to a VPS. Had problems with datastore. They're fixed now.
Our old host ran PHP 5.3.10, our new host runs the same so it can't be a problem with my PHP version, but most plugins I'm using (which ran fine before) are displaying this error at me:
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in /xxxx/xxxx/public_html/includes/class_core.php on line 2544
Any ideas what the problem could be here?
Thanks.
edit: I have fixed the deprecated errors by doing a mass replace of =& to = but now I am getting double notifications from certain plugins. Guessing these two errors are related.