From: searchadm <sea...@go...> - 2004-08-04 12:33:00
|
Hello, trying to use phpwiki nightly build and php 5.0 final release. when i start the wiki like it runs with 4.3.8 i get the following errors ----------- Traceback: /www/mineralienatlas/htdocs/wikinew/lib/ErrorManager.php:322 /www/mineralienatlas/htdocs/wikinew/lib/XmlElement.php:519 /www/mineralienatlas/htdocs/wikinew/lib/XmlElement.php:519 /www/mineralienatlas/htdocs/wikinew/lib/ErrorManager.php:75 /www/mineralienatlas/htdocs/wikinew/lib/prepend.php:113 /www/mineralienatlas/htdocs/wikinew/index.php:32 lib/XmlElement.php:519: Fatal[2048]: Non-static method XmlContent::_quote() should not be called statically -------------- whats going wrong? The other php software like smf forum works fine, so php seems to run correct. do i have to compile something else in there? Here is my php configure ------------- './configure' '--prefix=/prog/php' '--with-freetype-dir=yes' '--with-_lib=lib' '--disable-debug' '--enable-calendar' '--enable-ctype' '--enable-discard-path' '--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf' '--enable-inline-optimization' '--enable-magic-quotes' '--enable-mbstr-enc-trans' '--enable-mbstring' '--enable-mbregex' '--enable-shmop' '--enable-sigchild' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-versioning' '--enable-wddx' '--with-bz2' '--with-dom=/usr/include/libxml2' '--with-ftp' '--with-gdbm' '--with-gettext' '--with-gmp' '--with-imap=yes' '--with-jpeg-dir=/usr' '--with-ldap=yes' '--with-mcal=/usr' '--with-mcrypt' '--with-mysql=/usr/local/mysql' '--with-ndbm' '--with-pgsql=/usr' '--with-png-dir=/usr' '--with-tiff-dir=/usr' '--with-ttf' '--with-xml' '--with-zlib=yes' '--with-gd' '--with-openssl' '--with-imap-ssl' '--with-iconv' '--with-mm' '--with-apxs2=/prog/apache/bin/apxs' 'i686-pc-linux-gnu' ------------ regards Stefan |