Hi,
I tried installing job posting module at my website www.donobad.com/forum. I am using Drupa 6.x. It is giving this error whenever I try to activate this module:

Fatal error: Call to undefined function drupal_install_schema() in /home/content/s/i/d/sidban/html/donobad/forum/sites/all/modules/job_posting/job_posting.install on line 15

What should be done to solve this issue?
Thanks and regards,
Sid.

Comments

gmarus’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

As the name implies, drupal_install_schema() is a built-in function of Drupal Core and only available after Drupal 6. The fact that you're getting this error suggests that you might be trying to use the 6.x version of the job_posting module on something other than Drupal 6.
Did you recently upgrade this site from Drupal 5? Either your drupal 6 installation is broken or incomplete (most likely) or you are actually using 5.x in which case the simple answer is to use the 5.x version of job_posting as well.

sbanerjee’s picture

Thanks.....

gmarus’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

closed after 2 weeks without activity