Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Notice: Undefined index: REQUEST_URI in includes\application_top.php on line 14


farsad

Recommended Posts

Posted

Hi

I install oscommerce in my computer.

But when I run admin of my shop. I get this error in top of my page:

 

Notice: Undefined index: REQUEST_URI in .....\includes\application_top.php on line 14

 

application_top.php on line 14 is:

 

if(eregi("application_top.php", $_SERVER['REQUEST_URI']))

die('Access denied!');

 

how can i fix this error.

Posted
application_top.php on line 14 is:

 

if(eregi("application_top.php", $_SERVER['REQUEST_URI']))

die('Access denied!');

 

how can i fix this error.

No it isn't. Line 14 is

 

define('PAGE_PARSE_START_TIME', microtime());

 

So where you got osc from? Make sure you're using the one from here:

http://www.oscommerce.com/solutions/downloads

Archived

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

×
×
  • Create New...