Closed (cannot reproduce)
Project:
Quran
Version:
6.x-5.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2010 at 02:16 UTC
Updated:
21 Sep 2010 at 05:36 UTC
Salam @ichsan,
Upon installing Drupal, I chose a specific prefix for my table names. Apparently the Quran module does not check for the prefix, which is stored somewhere in the Drupal database... I believe this should be really easy to fix, as most modules out there know how to pick up the prefix.
Here is the error I am getting:
user warning: Table '.
_quran_chapters_ar' doesn't exist query: SELECT c.title AS chapter_title, c_tr.title AS chapter_title_tr FROM _quran_chapters_ar AS c LEFT JOIN _quran_chapters_en AS c_tr ON c.number = c_tr.number WHERE c.number = 1 in //sites/all/modules/quran/quran.module on line 612. My work around has been to manually rename the tables. Thank you, ~DrupalFan
Comments
Comment #1
ichsan commentedThis should be no problem.
But, would you tell me the case? I mean, steps you took until you got the error? I want to try my self.
Comment #2
ichsan commentedNot enough info to reproduce the error.