Zen Cart Logo
Forums / Installing on a Linux/Unix Server / error! Unable to determine page link

error! Unable to determine page link

Views: 4,562

Results 1 to 3 of 3
3 Sep 2008, 8:55 PM
#1
ty78749 avatar

ty78749

New Zenner

Join Date:
Sep 2008
Posts:
1
Plugin Contributions:
0

error! Unable to determine page link

Main site just a blank page. Categories and products are still in database.

In admin when clicking on a category to view products receive the following error:

Error!

Unable to determine the page link!

Function used:

zen_href_link('', 'page=1&product_type=1&cPath=13_51&pID=23&action=new_product', 'NONSSL')

HELP!!!!

21 Sep 2008, 3:29 PM
#2
kubbos avatar

kubbos

New Zenner

Join Date:
Sep 2008
Posts:
5
Plugin Contributions:
0

Re: error! Unable to determine page link

I had the similar problem - in zencart and in oscommerce
Solution:
find "index.php" in your main catalogue or in the root dir
just after: "<?php"
paste:> $PHP_SELF = !strlen(basename($PHP_SELF)) ? 'index.php' : $PHP_SELF;

this solution works for me

16 Apr 2011, 3:13 AM
#3
davyho avatar

davyho

New Zenner

Join Date:
Apr 2011
Posts:
1
Plugin Contributions:
0

Re: error! Unable to determine page link

The solution is simple!

The reason is the original file name(picture) in non-English or contains () , [], {} ect characters.

Just re-upload the picture renamed in English of your product. then upload more pictures in Image Handler.