We did a sample order and after you type in your address and payment info and stuff it it takes you to a blank web page.
https://www.site.com/index.php?main_...ckout_shipping <----- turns out blank
What could be the problem ?
We did a sample order and after you type in your address and payment info and stuff it it takes you to a blank web page.
https://www.site.com/index.php?main_...ckout_shipping <----- turns out blank
What could be the problem ?
Generally caused by a faulty php file. Sometimes, files get corrupted during the initial FTP process, (or other reasons).
https://www.zen-cart.com/tutorials/index.php?article=82
20 years a Zencart User
not sure which file to re-upload ? I just restored this from a c panel backup....
As pointed out in the tutorial, load the debugging utility and that will indicate the faulty file(s).
20 years a Zencart User
worked like a charm... but i got this:
[08-Apr-2010 13:50:49] PHP Fatal error: Call to undefined function curl_init() in public_html/includes/modules/shipping/fedexground.php on line 328
maybe curl is not installed ? ill check that
Who is your webhost? Cheap and Nasty webhosts often don't have cURL enabled.
If you can enable it using php.ini then good luck... otherwise change hosts to a more reliable one.
20 years a Zencart User
i have a dedicated server so i just had to recompile Apache =P