Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error! Unable to determine the page link!


Leopardo

Recommended Posts

Hello

 

I've just installed the latest osCommerce and everything seemed to be working fine until i ran into this problem - imagelink

Unlike most of the other cases, it ONLY occurres on the bottom of the main page. All category and product pages work fine

 

Use Search-Engine Safe URLs is false

 

Any suggestions? Thank you

 

Upd: another strange thing - language and currency boxes dont appear on the main page - www.animestore.home.pl

Link to comment
Share on other sites

Hello

 

I've just installed the latest osCommerce and everything seemed to be working fine until i ran into this problem - imagelink

Unlike most of the other cases, it ONLY occurres on the bottom of the main page. All category and product pages work fine

 

Use Search-Engine Safe URLs is false

 

Any suggestions? Thank you

Are you using Dynamic Sitemap? If so, see http://www.oscommerce.com/forums/index.php?sho...Dynamic+Sitemap

Link to comment
Share on other sites

chek the request_type var value.

 

Just echo it in html_output.php and test.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

This is a bit off the wall, but I think this will fix the problem.

 

In /includes/application_top.php find this code:

 

// set php_self in the local scope
 if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];

 

AFTER it ADD this code:

 

  if (!strlen($PHP_SELF)) $PHP_SELF = '/index.php';

BACKUP THE FILE FIRST!

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...