Out of the blue, whenever I attempt to login to my admin panel now I get the following error.
Deprecated: Function ereg_replace() is deprecated in /home/exoticle/public_html/catalog/admin/includes/functions/general.php on line 67
Warning: Cannot modify header information - headers already sent by (output started at /home/exoticle/public_html/catalog/admin/includes/functions/general.php:67) in/home/exoticle/public_html/catalog/admin/includes/functions/general.php on line 34
Just started to get it today. Never had that before nor have I made any changes within the last few months. Main site is still running fine, just the admin panel isn't letting us login.
Latest News: (loading..)
Can not login to Admin panel
Started by Tekkun, Aug 22 2012 06:13 PM
3 replies to this topic
#1
Posted 22 August 2012 - 06:13 PM
#3
Posted 22 August 2012 - 07:55 PM
@Tekkun
temporarily try changing the error_reporting in admin/includes/application top to
temporarily try changing the error_reporting in admin/includes/application top to
if ( defined( 'E_DEPRECATED' ) ) {
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
} else error_reporting(E_ALL & ~E_NOTICE);
Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls
KissMT Dynamic SEO Meta & Canonical Header Tags
KissER Error Handling and Debugging
KissIT Image Thumbnailer
Security Pro - Querystring protection against hackers ( a KISS contribution )
If you found my post useful please click the "Like This" button to the right.
Please only PM me for paid work.
KissMT Dynamic SEO Meta & Canonical Header Tags
KissER Error Handling and Debugging
KissIT Image Thumbnailer
Security Pro - Querystring protection against hackers ( a KISS contribution )
If you found my post useful please click the "Like This" button to the right.
Please only PM me for paid work.
#4
Posted 22 August 2012 - 11:35 PM
This has been going for a couple of years I think..., everyone knew it was being depreciated FAST even back then, it's a shame that even by this point there still isnt a nice simple way of updating that somebody's created... and everyone updating their contribs.
anyway, just as some extra info into the discussion, here's a link that might help you.. or atleast allow you to see how the changes are being made to aid you in completing your own at the very least
http://forums.oscommerce.com/topic/381320-since-were-updating-deprecated-session-and-ereg-solutions/
anyway, just as some extra info into the discussion, here's a link that might help you.. or atleast allow you to see how the changes are being made to aid you in completing your own at the very least
http://forums.oscommerce.com/topic/381320-since-were-updating-deprecated-session-and-ereg-solutions/
Edited by Sumisu, 22 August 2012 - 11:36 PM.









