Forums / Install & configuration / Issues happened
swddt fugrate
Tuesday 31 January 2006 1:08:57 pm
____________________________________________________ Issues 1. Insufficient directory permissions Exponential cannot write to some important directories, without this the setup cannot finish and parts of Exponential will fail.The affected directories are: settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin design
Shell commandsThese shell commands will give proper permission to the webserver.
cd /home/ezcomad/domains/ez.com/public_html/1/Exponential-3.7.3 chmod -R ug+rwx settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin design chown -R apache:apache settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin designAlternative shell commandsIf you don't have permissions to change the ownership you can try these commands.
cd /home/ezcomad/domains/ez.com/public_html/1/Exponential-3.7.3 chmod -R a+rwx settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin design Ignore this test 2. File uploading is not possibleThe PHP upload directory /home/temp does not exists or is not accessible, without this you will not be able to upload files or images to Exponential.
Create the directory /home/temp on your system. If you do not have the possibility to create this yourself ask the administrator to create it for you.
Shell commandsThis shell command will create the upload directory.
mkdir -p /home /home/temp ________________________________________________________
Łukasz Serwatka
Thursday 09 February 2006 1:50:46 am
Hi,
Did you fix those issues using proposed command?
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog