|  | blank page appears instead of creditcard page
|
Original Message | blank page appears instead of creditcard page Author Luis Ruben Rosario on 09-25-2000 at 21:17 (EST) | I correct my error in question #3 in the ushop.pl script set to:
$store_url = "http://www.rameynet.com/";
and the next page with billing and shipping information appears. But when I fill it the continue botton appears but without any text of continue, when I press the bottom to go to fill credit card info appears a blank page.
please help me page: www.rameynet.com/newtools/frame.htm
the only working section for buying products is "Nes Tools".
thanks
|
|
| Messages In This Discussion |
3. another thing Author Luis Ruben Rosario on 09-26-2000 at 17:10 (EST) | | If you nedd to acces shop.pl this is my password (ruben). Later i change it for security
thanks
|
|
4. RE: another thing Author Bill Weiner on 09-27-2000 at 06:34 (EST) | | Well, from looking at your diagnostics report (generated from the control panel), it appears that many of the settings in your "ushop-settings.txt" file are blank... Including the following fields/lines which should say "Continue":
$settings[28] (line 29) should be "Continue" $settings[57] (line 58) should be "Continue" $settings[60] (line 61) should be "Continue"
... so that is why the "Continue" button is going to be blank.
As for the "document returns no data" error that occurs upon pressing the "Continue" button.... I can tell that the error is occuring at least past the point where if validates the required fields (obviously becuase you get the "missing input" message when one of the required fields is left blank).... so the problem is occurring somewhere after that.
Again from looking at your diagnostics report, I can see that many of the fields were blank.... including some YES/NO fields that shouldn't ever be blank... So I tried to configure your "General Settings" to fill in as much as possible... but several should have been initialized the first time you configured your "General Settings".
..... So what I would suggest is just FTPing to your server and deleting the "ushop-settings.txt" file that is located in your data directory. This will basically reset the settings. After deleting that, login again and configure the general settings... and see if that corrects the problem.
(If necessary, look at the control panel settings of our demo at https://www.uburst.com/cgi-bin/ushop/ushop.pl in order to see example settings).
|
|
|
|