I have a little big problem yet... checkout.html;
<!--Shopping Cart Checkout Begin-->
The items listed below are currently in your shopping cart:
<p>
<FORM ACTION="/cgi-bin/checkout.pl" METHOD="POST">
<SCRIPT>
CheckoutCart();
</SCRIPT>
Name: <input type="text" name="b_first"> <input type="text" name="b_last">
Email: <input type="text" name="b_email">
... Your other form data here...
<INPUT type=SUBMIT value=" Submit Order ">
</FORM>
<!--Shopping Cart Checkout End -->
Thats code is the single one u have in http://www.nopdesingn.com main page and dont works in my test web.
The one fron sample site works right. My own single code is done using this one like base... taking off fields that i dont need... but dont works
This my new test site:
http://webcindario.com/hollow/paginatest/frames.html
And this message is showed after submit :
Warning: Failed opening '' for inclusion (include_path='.') in /home/webcindario/hollow/paginatest/cgi-bin/checkout.php on line 61
The form you submitted was not complete.
I'm sorry, but it appears that you forgot to fill in a required field. Please go back and correct the error.
--------------------------------------------------------------------------------
Warning: Failed opening '' for inclusion (include_path='.') in /home/webcindario/hollow/paginatest/cgi-bin/checkout.php on line 67
The chmod is 755. Thats right.
PLEASE HELP!!!
