special5 Posted June 19, 2007 Share Posted June 19, 2007 When you click continue to send an email on the contact us page it goes to a blank page. I can't figure out how to fix this. www.specialistscaraudio.com/contact_us.php I thought I had it narrowed down but nothing. It comes up with this address http://specialistscaraudio.com/contact_us.php?action=send Link to comment Share on other sites More sharing options...
Guest Posted June 20, 2007 Share Posted June 20, 2007 must be something with the action process part of the contact_us.php script. See if you're getting the same problem with the stock file. If not use a comparison tool like winmerge check the differences. http://www.oscommerce.com/solutions/downloads Link to comment Share on other sites More sharing options...
special5 Posted June 21, 2007 Author Share Posted June 21, 2007 Thanks for the reply, but I get the same problem with the stock file. Link to comment Share on other sites More sharing options...
Guest Posted June 21, 2007 Share Posted June 21, 2007 I see, you're having some other code maybe in application_top.php that filters the action parameter in general. Any script I tried adding the action parameter like: ......./index.php?action=nothing causes the same problem. So it's not the contact us page. Link to comment Share on other sites More sharing options...
special5 Posted June 21, 2007 Author Share Posted June 21, 2007 I looked through both application_top and didnt see anything that stopped the action from loading. Link to comment Share on other sites More sharing options...
Guest Posted June 21, 2007 Share Posted June 21, 2007 well something stops it, must be one of the common files every osc file uses. application_top.php? header.php? .htaccess? Or any other files you have. You need to start debugging how the "action" get parameter is processed through your store because this is not happening with the stock osc. Link to comment Share on other sites More sharing options...
special5 Posted June 21, 2007 Author Share Posted June 21, 2007 GOT IT!!!!! It was stupid white space after the very end of the php code in the english.php file code code code ?> this line was blank got rid of this and everything worked Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.