Menu

file not found

Help
2010-02-02
2012-12-12
  • Cratos Web Design

    i am getting errors on my phpsysinfo installation

    http://zeus.cratoswebdesign.com/phpsysinfo/ 
    phpsafe mode is off

     
  • Cratos Web Design

    sorry.  Running fedora with plesk and php 5 from a virtual dedicated server from godaddy

     
  • Erkan

    Erkan - 2010-02-02

    Hello,

    I think it's php restrictions.

    Check your php.ini configuration, or display it with :

    <?php
    phpinfo();
    ?>

    and check value of open_basedir and disable-functions for example

    Regards,

     
  • Erkan

    Erkan - 2010-02-02

    An other solution :

    - Add in crontab the line : php xml.php > output.xml (by user root )
    - Patch phpsysinfo to parse output.xml

    :)