[Problem] Lighttpd + PHP5 + MySQL + phpMyAdmin (Fedora 11)

Discussion in 'Server Operation' started by Laur88nt, Aug 26, 2009.

  1. Laur88nt

    Laur88nt New Member

    Last edited: Aug 26, 2009
  2. falko

    falko Super Moderator Howtoforge Staff

    Are there any errors in your logs?
     
  3. Laur88nt

    Laur88nt New Member

    Hi falko

    i resolve de problem with:

    1. gedit /etc/php.ini
    to see the directory location
    search the line "session.save_path"
    to see the directory location

    2. chown -R root:lighttpd /var/lib/php/session
    *for me

    Chown default folder was root:apache and must root:lighttpd

    After that works normally.


    If an error occurs will phpmyadmin with:
    Can not load Mcrypt extension. Please check your PHP configuration

    Use:
    yum install php-mcrypt
     
    Last edited: Aug 27, 2009

Share This Page