Opencart Fatal error: Call to a member function get() on a non-object
问题 Trying to move from local host to new server. Fresh install worked fine, no problems. When I uploaded my files mydomain.com/admin comes up with a white screen and mydomain.com produces this error: Fatal error: Call to a member function get() on a non-object in /home4/pawpostc/public_html/index.php on line 103. So I took a look at index.php line 103: if ($config->get('config_error_display')) { echo '<b>' . $error . '</b>: ' . $errstr . ' in <b>' . $errfile . '</b> on line <b>' . $errline . '<