Forums / Install & configuration / Installation ezpublish 4.0 with ezflow
David Ouagne
Sunday 30 December 2007 9:48:43 am
Hi,
After was used wizard install, the ezflow demo site can't display a sample video. I can see in var/log/error.log file
[ Dec 30 2007 13:55:30 ] [xxx.xxx.xxx.xxx] index: Undefined module: extension [ Dec 30 2007 13:55:30 ] [xxx.xxx.xxx.xxx] error/view.php: Error ocurred using URI: /extension/ezflow/design/ezflow/flash/flash_player.swf
My question is why ?
Other remark, this demo site disfunction in other language that English but I don't test any language (only french and duch). In old version of ezpublish, this problem is not exist. Although I think that old demo site did not all languages.
André R.
Sunday 30 December 2007 6:57:33 pm
Seems like you are missing some apache rewrite rules for swf files, it should be served directly like images/css/js.
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
Monday 31 December 2007 3:34:16 am
thanks, now it's ok.
About language, why demo sites operate only in English. It seems to me that the operation was different in version 3.x.
For example, if a page is not available in one language. This page is displayed with its original language
Monday 31 December 2007 4:00:33 am
This is controlled bye two things:
1. site.ini [RegionalSettings] ShowUntranslatedObjects=enabled|disabledhttp://ez.no/doc/ez_publish/technical_manual/4_0/reference/configuration_files/site_ini/regionalsettings/showuntranslatedobjects
2. On classes you have a check box named 'Always available' , this means the content of this class will be displayed even if it is not translated.
I don't remember what order of importance they have, but I do remember noticing that some classes in the recent demo data had 'Always available' turned on for some reason..( possibly a bug )