You are here:  » Could anyone help me with admin login page?


Could anyone help me with admin login page?

Submitted by Yohannes on Fri, 2022-11-25 00:35 in

Could anyone help me with admin login page error?
I am unable to enter admin page to manage my feeds.
I receive the following error message:

This page isn’t working example.com is currently unable to handle this request.
HTTP ERROR 500

Submitted by support on Fri, 2022-11-25 08:05

Hello Yohannes,

The reason for a 500 Internal Server Error is normally reported to your web server's error_log if you have access to that file via your hosting account or control panel.

One reason for the 500 error would be if a deprecated PHP function has been called, I know you have been using the script for several years now so it might be the one forward compatibility patch required in this case as it sounds like the rest of your site is working OK - if you edit includes/widget.php and look for the following code at line 351:

  if (get_magic_quotes_gpc())

...and REPLACE with:

  if (FALSE)

...that might be all it is...

Cheers,
David.
--
PriceTapestry.com

Submitted by Yohannes on Fri, 2022-12-09 01:07

Thank you David!

That sorted my issue.

Cheers,

Yohannes