Closed (fixed)
Project:
QDrupal
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 05:54 UTC
Updated:
6 May 2009 at 03:30 UTC
Hi,
I tried to install the module on drupal 5.7.
I have got the following error:
Fatal error: Call to undefined function drupal_install_schema() in /home/sitename/public_html/drupal/dv1/sites/all/modules/qdrupal/qdrupal.install on line 7
Is it a bug?
Comments
Comment #1
mikehostetler commentedAre you sure you are using the correct version? The drupal_install_schema function is only available for Drupal 6.
Comment #2
carlogen commentedI am sure.
If you try toopen the file qdrupal.install by yourself you will notice it has schema functions.
this is an etract from the file above qdrupal version qdrupal 5.x-1.x-dev
Comment #3
mikehostetler commented