PHP Warning ???

Discussion in 'Server Operation' started by SwOsHiE, Jan 19, 2012.

  1. SwOsHiE

    SwOsHiE New Member

    Hello,

    Getting the following mail content like 20 a day now all of a sudden, what does it mean?

    Thankfull for all the help I can get!

    Best regards,
    Mattias
     
  2. SwOsHiE

    SwOsHiE New Member

  3. falko

    falko Super Moderator Howtoforge Staff

    I'd try to reinstall the PHP5 packages.
     
  4. SwOsHiE

    SwOsHiE New Member

    How do i reinstall php5? There is alot of packages for php and not sure how to reinstall it.

    Btw, I installed CURL recently like this:

    apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt

    and added the extension:

    in

    /etc/php5/apache2/php.ini
    and
    /etc/php5/cgi/php.ini

    can this be the problem?
     
  5. SwOsHiE

    SwOsHiE New Member

    Okey just renamed the .ini files that was in the warning and now php -v is not showing any errors.

    Thanks!
     
  6. falko

    falko Super Moderator Howtoforge Staff

    The command is
    Code:
    apt-get --reinstall install package1 package2...
     
  7. SwOsHiE

    SwOsHiE New Member

    Thank you Falko, will keep that in mind next time I need to reinstall something :)
     

Share This Page