user warning: Table 'database.niftycorners_code' doesn't exist query: SELECT code FROM niftycorners_code WHERE mark = 1 in /home/.darnel/site/site.org/includes/database.mysql.inc on line 120.
user warning: Table 'database.niftycorners_code' doesn't exist query: SELECT code FROM niftycorners_code WHERE mark = 1 in /home/.darnel/site/site.org/includes/database.mysql.inc on line 120.
Comments
Comment #1
Annika commentedI also got this error, but opened up the install file in Textmate, copied the two "Create table" to a new text document each and named them according to the text with a .mysql ending. Imported them into my database and it seemed to work as the warning disappeared.
*BUT!!!*
Am I missing something or did the installation go awry anyway? I have enabled the module under "Modules", but I can't find any settings for NiftyCorners and according to the module script there sure should be all kinds of ways to set the settings.
Or are the settings hinding somewhere not labelled with "nifty corners"? Since there is no readme or install.txt, it's a bit hard to know..
/ Ayza
Comment #2
endrec commentedThere is a typo in niftycorners.install file. In the function name there is a plus 'i' in nifty. :)
function n
iiftycorners_install() { ...Comment #3
michelleIt also doesn't allow for table prefixes. If you're using table prefixes, you'll have to go in and manually add them to the tables once you fix the double i issue to get the install file to run.
Michelle