I moved a wordpress site from a shared environment to a dedicated virtual server on media temple. I got a blank page at first, but I’m getting these weird errors when I turn error reporting on.
How do I fix it?
Site URL: https://64.207.147.116/
Error Messages
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/herondance.org/httpdocs/wp-settings.php on line 219 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/herondance.org/httpdocs/wp-settings.php on line 234 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/herondance.org/httpdocs/wp-settings.php on line 241 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/herondance.org/httpdocs/wp-settings.php on line 248 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/herondance.org/httpdocs/wp-settings.php on line 273 Deprecated: Function set_magic_quotes_runtime() is deprecated in /var/www/vhosts/herondance.org/httpdocs/wp-settings.php on line 27 Notice: Undefined variable: wp_version in /var/www/vhosts/herondance.org/httpdocs/wp-content/plugins/1-click-retweetsharelike/la-click-and-share-utility-fns.php on line 4 Notice: Undefined index: PATH_INFO in /var/www/vhosts/herondance.org/httpdocs/wp-content/plugins/blip-slideshow/blip.php on line 723 Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. (This message was added in version 3.1.) in /var/www/vhosts/herondance.org/httpdocs/wp-includes/functions.php on line 3422
Solution: I went into the database with phpmyadmin and disabled all plugins. I then installed them one by one in the backend and presto. Live, working site. Thanks for all the responses though.