Instalation Error
sbanerjee - January 31, 2009 - 12:23
| Project: | Job Posting |
| Version: | 6.x-1.9 |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | sbanerjee |
| Status: | closed |
Jump to:
Description
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.

#1
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.
#2
Thanks.....
#3
closed after 2 weeks without activity