Tuesday 12 May 2009 2:17:52 pm
Sorry, but can you please be more precise next time?
Which 4.1 version, 4.1.0 or 4.1.1? Which eZ Flow version 1.0.x or 1.1.x? What is your access setup? URI, PORT, URL? Do you run your site in a VH mode?
and by the way, my first name is Łukasz ...
Modified on Tuesday 12 May 2009 2:31:14 pm by Łukasz Serwatka
Tuesday 12 May 2009 9:41:46 pm
Hi Łukasz,
Thank you for your responses and concern.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule content/treemenu/?$ /index_treemenu.php [L]
Rewriterule ^/var/storage/.* - [L]
Rewriterule ^/var/[^/]+/storage/.* - [L]
RewriteRule ^/var/cache/texttoimage/.* - [L]
RewriteRule ^/var/[^/]+/cache/texttoimage/.* - [L]
Rewriterule ^/design/[^/]+/(stylesheets|images|javascript)/.* - [L]
Rewriterule ^/share/icons/.* - [L]
# Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]
Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts|flash|lib?)/.* - [L]
Rewriterule ^/packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L]
RewriteRule ^/packages/styles/.+/thumbnail/.* - [L]
RewriteRule ^/favicon\.ico - [L]
RewriteRule ^/robots\.txt - [L]
RewriteRule ^/var/cache/debug\.html.* - [L]
RewriteRule ^/var/[^/]+/cache/debug\.html.* - [L]
RewriteRule .* /index.php
</IfModule>
if you need anything more, please do not hesitate to ask me.
Thanks again
Wednesday 13 May 2009 10:23:57 am
Hi,
The VH config seems to be correct. So problem is somewhere else. You can't see the tabs while you are editing frontpage (default one from eZ Flow) or it is related to your custom class? Do you you see any errors in debug output or in Firebug (Firefox extension)?
Wednesday 13 May 2009 2:49:24 pm
Hi Łukasz,
I can't see the tabs while I'm editing my home [ezflow frontpage default].
And I can't any errors in debug output, only "Warnings"
Translation cache for context 'cachecontexts' already exists
In the Firebug I see empty zone-tabs-container:
<div id="zone-tabs-container"/>
Templates used to render
extension/ezflow/design/admin/override/templates/edit/frontpage.tpl design/standard/templates/content/datatype/edit/ezstring.tpl extension/ezflow/design/standard/templates/content/datatype/edit/ezpage.tpl design/standard/templates/content/datatype/edit/ezkeyword.tpl design/admin/templates/pagelayout.tpl extension/ezodf/design/standard/templates/node/oocontextmenu.tpl extension/ezodf/design/standard/templates/node/oosubitemscontextmenu.tpl extension/ezodf/design/standard/templates/node/oocontextsubmenu.tpl design/standard/templates/setup/debug_toolbar.tpl
Well... I hope I have helped you to help me ![]()
Thanks
Modified on Wednesday 13 May 2009 2:57:21 pm by Daniel Lopes
Monday 15 June 2009 3:15:30 pm
Hi everyone,
I have just migrated a ez publish 4.1.1 installation from a serveur to another one.
On my old plateform, all editing functionnalities run well but not on my new plateform;
My both plateforms are the same (LAMP based on Debian).
Have you any ideas ?
ps: I reproduice the same problem on VM based on Ubuntu.
Regards
Johann
Tuesday 16 June 2009 2:42:47 am
I'm also facing with a similar situation in one project.
Development server -> Xen guest with Debian 4 64bits Dotdeb packages (PHP 5.2.9!)
Production server -> Ubuntu 8.0.42 with default repository packages.
Both system have same version (ezp 4.1.2), templates, etc and the public site works in both servers ok.
But the editor doesn't works well in production. For example, when disabling/enabling editor wrong error messages like "paragraph tag not allowed in..." appear.
Other issue perhaps related is that the left dynamic menu doesn't work.
Strange is that there are no errors in Firebug and json response of dynamic menu seems to be ok...Big problem is that I could not reproduce the error in other servers...
Regards,
Andreas
You must be logged in to post messages in this topic!