Hi,
I've been developing with zc for around a month so my knowledge is somewhat limited, I apologise if this post is in the wrong section of the forum.
The issue is on my local dev box which is a copy of the live environment (which doesn't have the same error).
On the ?main_page=checkout_payment page I'm getting the following error:
"...Failed opening 'includes/languages/english/modules/order_total/ot_loworderfe e.php' for inclusion (include_path='.;C:\php5\pear') ...order_total.php on line 32"
Here's the section of the code responsible:
I can see what's wrong, for some reason there is a whitespace in the filename, it should be 'ot_loworderfee.php' not 'ot_loworderfe e.php'.PHP Code:Include_once(zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/order_total/', $value, 'false'));
The filename is in the $value variable, I've been trying to find where this is comming from but to no avail - can anybody help? Where is this value been set? Or even better, why is there a whitespace in it?
Here's my spec:
-zc 1.3.7
-PHP Version 5.2.6
-mysql 5.0.51b-community-nt
-payment mods: Cash on Delivery & Check/Money Order
-Order Total
NB: all mod settings as the same as live
Many thanks!!!




