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