Forums / General / Which version of OE for ez 3.7.0rc1?
Nguyen Tien Hy
Monday 15 August 2005 10:02:39 pm
My site has been upgraded from ez 3.6.0 to 3.7.0rc1.
When editing an object, the message appears:"OE version is 3.0, while eZ publish require 2.0".
ez 3.7.0rc1 run with OE 2.0 or 3.0?
Frederik Holljen
Monday 15 August 2005 11:25:41 pm
This sounds like a bug in eZ publish (you should run 3.0).
Can you report it as a bug?
J-A Eberhard
Tuesday 16 August 2005 12:12:55 am
Could it be related to this thread?
http://ez.no/community/forum/general/online_editor_2_0
Does this hack (that worked in this case) helps? Open /path_to_ez/extension/ezdhtml/ezxmltext/handlers/input/ezdhtmlxmlinput.php with a text editor and replace line 151: $version = '1.4.0';with: $version = '2.0.0';
Open Source Solution Provider Open-Net Ltd Switzerland http://www.open-net.ch
Tuesday 23 August 2005 1:04:09 am
I see some code in File eztension/ezdhtml/ezxmltext/handlers/input/ezdhtmlxmlinput.php as follows:
139: include_once( 'lib/version.php' ); 140: $eZVersion = eZPublishSDK::version(); 141: if ( preg_match( "/3.6/i", $eZVersion ) ) 142: return true;143: return false;
This is a bug ???!!!