PDA

View Full Version : Moved to new server


filch
11-23-2007, 09:48 AM
Hi,

We had the calendar running fine on our staging server and when we moved over to our live server, I am unable to get the script to load. I believe it is to do with our PHP version and Zend. Below is the php error we are receiving:

[23-Nov-2007 07:57:39] PHP Fatal error: Incompatible file format: The encoded file has format major ID 2, whereas the Optimizer expects 1; The encoded file was probably encoded by the Zend Encoder for PHP 5 (zendenc5), and therefore cannot be run on PHP 4 in /usr/web/home/www.roarockit.com/docs/school/calendar/functions/functions.inc.php on line 0

The live server is running PHP4 (we are investigating updating to 5) and the appropriate Zend version for 4. Will the script indeed run with PHP4 or, does it have something to do with licensing in any way? I basically copied the files over from the staging server and changed the path in calendar.php to reflect the new server. Am I missing something?

Cheers

Dave

Brian
11-23-2007, 09:54 AM
You need the calendar files for PHP 4. They are available on the Free Download page.

Follow the upgrade instructions when uploading the files to keep all of your settings and customizations.

filch
11-23-2007, 10:11 AM
Cheers Brian.