Can't open Admin panel - New Installation
Posted: Fri Mar 18, 2011 9:59 pm
I just installed OpenCart 1.4.9.3 on Windows 7 and IIS 7. I can't open the Admin panel, as I get a PHP error:
PHP Fatal error: Call to a member function get() on a non-object in C:\inetpub\wwwroot\store\admin\index.php on line 71
Does anyone know what this might be from? The index.php line is the 'if' command in the following:
Thanks for any help you can provide.
Sincerely,
Mark
PHP Fatal error: Call to a member function get() on a non-object in C:\inetpub\wwwroot\store\admin\index.php on line 71
Does anyone know what this might be from? The index.php line is the 'if' command in the following:
Code: Select all
if ($config->get('config_error_display')) {
echo '<b>' . $error . '</b>: ' . $errstr . ' in <b>' . $errfile . '</b> on line <b>' . $errline . '</b>';
}
Thanks for any help you can provide.
Sincerely,
Mark