• Vote Up0Vote Down kwebkweb
    Posts: 43Member
    I wish that when I installed Newscoop 
    4.0.2 ,

    ----------

    Erreur serveur

    Le site Web a rencontré une erreur lors de l'extraction de http://msite.com/install/. Cela peut être dû à une opération de maintenance ou à une configuration incorrecte.

    Voici quelques suggestions :

    •  Actualisez cette page Web ultérieurement.
    Erreur HTTP 500 (Internal Server Error) : Une situation inattendue s'est produite tandis que le serveur tentait de traiter la demande.
  • 7 Comments sorted by
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    there is some php error. Check apache error log file.
  • Vote Up0Vote Down kwebkweb
    Posts: 43Member
    [Wed Aug 01 13:49:00 2012] [error] [client 173.245.53.76] File does not exist: /home/sites/msite.com/public_html/favicon.ico
    [Wed Aug 01 14:16:54 2012] [error] [client 173.245.53.162] PHP Warning:  require_once(/home/sites/msite.com/public_html/vbn/public/index.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/sites/msite.com/public_html/vbn/index.php on line 12
    [Wed Aug 01 14:16:54 2012] [error] [client 173.245.53.162] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/sites/msite.com/public_html/vbn/public/index.php' (include_path='.:/usr/share/pear5') in /home/sites/msite.com/public_html/vbn/index.php on line 12
    [Wed Aug 01 14:16:54 2012] [error] [client 173.245.53.76] File does not exist: /home/sites/msite.com/public_html/favicon.ico
    [Wed Aug 01 14:16:55 2012] [error] [client 173.245.53.162] PHP Warning:  require_once(/home/sites/msite.com/public_html/vbn/public/index.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/sites/msite.com/public_html/vbn/index.php on line 12
    [Wed Aug 01 14:16:55 2012] [error] [client 173.245.53.162] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/sites/msite.com/public_html/vbn/public/index.php' (include_path='.:/usr/share/pear5') in /home/sites/msite.com/public_html/vbn/index.php on line 12
    [Wed Aug 01 14:16:55 2012] [error] [client 173.245.53.76] File does not exist: /home/sites/v/public_html/favicon.ico
    [Wed Aug 01 14:19:07 2012] [error] [client 173.245.53.162] PHP Warning:  require_once(/home/sites/msite.com.info/public_html/vbn/public/index.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/sites/msite.com/public_html/vbn/index.php on line 12
    [Wed Aug 01 14:19:07 2012] [error] [client 173.245.53.162] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/sites/msite.com/public_html/vbn/public/index.php' (include_path='.:/usr/share/pear5') in /home/sites/msite.com/public_html/vbn/index.php on line 12
    [Wed Aug 01 14:19:08 2012] [error] [client 173.245.53.76] File does not exist: /home/sites/msite.com/public_html/favicon.ico
  • Vote Up0Vote Down kwebkweb
    Posts: 43Member
    The error log just shared hosting where I try to install version 4.0.2, while I have an old version 3.5.x installed on shared hosting,
    I have this message when I also wish to install it on a dedicated server,
    where should I go you see apache server logs?
  • depends on your distribution, e.g.

    /usr/local/apache2/logs/
    or
    /var/logs/apache2
    or
    /var/log/httpd/
    ...

  • Vote Up0Vote Down kwebkweb
    Posts: 43Member
    I use a server 
    CENTOS 5.8 i686 standard , I'm typing in the The SSH?

    ---
    /usr/local/apache2/logs/access.log

    /var/logs/apache2/access.log


    /var/log/httpd/access.log

  • login with ssh

    learn what the less command does by typing

    man less

    (you can escape this text with "q")

    after knowing what you do with  "less", you can make the next step by typing

    less /var/log/httpd/error_log

    to show the error log.



  • Vote Up0Vote Down kwebkweb
    Posts: 43Member
    I have this message, here is my setup centos & WHM / cpanel,
    WHM 11.32.3 (build 23)
    CENTOS 5.8 i686 standard
    ----------

    [~]# less /var/log/httpd/error_log
    /var/log/httpd/error_log: No such file or directory