Forums / Setup & design / No graphics just plain text

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

No graphics just plain text

Author Message

Phillip 23

Wednesday 21 November 2007 12:13:59 am

Hello to you all,
I have finished my first ez installation,and it all seemed great until i tried to run page,
No matter if I install plain or website interface the graphic and css just won't show,
I tried few times but result is always the same. I don't know what i'm missing, so
if anyone has any ideas i would be grateful because i don't want to give up at the early begging because ez seems like great solution for my company,

Phillip

Stéphane Bullier

Wednesday 21 November 2007 12:49:19 am

Hello,

If you are on Linux/UNIX based system, you have to check file permissions.

See here : http://ez.no/doc/ez_publish/technical_manual/3_10/installation/manual_installation/manual_configuration_of_ez_publish

Stéphane

Phillip 23

Wednesday 21 November 2007 5:02:14 am

My web provider doesn't allow running sh scripts for security reason so is
there any list where I could see and eventually manually change permissions??

Phillip 23

Monday 26 November 2007 1:42:08 am

Update:
As you wrote that there might be problem with file permissions I managed to run
modfix.sh to check for permission and i got :

[~/www]# ./bin/modfix.sh
chmod: failed to get attributes of `var/webdav': No such file or directory

*** WARNING WARNING WARNING WARNING ***
This script sets 777 as permissions in var/
THIS IS NOT SECURE!
Find the user and group for your web server and make them owner of all files in var/
You should be able to find this information in the configuration file for your w eb server.

For example:
If your web server user is apache and the group is apache, then run the followin g commands:
# chown -R apache.apache var/
# chmod -R 770 var/

Please help,

Phillip

Phillip 23

Monday 26 November 2007 1:56:12 am

+ there is a problem in error.log:

[ Nov 25 2007 18:14:24 ] [78.1.9.90] eZImageShellHandler(ImageMagick):
Unknown destination file: var/ezwebin_site/storage/images/design/ez-publish/172-1-cro-HR/Adriatours1_logo.png when executing '/usr/bin/convert '-geometry' 'x36' 'var/ezwebin_site/storage/images/design/ez-publish/172-1-cro-HR/Adriatours1.png' 'PNG:var/ezwebin_site/storage/images/design/ez-publish/172-1-cro-HR/Adriatours1_logo.png''
[ Nov 25 2007 18:14:24 ] [78.1.9.90] eZImageManager::createImageAlias:
Failed converting var/ezwebin_site/storage/images/design/ez-publish/172-1-cro-HR/Adriatours1.png to alias 'original' in directory 'var/ezwebin_site/storage/images/design/ez-publish/172-1-cro-HR'

...nad now i'm really lost