An error occurred. http://elearn.erz.univie.ac.at/SS2008C/literatur/update.php?id=3&op=do
Fatal error: Call to undefined function: str_ireplace() in /usr/local/www/ELEARN/html/SS2008C/sites/all/modules/biblio/biblio.install on line 1421
hope sombody can give some advice
Robert
Comments
Comment #1
rjerome commentedI suspect you must be using PHP 4.x which doesn't contain the str_ireplace function, you could edit the biblio.install file and, on line 1421 and 1422, replace str_ireplace with str_replace and it should work.
Ron.
Comment #2
bekasu commentedmarking issue closed.
bekasu