Zend Optimizer not installed
I keep getting this error "Zend Optimizer not installed" can anyone help?
you get that message with what code? post some of your code so we can know something about the problem
Diego Luces
Sorry I am still new to programming
here is my index
<?
require "engine/load_configuration.pml";
require "engine/scheduler.pml";
session_cache_limiter('none');
$timestamp = time();
$timeout = $timestamp - $timeoutseconds;
$dbh = c();
if(($use_new_api) && (!$order_n))
{
$order_n = $_POST[cart_order_id];
}
if($action == order && $order_n != "")
{
include "engine/card_process.pml";
if($payment_status == success)
{
$page = payment_success;
}
else
{
$page = payment_failed;
}
Last edited by Youthy; 04-23-2006 at 09:08 PM .
well.. for the error message you receive, you can install zend optimizer which decodes files that were encoded with zend guard.. your cart system may require zend optimizer support to decode files of that kind.. go to http://www.zend.com/products/zend_optimizer
Diego Luces
I am switching to another hosting company and they do not support zend.
oh well.. that's a problem.. which cart system are you using?
Diego Luces
Originally Posted by
delr2691
oh well.. that's a problem.. which cart system are you using?
I don't understand "cart system"
your code.. it seems to be a cart system (shopping cart).. or if it is not, what is it?
Diego Luces
ohh.. and you donwloaded the code didn't you? well then, i think you may want to go to the authors web page and look for the requirements...
Diego Luces
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks