Error while database updating from 5.x.1.7 to 6.x.1.7

univie - November 8, 2009 - 12:19
Project:Bibliography Module
Version:6.x-1.7
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

rjerome - November 8, 2009 - 13:38

I 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.

 
 

Drupal is a registered trademark of Dries Buytaert.