Unable to determine the page link! and $PHP_SELF is empty
HungryH <[email protected]> 13 Sep 2003 07:15:14 -0000
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <882612848620ed2c33a1d717fa514bf6@osCommerce-Forums> |
This message was sent from: Installation and Configuration http://forums.oscommerce.com/viewtopic.php?p=228797#228797 ---------------------------------------------------------------- I have been getting the error "Unable to determine the page link!" and traced it down to $PHP_SELF being empty. The only fix I could find in this forum was to add this code to general.php. [code]if ($HTTP_POST_VARS[$post_var]) $GLOBALS[$post_var] = $HTTP_POST_VARS[$post_var];[/code] $PHP_SELF is still empty after doing this. I have also run a script using phpinfo() and _SERVER["PHP_SELF"] has no value. I am thinking I need to get the host to change a setting. Can someone help me?