Forums / Developer / ezoe 5.0.4 not working
Softriva .com
Saturday 22 May 2010 8:47:45 am
Hello
I am having problems in ezoe 5.0.4. I see advanced.block when I edit an object. I have ez 4.3.0.
I have another site in the same local server running ez 4.3.0 and 5.1.0 and works file.
In the first site I can not see the content structure nodes. I can only see the top node. I can see the content structure nodes when I disable Dynamics in contentstructuremenu.ini.append.php
[TreeMenu]Dynamic=disabled
while in the second site everything works ok with Dynamics enabled.
I think there some common reason for both issues.
Thank you
André R.
Saturday 22 May 2010 9:08:20 am
Yes, the common reason is rewrite rules.
For eZ Publish rewrite rules see here: http://ez.no/doc/ez_publish/technical_manual/4_x/installation/virtual_host_setup/virtual_host_example
For ezoe see install file in extension/ezoe, and maybe upgrade to 5.1.0 while your at it so you can for instance use non breaking space and some other 5.1.x only features.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Saturday 22 May 2010 11:25:21 am
I upgraded to 5.1.0 and got this error
Fatal error: Call to a member function getCacheTime() on a non-object in /home/hab/www/html/softriva/extension/ezjscore/classes/ezjscpacker.php on line 275 Fatal error: eZ Publish did not finish its request
the /var/log/error.log has
[ May 22 2010 21:21:05 ] [192.168.1.2] ezjscPacker::serverCallHelper: Not a valid ezjscServer function: Array
here is my .htaccess
RewriteEngine On RewriteRule ^Lds\.xml - [L] RewriteRule ^robots\.txt - [L] RewriteRule ^mfd* - [L] RewriteRule content/treemenu/? index_treemenu.php RewriteRule ^index_treemenu\.php - [L] RewriteRule ^design/standard/images/favicon\.ico - [L] RewriteRule ^robots\.txt - [L] RewriteRule ^p3p/(.+)\.xml - [L] RewriteRule !(\.(gif|jpe?g?|png|css|js|swf|html?)|var(.+)storage.pdf(.+)\.pdf)$ index.php DirectoryIndex index.php RewriteRule content/treemenu/?$ index_treemenu.php RewriteRule index_treemenu.php - [L] DirectoryIndex index.php index.html
can you help?