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'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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();
?>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No.. its a fresh installed system.
there is only php5.x
also phpinfo displays only php5x and defined path's to it.
B'R'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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'
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();
?>
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'
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.
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
HI ,
thanx.. i had already find out..
i put xml but no simplexml which caused the problem.
B'R'