Hello to the Joomla Team,
I am trying to access the Joomla website but when typing in my website's url/administrator, I can see the error message on the screen:
This page isn’t working
...website domain... is currently unable to handle this request.
HTTP ERROR 500
I am using Google Chrome.
Receive the error on all the browsers.
Appreciate your urgent help to fix the admin login screen so I can fill in the login details and login into the dashboard.
Thank you.
Joomla Administrator Page error
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
-
- Joomla! Fledgling
- Posts: 2
- Joined: Wed Jan 19, 2022 10:29 pm
-
- Joomla! Fledgling
- Posts: 2
- Joined: Fri Nov 19, 2021 6:22 am
Re: Joomla Administrator Page error
There must be some fatal error.Narhari wrote: ↑Wed Jan 19, 2022 10:43 pmHello to the Joomla Team,
I am trying to access the Joomla website but when typing in my website's url/administrator, I can see the error message on the screen:
This page isn’t working
...website domain... is currently unable to handle this request.
HTTP ERROR 500
I am using Google Chrome.
Receive the error on all the browsers.
Appreciate your urgent help to fix the admin login screen so I can fill in the login details and login into the dashboard.
Thank you.
you have to edit configuration.php and change error_reporting variable value from default to development.
Then it will show exact error.
-
- Joomla! Fledgling
- Posts: 2
- Joined: Wed Jan 19, 2022 10:29 pm
Re: Joomla Administrator Page error
Upon changing the error_reporting variable value from default to development, the following errors were displayed in the administrator login page:
Warning: strstr() expects parameter 1 to be string, object given in /home/********/public_html/********/libraries/joomla/cache/controller/callback.php on line 63
Warning: strstr() expects parameter 1 to be string, object given in /home/********/public_html/********/libraries/joomla/cache/controller/callback.php on line 69
Fatal error: Call to undefined method JApplicationAdministrator::isClient() in /home/********/public_html/********/administrator/components/com_login/models/login.php on line 146
Line 146 displays:
if ($app->isClient('site') && $app->getLanguageFilter())
// Filter by language.
if ($app->isClient('site') && $app->getLanguageFilter())
{
$query->where('m.language IN (' . $db->quote($lang) . ',' . $db->quote('*') . ')');
}
Warning: strstr() expects parameter 1 to be string, object given in /home/********/public_html/********/libraries/joomla/cache/controller/callback.php on line 63
Warning: strstr() expects parameter 1 to be string, object given in /home/********/public_html/********/libraries/joomla/cache/controller/callback.php on line 69
Fatal error: Call to undefined method JApplicationAdministrator::isClient() in /home/********/public_html/********/administrator/components/com_login/models/login.php on line 146
Line 146 displays:
if ($app->isClient('site') && $app->getLanguageFilter())
// Filter by language.
if ($app->isClient('site') && $app->getLanguageFilter())
{
$query->where('m.language IN (' . $db->quote($lang) . ',' . $db->quote('*') . ')');
}
- toivo
- Joomla! Master
- Posts: 14587
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Joomla Administrator Page error
The topic was moved from Joomla 4.x to Joomla 3.x because the error messages indicate that this is a broken Joomla 3.x site.
Is this a newly installed site or have you tried to update an existing site?
Please post the results from the Forum Post Assistant (FPA) by following the instructions at https://forumpostassistant.github.io/docs/ so that the configuration can be reviewed.
Is this a newly installed site or have you tried to update an existing site?
Please post the results from the Forum Post Assistant (FPA) by following the instructions at https://forumpostassistant.github.io/docs/ so that the configuration can be reviewed.
Toivo Talikka, Global Moderator
- Webdongle
- Joomla! Master
- Posts: 41264
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Joomla Administrator Page error
How was it installed?
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Fledgling
- Posts: 2
- Joined: Fri Nov 19, 2021 6:22 am
Re: Joomla Administrator Page error
there seems some old version files.Narhari wrote: ↑Sun Jan 23, 2022 10:10 pmUpon changing the error_reporting variable value from default to development, the following errors were displayed in the administrator login page:
Warning: strstr() expects parameter 1 to be string, object given in /home/********/public_html/********/libraries/joomla/cache/controller/callback.php on line 63
Warning: strstr() expects parameter 1 to be string, object given in /home/********/public_html/********/libraries/joomla/cache/controller/callback.php on line 69
Fatal error: Call to undefined method JApplicationAdministrator::isClient() in /home/********/public_html/********/administrator/components/com_login/models/login.php on line 146
Line 146 displays:
if ($app->isClient('site') && $app->getLanguageFilter())
// Filter by language.
if ($app->isClient('site') && $app->getLanguageFilter())
{
$query->where('m.language IN (' . $db->quote($lang) . ',' . $db->quote('*') . ')');
}
you may tried to update joomla and it was not successful completion.
you need to replace libraries folder.