Pottypotsworth Posted March 25, 2007 Share Posted March 25, 2007 Hi all, I have had OScommerce setup and running for a good couple of years now with no issues at all, but recently i have been forced to change hosts. The new host that i am with does not have register globals on so i instantly had an issue with that but after some searching i managed to apply the patch and get that fixed up. Now the site is working perfectly on EVERY PAGE except for checkout_shipping.php AFTER a user has added to the cart and then logged in, the error i get is.... Unable to determine the page link! Now i know that there is an issue with the SEO urls but it is not an option to turn them off as google has them indexed, i tried adding this code to application_top.php but again no joy. // set php_self in the local scope if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF']; if ($PHP_SELF != $SCRIPT_NAME) { $PHP_SELF = $SCRIPT_NAME.$PHP_SELF; } Now as i have said, i have searched around the forum and i dont seem to be able to find an answer that is suitable to my problem, i seem to be able to view all the products correctly, it just logging in or signing up as a new user AFTER adding to the cart. So if anyone has any ideas what i can do then it would be greatly appreciated. Chewie Link to comment Share on other sites More sharing options...
Pottypotsworth Posted April 13, 2007 Author Share Posted April 13, 2007 Hi, i know that bumping a message isnt good karma but i have left it a while and i still cannot work out why this is happening, further to this it seems that all of my payment modules have dissapeared from the admin panel and is causing credit card payments to not be saved into the admin panel or an email notification to be recevied, weirdly the transaction seems to come through worldpay just fine. I am looking at the second issue now but if anyone has any ideas then it would be greatly appreciated. Link to comment Share on other sites More sharing options...
Pottypotsworth Posted April 13, 2007 Author Share Posted April 13, 2007 I dont seem to be able to edit the previous post so i am posting again, sigh! I have fixed the issue with the modules not showing up but i am still having issues with worldpay, everytime a transaction is made it seems to go through worldpay ok but when returning to the site it seems to always say that the payment has been cancelled and i dont receive any emails from the site saying that a transaction has been processed. Searching the forum i cant seem to find an answer, any ideas? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.