Forums / Install & configuration / Intranet sample site failure
André Deschamps
Wednesday 17 May 2006 7:00:06 pm
Hello !
I just installed ezpublish 3.8 to check it out. Setup finished successfully, but not a single media sample file (realplayer, asf, quicktime, flash) is displayed. All players are installed on my system. Tried it with IE and Firefox.
You can verify it by accessing the site on http://www.micronet-online.com/ezpublish/index.php/intranet_site
user: adminpassword: novanet
Any idea what's going wrong here ?
Thanks for feedback
André
Kristof Coomans
Wednesday 17 May 2006 11:03:42 pm
If I use the direct URL to the files (e.g. http://www.micronet-online.com/ezpublish/index.php/intranet_site/content/download/67/232/phpYj4iJV.asf ), then I get a kernel(3) error: Objet non disponible.
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Łukasz Serwatka
Wednesday 17 May 2006 11:12:00 pm
André, hello and welcome to the eZ publish Community!
Try to enable debug output from admin interface or in the override/site.ini.append.php
[DebugSettings] DebugOutput=enabled
You can also check for errors in var/log/error.log
Check if media files are in the var/(site)/storage/original/application and /var/(site)/storage/original/video and permissions to var dir.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Thursday 18 May 2006 3:36:08 am
Thanks for response. It seems in fact that the problem is a result of failud file location. I found the mediafiles in /public_html/ezpublish/var/storage/original/video/ and not in /public_html/ezpublish/var/intranet_site/
the intranet_site directory have just 2 subdirectories, cache and log .
So what can I do to place the files where they are expected to be and why they aren't already there ?
All directory access permissions (var, settings, etc.) were already given in the right way during the installation process.
Best regards