freebsd_dude Posted December 10, 2002 Posted December 10, 2002 Hello All, Does anyone know how to fix this problem? I get this error on the main page after default.php runs then i only see the page to the left of the screen. Unable to determine the page link! Thank you
CC Posted December 10, 2002 Posted December 10, 2002 If you have an error post then entire error message here. There are a million and one errors on here, and we need to know what yours is exactly. And have you searched for it aswell?? CC.
cabvzla Posted December 19, 2002 Posted December 19, 2002 Bassically your error tolerance is set to low in your php.ini :? . osCommerce like half the php scripts require you turn notice error messages off. 1) Find your "php.ini" file in windows or winnt directory. 2) Open and search for "error_reporting" 3) Yours is most likely set to error_reporting = E_ALL so change to error_reporting = E_ALL & ~E_NOTICE 4) Also check this setting: register_globals = off and change to on. RESTART YOUR SERVER AND RUN osCommerce. :shock: Now, osCommerce it works! :D :D Greetings from Venezuela! :D (NOTE: THIS ANSWER IF TAKEN FROM OTHER USER, IT?S NO MY, BUT IT?S WORKS :lol: )
Apachepass Posted July 4, 2008 Posted July 4, 2008 Hello All, Does anyone know how to fix this problem? I get this error on the main page after default.php runs then i only see the page to the left of the screen. Unable to determine the page link! Thank you Very easy to fix: Go to your admin area, click on configuration then click on my store then where it reads Use search-engine safe urls for all site links click "False" That should do it. CE
bkellum Posted July 4, 2008 Posted July 4, 2008 Very easy to fix: Go to your admin area, click on configuration then click on my store then where it reads Use search-engine safe urls for all site links click "False" That should do it. CE Uh....did you notice that you responed to a post that was over 6 years old??? Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE
Recommended Posts
Archived
This topic is now archived and is closed to further replies.