-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to a member function get() on a non-object in /home/.../public_html/.../admin/index.php on line 84 #1424
Comments
Hi, It seems like file "config.php" does not exists on admin directory. That's why $config = new Config(); object becomes null. Can you check that? |
i have config.php file |
Hi, can you check for logs? |
i not gettings logs |
can you tell me how we find logs |
Can you please use the forums for general issues - this isn't a global issue. You are welcome to comment with the forum link once you have created it. |
Problem was in permissions to log file /system/logs/error.log |
Hi,
i am trying to fix error my one of my website. So that i am using dump in another my server but when i config it shows Fatal error: Call to a member function get() on a non-object in /home/.../public_html/../admin/index.php on line 84
in admin index.php file i have this code
if ($config->get('config_error_display')) {
echo '' . $error . ': ' . $errstr . ' in ' . $errfile . ' on line ' . $errline . '';
}
The text was updated successfully, but these errors were encountered: