This is the bug i'm getting reported...
[20-Jul-2008 09:58:59] PHP Fatal error: Call to undefined function efine() in /home/bubbles/public_html/includes/languages/english/future_zen/logoff.php on line 12
means nothing to me, help please![]()
This is the bug i'm getting reported...
[20-Jul-2008 09:58:59] PHP Fatal error: Call to undefined function efine() in /home/bubbles/public_html/includes/languages/english/future_zen/logoff.php on line 12
means nothing to me, help please![]()
This is the file it refers to...
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: J_Schilz for Integrated COWOA - 14 April 2007
*/
define('HEADING_TITLE', 'Log Off');
define('NAVBAR_TITLE', 'Log Off');
define('TEXT_MAIN', 'You have been logged out. It is now safe to leave the computer.<br /><br />If you created an account and you had items in your cart, they have been saved. The items inside it will be restored when you log back into your account.');efine('TEXT_MAIN', 'You have been logged out. It is now safe to leave the computer.<br /><br />If you created an account and you had items in your cart, they have been saved. The items inside it will be restored when you log back into your account.');
?>
Looks like your file is corrupt ... the defines should be on separate lines and you have two for TEXT_MAIN and the second one is missing the "d" in define and is wrapped with the first one ...
Note: there can only be one define for each constant available at a given time ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!