Problem after upgarde. Please help!

Discussion in 'Installation/Configuration' started by biznes24, Aug 28, 2008.

  1. biznes24

    biznes24 New Member

    Hi, I upgrade Ubuntu to 7.10 to 8.04 and have problem, my pages in "php" there are "blank" I check my log in /var/log/apache2/error.log and get this error:

    PHP:
    Thu Aug 28 00:48:20 2008] [noticechild pid 21381 exit signal Segmentation fault (11)
    [
    Thu Aug 28 00:48:51 2008] [noticechild pid 21530 exit signal Segmentation fault (11)
    [
    Thu Aug 28 00:49:31 2008] [noticechild pid 21562 exit signal Segmentation fault (11)
    [
    Thu Aug 28 00:49:32 2008] [noticechild pid 21529 exit signal Segmentation fault (11)
    [
    Thu Aug 28 00:50:13 2008] [noticechild pid 21425 exit signal Segmentation fault (11)
    [
    Thu Aug 28 00:50:33 2008] [noticechild pid 21692 exit signal Segmentation fault (11)
    [
    Thu Aug 28 00:50:42 2008] [noticechild pid 21380 exit signal Segmentation fault (11)
    [
    Thu Aug 28 00:51:15 2008] [noticechild pid 21690 exit signal Segmentation fault (11)
    My ispconfig is 2.2.24 What can do now? Please help.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Any errors during the ubuntu update?

    have you tried to run the following commands again:

    apt-get update
    apt-get -u upgrade
     
  3. biznes24

    biznes24 New Member

    No.

    Yes and don`t get any errors.
     
  4. biznes24

    biznes24 New Member

    I find solution :D
    I do this :rolleyes::
    Code:
    cp /usr/share/doc/php5-common/examples/php.ini-recommended  /etc/php5/apache2/php.ini
    Now not have error in logs and pages in php work fine :D
     

Share This Page