sgflowers Posted December 19, 2003 Posted December 19, 2003 Hello, my site was migrated from a php server running php as an api to one running as a cgi. I got everything working properly except the new customer signup form at https://www.secretgardenflowers.com/create_account.php look at what the form does it give an error then it retunrns the form and then when you send the form a second time it gives a server configuration error I am running oscommerce ms2 with linda's sec for ms2 Any help would be greatly appreciated - kevin
sgflowers Posted December 20, 2003 Author Posted December 20, 2003 I have not modified the php files from the previous server
sgflowers Posted December 20, 2003 Author Posted December 20, 2003 the form actually changes from an input box for the state to a drop down any idea what could cause this??
Guest Posted December 20, 2003 Posted December 20, 2003 go into the admin panel and turn on the logging, and see what happens when you try to register. also, the server access and error logs will give you some info on what is going on. your system does send out a confirmation of joining, so that part is going through. also, in the admin section click on the server info box, see what you get . .
Guest Posted December 20, 2003 Posted December 20, 2003 your system is hanging, i clicked on view all products, and i am pretty much being hung up on there.
Guest Posted December 20, 2003 Posted December 20, 2003 It also sets the login cookie. I.e. if you go back to the index page after getting the error, you are logged in. Most likely, it's failing on the tep_redirect or something like that. Hth, Matt
sgflowers Posted December 20, 2003 Author Posted December 20, 2003 thanks for the help, is the state supposed to be a dropdown initially or a text box? i am not getting a server error now when it redirect back and changes the state to a drop down but why isn't it accempting it the 1st time? wierd now it is working again... - kevin
Guest Posted December 20, 2003 Posted December 20, 2003 You have to put in the full name of the state, e.g. Ohio not OH, California not CA, etc. Yes, it normally defaults to a text box, because it doesn't know what country yet. On an incorrect value there, it usually knows the country, so it only needs to show the zones for that country. Hth, Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.