Menu

Fatal Error: simplexml_load_file() on start

Help
va7an
2007-11-16
2013-05-01
  • va7an

    va7an - 2007-11-16

    Hi All,

    i want to install svnmanager but run outo to this fatal error:
    Fatal error: Call to undefined function simplexml_load_file() in /var/www/localhost/htdocs/svnmanager/prado-2.0.3/framework/TApplication.php on line 182

    my machine..
    gentoo linux
    apache 2.2.6
    PHP 5.2.5
    versioncontrol 0.3.1

    thanks in advance for helps

    B'R'

     
    • Anonymous

      Anonymous - 2007-11-16

      Do you have PHP4.x installed, too? Because simplexml_load_file() is part of PHP5.x, there should be no problem.
      To check this, you could create a php-file which only contains
      <?php
        phpinfo();
      ?>

       
    • va7an

      va7an - 2007-11-16

      Hi,

      thank you for helping.

      No.. its a fresh installed system.
      there is only php5.x

      also phpinfo displays only php5x and defined path's to it.

      B'R'

       
      • Anonymous

        Anonymous - 2007-11-16

        Then I don't have any idea... You could ensure, that XML_Parser is installed by PEAR, because VersionControl_SVN depends on it. But I think that should not affect the simplexml-stuff.

         
    • Jim Gifford

      Jim Gifford - 2007-11-21

      If your using gentoo you need to use the following in packages.use

      dev-lang/php apache2 bzip2 cli ctype mysql pcre session simplexml unicode xml zlib

       
      • va7an

        va7an - 2007-11-22

        HI ,
        thanx.. i had already find out..
        i put xml but no simplexml which caused the problem.

        B'R'

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.