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

ichsan’s picture

This 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.

ichsan’s picture

Status: Active » Closed (cannot reproduce)

Not enough info to reproduce the error.