Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error! Unable to determine the page link!


marcino

Recommended Posts

Posted

Hi,

Home page comes up with an error 'Error! Unable to determine the page link!' but when i refresh main page it dissappear. I've tried modify /includes/application_top.php

as someone sugested:

 

Code::

 

// set php_self in the local scope

if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];

 

 

and put the following just after this

Code::

 

if ($PHP_SELF != $SCRIPT_NAME) {

$PHP_SELF = $SCRIPT_NAME.$PHP_SELF;

}

 

but it doesn't help at all.

Register globals are on.

 

Any ideas?

Posted
Hi,

Home page comes up with an error 'Error! Unable to determine the page link!' but when i refresh main page it dissappear. I've tried modify /includes/application_top.php

as someone sugested:

 

Code::

 

// set php_self in the local scope

if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];

 

 

and put the following just after this

Code::

 

if ($PHP_SELF != $SCRIPT_NAME) {

$PHP_SELF = $SCRIPT_NAME.$PHP_SELF;

}

 

but it doesn't help at all.

Register globals are on.

 

Any ideas?

 

Be sure you don't have the Search Engine Friendly option set in admin->Configuration.

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Archived

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

×
×
  • Create New...