Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Area Access Problem


linzio

Recommended Posts

Posted

Hi

Trying to access admin area details etc.

Getting this format

admin/FILENAME_CONFIGURATION?gID=8

If I do a cut&paste from my other store and create correct looking url

with my admin id etc it works fine on a page per page basis but as a straight request does this on any page in the admin area.

Any ideas would be greatly appreciated.

Thanks

Posted

admin/includes/filenames.php should include the following line:

define('FILENAME_CONFIGURATION', 'configuration.php');

 

Does it? Is there any place where you've removed the code to include/require filenames.php? Did someone put FILENAME_CONFIGURATION inside of quotes ' in the place where it's called? If they did, it won't be replaced by the correct string 'configuration.php'.

Posted

Have you overwritten admin/includes/configure.php with /includes/configure.php?

 

Cheers

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

admin/includes/filenames.php should include the following line:

define('FILENAME_CONFIGURATION', 'configuration.php');

 

Does it? Is there any place where you've removed the code to include/require filenames.php? Did someone put FILENAME_CONFIGURATION inside of quotes ' in the place where it's called? If they did, it won't be replaced by the correct string 'configuration.php'.

 

Thanks for your assistance. Greatly appreciated.

I needed to add the

define('FILENAME_CONFIGURATION', 'configuration.php');

to the admin/includes/filenames.php and that seems to have fixed it as far as the config section in the admin area. Still getting the problem in the other areas eg Catalog etc.

Tried adding a similar string with

define('FILENAME_CATALOG', 'catalog.php');

Seemed logical? but didn't fix that problem.

??Any ideas

Thanks

Linzio

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...