+91-943-185-6038 me@shashidharkumar.com

magentoAdmin URL is not working in Magento.

Go with following procedure to fix the issue:

What you have in your Magento/app/etc/local.xml under <adminhtml><args><frontName><![CDATA[admin]]></frontName> </args></adminhtml>?

Is it admin or something else?

As you can see the admin is used in <![CDATA[admin]]> tag. So your admin url will be http://siteurl.com/index.php/admin

And for anyone who turns Admin Base URL on, here’s a way to kill it before you do anything else which WILL mess your system up.

Fire up phpMyAdmin and open your core_config_data table. You have four or more rows to edit.

Find admin/url/custom and set to 0 [zero]

The next three will have been set from the funky Admin Base URL you set in the Admin Config panel. You know what it is, the following rows will have it in the value field. Note their config_ID numbers and write them down.

admin/url/custom
and all instances of following must be defined previously. Please check before insert
web/unsecure/base_url
web/secure/base_url

Set these to be what your website unsecured base url should be. Example: http://siteurl.com/ and don’t forget to flush the folder followed by a slash if you installed there.

Flush following folders:

/var/cache and

/var/session.

See also  Declaration of Zend_Pdf_FileParserDataSource_File::__construct() must be compatible with Zend_Pdf_FileParserDataSource::__construct()