I have no way of knowing where the problem is. You should follow the blank page debugging instructions.
https://www.zen-cart.com/tutorials/index.php?article=82
I have no way of knowing where the problem is. You should follow the blank page debugging instructions.
https://www.zen-cart.com/tutorials/index.php?article=82
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Thanks for the quick response. I wasn't aware of the debugging error logging tool.
The debug error I get is as follows:
[17-Sep-2009 11:33:42] PHP Fatal error: Cannot redeclare class order in /home/lcstesti/public_html/development/store/includes/classes/order.php on line 1061.
My best guess is that it is a conflict between this module and a Gift Registry module I installed which also modified /includes/classes/order.php. I will research this further to see if I can resolve.
My guess? Edit ./includes/modules/pages/checkout_shipping/header_php.php and change
require(DIR_WS_CLASSES . 'order.php');
to
require_once(DIR_WS_CLASSES . 'order.php');
Then see if there are other instances of include or require order.php and change them to include_once or require_once.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Your guess better than mine! I modified ./includes/modules/pages/checkout_shipping/header_php.php from
require(DIR_WS_CLASSES . 'order.php'); and
require(DIR_WS_CLASSES . 'shipping.php');
to
require_once(DIR_WS_CLASSES . 'order.php'); and
require_once(DIR_WS_CLASSES . 'shipping.php');
and this resolved the blank screen issue. Thanks so much for quick response and help!
Can Anyone help me merge two modules?
I already have The Timezone Offset which I have to have and I would like to add the Giftwrap module. One file exists in the two mods, order.php. I have been through the forum and I can see the answer is to merge the two files but its too hectic for me. If anyone has done this can I have a copy of your file?
Cheers
Steve
Hi
I am having the same problem I just installed Gift Wrap Contribution 2-6_138 to my Zen Cart 1.3.8a and I get a blank page on checkout_shipping. I used the Black page debug Tool and I am getting the following error
---------------
PHP Fatal error: Cannot redeclare class order in /usr/local/pem/vhosts/200456/webspace/httpdocs/Shop/includes/classes/order.php on line 20
--------------------
require_once(DIR_WS_CLASSES . 'order.php');did not work
Any help would be appreciated.
Thanks
Tony
##############################
You have installed another mod that includes the class order after gift wrapping then.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Thanks for a quick reply
Gift wrapping was the last Mod I installed.
However, I just noticed that when you are buying a gift certificate you do not get the blank checkout page however if you are buying a regular item or a Free shipping item you get a white screen at checkout.
Thanks
Tony
~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor