Fedora core 4 Joomla! issues

Discussion in 'Installation/Configuration' started by The General, Mar 19, 2007.

  1. The General

    The General New Member

    I have working well a ispconfig server with no problems and I am trying to install Joomla! CMS system on one of the sites. The server only holds two sites one being a family site(the one i want to use Joomla! on ). i have a couple of questions which i will put forward to the forum and they are,

    1) if i use chmod 777 web/* on the folder with joomla in to set the directory and file permissions does this just affect the security of the site and how? Or does it affect the security of the whole server and why?

    2) i have a problem with save session path it says Unwriteable and NOT SET. any ideas? Joomla! install screen Output below!

    PHP version >= 4.1.0 Yes
    - zlib compression support Available
    - XML support Available
    - MySQL support Available
    configuration.php Writeable
    Session save path Unwriteable
    Not set

    Thanks in advance

    Bill
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) This affects just the security of this site. If you run this just as a family server and maintain all your sites yourself, I dont see a big problem with that.

    2) is the phptemp directory inside the website root directoy writable for the user of your apache webserver?
     
  3. The General

    The General New Member

    Yes all folders have 777 permissions for root
     
  4. falko

    falko Super Moderator Howtoforge Staff

  5. The General

    The General New Member

    Yes Falko i have used this tutorial for the install and i have read most if not all the threads on the forge about joomla, but i still have the problem with session.save path saying not set and unwriteable everything else is OK chmod 777 a few of the directories which sorted out all the other problems but this needs sorting i would assume.

    Any Fedora-ispconfig-joomla install experience would be fantastic
    or someone who has rectified this fault?


    when this is sorted i will send you a step-by-step if you like?

    Kind regards

    Bill
     
    Last edited: Mar 22, 2007
  6. falko

    falko Super Moderator Howtoforge Staff

    What's the value of session.save path in your php.ini?
    Did you set session.save path somewhere else, too (maybe in the vhost configuration of that web site or an .htaccess file)?
     
  7. The General

    The General New Member

    sorry for the very late reply 4 kids 2 sick!

    anyway,

    session.save_path = "/var/lib/php/session"

    should this folder ......./session have 777 permissions as well?

    also cant find .htaccess
     
    Last edited: Mar 26, 2007
  8. falko

    falko Super Moderator Howtoforge Staff

    Yes, or change session.save_path to /tmp (I think that's the default value for most distributions).
     
  9. The General

    The General New Member

    Thread Follow Up

    Could not get the above to work. Changed over to fedora core 6 and now all works fine for some reason!
     

Share This Page