Hi,
I am getting this error when i try to run database updates through update.php
An error occurred. http://islamicdatabase.org/update.php?id=20&op=do <br /> <b>Fatal error</b>: Call to undefined function content_check_update() in <b>/home/islteach/public_html/islamicdatabase/modules/fivestar/fivestar.install</b> on line <b>198</b><br />
i am using drupal 6.11!
Comments
Comment #1
aligator commentedI can confirm that i have exactly the same error.
Comment #2
Richard Blackborder commentedMe too. It's because we don't have the CCK module installed. I installed that module, activated Content, and then ran update.php again. It seemed to fix the problem. It seems to be okay to deactivate Content afterwards.
Comment #3
quicksketch#449166: Update.php fails in 6.x-1.14, Call to undefined function content_check_update()
Comment #4
quicksketch