Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with administration panel


Guest

Recommended Posts

Posted

http://www.betatekelectronics.com/administ...files/index.php

 

That's my administration panel, some text shows up correctly some doesn't and none of the administration links work. I've triple checked my paths in administrationfiles/includes/configure.php and everything seems correct. My catalog directory works just fine thought. Could somebody please help me out?

Thank you,

Marcus Floyd

Beta Tek Electronics

 

betatek.gif

Posted
http://www.betatekelectronics.com/administ...files/index.php

 

That's my administration panel, some text shows up correctly some doesn't and none of the administration links work. I've triple checked my paths in administrationfiles/includes/configure.php and everything seems correct. My catalog directory works just fine thought. Could somebody please help me out?

Thank you,

Marcus Floyd

Beta Tek Electronics

 

betatek.gif

 

You won't be able to see the main site at http://www.betatekelectronics because register_globals is turned off in php.ini because I'm waiting for the webhosting company to change it. Right now I'm just using the ini_set function to change register globals temporarily.

Posted

It looks like there is something wrong with your includes/languages/english/index.php. Either the actual file is missing, or the part of application_top.php that is supposed to include it is not working. In mine, it is at line 133. Previous code from 109 on is relevant (sections 'set the languange' and 'include the language translations'.

 

Hth,

Matt

Posted

none of that seems to work. I think I kind of figured it out though. I think it's the register_globas in php.ini file. Because on the application_top.php in the admin/includes folder, I added the iniset (register_globals, 1); to change it remporarily. Then I added the variables from admin/includes/english/index.php to the application_top.php file and then everything showed up fine, but the links didnt work. So I'm just oging to wait until my web host changes the php.ini file so that I don't have to use the ini_set function.

 

Marcus Floyd

Posted

Edit the .htaccess file in your admin folder to include the following line:

php_flag register_globals on

and see if that does not resolve your problem.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Archived

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

×
×
  • Create New...