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

Annika’s picture

I 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

endrec’s picture

There is a typo in niftycorners.install file. In the function name there is a plus 'i' in nifty. :)

function niiftycorners_install() { ...

michelle’s picture

Title: I get this error » Issues with install file

It 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