Forums / Setup & design / OE version

OE version

Author Message

Marin Orlic

Monday 22 August 2005 9:35:50 am

Hi all,

I was using OE version 3.0 (on ez3.7rc1), but after upgrading to latest SVN version (13035), I got an error:

OE version is 3.0, while eZ publish require 2.0

What can I do? I'd like to keep using OE3..

Thx

Lazaro Ferreira

Monday 22 August 2005 10:48:07 am

Hi,

Are you sure that ez3.7rc1 supports OE ?

Have you checked the OE compatibility table, here at ez.no ?

Lazaro
http://www.mzbusiness.com

Marin Orlic

Monday 22 August 2005 11:45:26 am

That's weird actually.. I had OE3 running on that site because eZ required it once before (don't know which version was the first to ask). I checked kernel files defining the required version and it seems that ez3.7 always wants OE2.0..

Marko Žmak

Wednesday 24 August 2005 1:18:12 am

Hi Marin, please read this:

http://ez.no/community/forum/general/which_version_of_oe_for_ez_3_7_0rc1

Hope it helps.

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Linas Adomas

Thursday 25 August 2005 7:44:11 am

To fix this error you need to modify $requiredOEVersionList = array( '2.0'
); to $requiredOEVersionList = array( '3.0' ); in kernel/common/ezoe.php

Marin Orlic

Thursday 25 August 2005 2:46:03 pm

I did just that and everything works fine.. thx! :)