Search the Community
Showing results for tags 'zend'.
-
Hello, I'm helping a client in Australia who is hosted at Melbourne IT - and just got the message today that they don't support Zend or Ioncube. So - I work in Europe, so I am not familiar which hosting companies are recommended in Australia? Do someone have a good, reliable one to recommend? Thanks in advance! cicki
-
I have installed CubeCart version 5.2.4 on a server running php 5.4 I get a blank page on both shop front and admin. Before running the install I got the warning "Either Ioncube Loader or Zend Optimizer is required to use CubeCart 5. This can be configured after setup is complete." I expected this because ZendOptimizer does not work with php 5.4, instead you have to use ZendGuardLoader - which is installed (no version of ZendOptimizer exists for php 5.4 on the Zend website). So, in includes/global.inc.php I changed the line $glob['encoder'] = 'ioncube'; to $glob['encoder'] = 'zend'; which then gives the following error on either shop front or admin: Fatal error: Incompatible file format: The encoded file has format major ID 4, whereas the Loader expects 5 in /homepages/38/d487499783/htdocs/cubecart/admin_php5.3_enc_zend.php on line 0 I notice there is no 5.4. version of the 'index_php5.3_enc_zend.php' or 'admin_php5.3_enc_zend.php' files - does this mean 5.4 can't be used? The CubeCart installation requirements say PHP Version 5.2.3+ so I assumed anything above that would be ok. The install is for an existing CubeCart customer who has 4.4 but running on a different server. Any help out there?
-
This sounds similar to what others have had. My site was working fine with 4.7 when upgrading to 5.2.1 it now says during the step 1 install that zend optimizer is not installed. setup/info.php says this: Zend Optimizer Optimization Pass 1 enabled Optimization Pass 2 enabled Optimization Pass 3 enabled Optimization Pass 4 enabled Optimization Pass 9 disabled Zend Loader enabled License Path no value Obfuscation level 3 and it says I have php 5.2.17 This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright © 1998-2010 Zend Technologies with Zend Optimizer v3.3.3, Copyright © 1998-2007, by Zend Technologies My hosting is godaddy if that is an issue. Any ideas? Thanks, Brian