Thursday 06 July 2006 2:23:26 pm
You really need SSH (shell) access to easily install eZpublish. You may need to ask your host to enable SSH on your account if you're on a shared or resller account and don't have your own server.
I use Putty to SSH into my account http://www.chiark.greenend.org.uk/~sgtatham/putty/ But there are various options available to use. To explain what the commands are doing: cd /home/celticco/public_html/ezpublish
gets you to the install directory of your eZpublish installation. chmod -R a+rwx settings settings/override var var/log var/storage var/cache var/cache/codepages var/cache/ini settings/siteaccess settings/siteaccess/admin design
Basically CHMODs various directories and subdirectories so that they are writeable by eZpublish. You need this so the installation can setup the right settings for your server and save them as well as letting eZpublish write files to cache for example. To use these commands you need to login to the ssh of your server account with your username and password. You then paste the first command starting cd... and press enter to execute it. Then paste the second command and press enter to execute that. With regards to your other failed processes of magic quotes and register globals, just add the following to your .htaccess file. php_value magic_quotes_gpc 0
php_value register_globals 0
I hope that helps, Tim
http://www.AdBalance.com - Ad network news and reviews
http://www.DevPublisher.com - Website publisher guides, tools and news
http://www.AudioMelody.com - Make better music
|