Share » Forums » General » Identifying older EZ Publish versions...

Identifying older EZ Publish versions for upgrade purposes?

Identifying older EZ Publish versions for upgrade purposes?

Wednesday 07 December 2005 2:48:23 am - 3 replies

Author Message

Björn Dieding@xrow.de

Wednesday 07 December 2005 4:24:07 am

you have 2 options both may return the more or less correct version

look into the file lib/version.php

or

look into the table ezsite_data there is the version string saved there that gets applied each time you run update scripts

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Mark Marsiglio

Wednesday 07 December 2005 4:27:27 am

It is a bit of trial and error, but you could look at the upgrade scripts and see which tables have been added at each level of upgrade, working backwards until the scripts would not make any changes to the DB.

Also, we made a change to some of our sites that were hosted on a server that was upgraded to PHP 4.4 unexpectedly, and got them to run again by suppressing the errors. I will try to find out what changes we made and post them.

http://www.thinkcreative.com
Turning Ideas Into Strategic Solutions

Paul Wilson

Wednesday 07 December 2005 1:26:52 pm

Thanks for your help Björn and Mark,

I used Björn's approach of checking thte contents of the file lib/version.php

For anyone else who strikes this problem, the version.php file contains information like the following immediately below the header/copyright message:

  \brief contains the eZ publish SDK version.

  define( "EZ_SDK_VERSION_MAJOR", 3 );
  define( "EZ_SDK_VERSION_MINOR", 0 );
  define( "EZ_SDK_VERSION_RELEASE", 2 );
  define( "EZ_SDK_VERSION_ALIAS", '3.0 release 2' );

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu