Forums / Extensions / eZOE and eZPublish 4.3 + eZwebin not working

eZOE and eZPublish 4.3 + eZwebin not working

Author Message

Hugo Sandoval

Tuesday 06 April 2010 8:56:50 pm

Hello.

I did install ezpublish 4.3 with ezwebin extension full content. Server is working fine with previous ezpublish's versions.

When editing any content, do not show any xmlblock for edit. The other datatypes works.

This is the apache configuration (just the interesting part):

UseCanonicalName off


<IfModule mod_php5.c>
php_admin_flag safe_mode Off
php_admin_value register_globals 0
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value allow_call_time_pass_reference 0
</IfModule>
<IfModule mod_rewrite.c>
RewriteRule content/treemenu/? /index_treemenu.php [L]
Rewriterule ^/var/storage/.* - [L]
Rewriterule ^/var/[^/]+/storage/.* - [L]
RewriteRule ^/var/cache/texttoimage/.* - [L]
RewriteRule ^/var/[^/]+/cache/(texttoimage|public)/.* - [L]
Rewriterule ^/design/[^/]+/(stylesheets|images|javascript)/.* - [L]
Rewriterule ^/share/icons/.* - [L]
Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]
Rewriterule ^/extension/[^/]+/design/[^/]+/(flash|stylesheets|images|javascripts?)/.* - [L]
RewriteRule ^/extension/[^/]+/design/[^/]+/(stylesheets|flash|images|lib|javascripts?)/.* - [L]
Rewriterule ^/extension/ezvideoflv/design/standard/flash/player_flv_maxi.swf - [L]

Rewriterule ^/packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L]
RewriteRule ^/packages/styles/.+/thumbnail/.* - [L]
RewriteRule ^/favicon\.ico - [L]
RewriteRule ^/robots\.txt - [L]
RewriteRule ^/var/([^/]+/)?cache/public/.* - [L]
# Uncomment the following lines when using popup style debug.
# RewriteRule ^/var/cache/debug\.html.* - [L]
# RewriteRule ^/var/[^/]+/cache/debug\.html.* - [L]
RewriteRule .* /index.php
</IfModule>

.·. .·. .·. .·. .·. .·. .·.
http://www.softwarelibre.com.ve/

Hugo Sandoval

Tuesday 04 May 2010 1:55:55 pm

The error is related with ezoe extension packed in ezpublish 4.3. The installations files from:

http://ez.no/content/download/322723/3215325/file/ezpublish-4.3.0-full-gpl.tar.gz

and

http://ez.no/content/download/322719/3215295/file/ezpublish-4.3.0-light-gpl.tar.gz

Have the following errors:

- The file: extension/ezoe/design/standard/templates/content/datatype/edit/ezxmltext_ezoe.tp

must be extension/ezoe/design/standard/templates/content/datatype/edit/ezxmltext_ezoe.tpl (If this file is renamed, then the ezoe extension works perfect).

- The file: extension/ezoe/design/standard/templates/content/datatype/view/ezxmltags/underli

must be extension/ezoe/design/standard/templates/content/datatype/view/ezxmltags/underline.tpl

Erase cache and ready!....

.·. .·. .·. .·. .·. .·. .·.
http://www.softwarelibre.com.ve/

Paul Leclercq

Wednesday 05 May 2010 7:48:55 am

So you file names are trunkated.

This means you are probably using windows and you are limited to the 255 characters in your file names.

Try installing ezpublish in linux, or on a shorter file pathname, such as c:\ez\...
My bet is that your installation is already under a long path name.

Hugo Sandoval

Wednesday 05 May 2010 9:48:39 am

I don't use Windows Operating System.

My Operating Systems (Linux flavors):

- opensuse 11.2

- SLES 11

- Debian Lenny

The .tar.gz files have the file's name truncated already in ezoe extension (inside the tar.gz file downloaded from ez.no).

.·. .·. .·. .·. .·. .·. .·.
http://www.softwarelibre.com.ve/

Luis Ferro

Monday 12 July 2010 11:32:14 pm

If the issue was related with long path, then, on the debug info, those "missing" templates would show as errors in the debug messages.

And nope, out of the box, eZOE isn't working for me on my test environment.

[which for now is Windows XP, PHP 5.3, xDebug, xCache, MySQL 5.1, eZ Publish 5.3]

Luis Ferro

http://ez.no/certification/verify/358449
http://www.zend.com/en/store/educ...ch#show-ClientCandidateID=ZEND014008

Hugo Sandoval

Tuesday 13 July 2010 6:22:09 am

You must check that this files names are correct:

extension/ezoe/design/standard/templates/content/datatype/edit/ezxmltext_ezoe.tpl

extension/ezoe/design/standard/templates/content/datatype/view/ezxmltags/underline.tpl

.·. .·. .·. .·. .·. .·. .·.
http://www.softwarelibre.com.ve/