From: Reini U. <ru...@x-...> - 2004-01-30 19:22:33
|
Anyone seen this before: Fatal error: Call to undefined function: trigger_warning() in /home/groups/p/ph/phpwiki/htdocs/test/lib/WikiUserNew.php on line 579 Reproduce: http://phpwiki.sourceforge.net/test/index.php Enter a value at "Sign in" and press enter. Strange strange strange. Probably a error in this php 4.1.2. But how to workaround? First I saw that on the sf.net php $dbh->_backend->prepare (for the PearDB backend) does not work. I thought, well oh well, maybe is the backend class as reference not allowed. (lib/WikiDB/SQL.php:17) but then even the standard function trigger_warning() is lost. I use php 4.2.2 in my windows test machine and there it works ok. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |