Forums / Install & configuration / eZDBFileHandler
Christophe Campan
Tuesday 25 May 2010 7:10:41 am
Hello,
I have made an eZPublish 4.3 installation with the eZDBFileHandler mod.
I have done all what is write on this next page :
http://ez.no/doc/ez_publish/technical_manual/4_x/features/clustering/setting_it_up_for_an_ezdbfilehandler
But after this, my design is KO.
EZPublish search the link 'http://xxxxx/var/ezwebin_site/cache/public/stylesheets/3e08b22e788f030c151caf0bcba0277f_all.css'
But he never find it.
Matthieu Sévère
Tuesday 25 May 2010 7:35:20 am
You should try this patch it may work : http://issues.ez.no/16669
-- eZ certified developer: http://ez.no/certification/verify/346216
Tuesday 25 May 2010 8:18:56 am
Now the design is ok. Thanks.
But eZpublish didn't found any image.
He looks for : "/var/ezwebin_site/storage/images/solutions/web-publishing/in-hac-habitasse-platea/357-3-fre-FR/In-hac-habitasse-platea_medium.jpg".
I have my index_cluster.php in document_root.
And my .htaccess normally good.
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^/var/([^/]+/)?storage/images-versioned/.* /index_cluster.php [L] RewriteRule ^/var/([^/]+/)?storage/images/* /index_cluster.php [L] RewriteRule ^/var/([^/]+/)?cache/public/(stylesheets|javascript).* /index_cluster.php [L] RewriteRule content/treemenu/? index_treemenu.php RewriteRule ^index_treemenu\.php - [L] RewriteRule ^design/standard/images/favicon\.ico - [L] RewriteRule !(\.(gif|jpe?g?|png|css|js|swf|html?)|var(.+)storage.pdf(.+)\.pdf)$ index.php DirectoryIndex index.php</IfModule>
Any solution ?
Tuesday 25 May 2010 8:33:09 am
Did you successfully run clusterize.php ?
If I can advise and if you can you should try eZDFS Cluster mode : http://ez.no/doc/ez_publish/technical_manual/4_x/features/clustering/setting_it_up_for_an_ezdfsfilehandler
It is the recommended one when possible ;)
Tuesday 25 May 2010 8:38:41 am
Yep, I run successfully clusterize.php.
I will try ezdfshandler. Thank for all.