Hi,
I just installed this recipe module & I'm having a bit of trouble getting it working. It installs fine & it enables fine, but no matter how I create the SQL table, it doesn't seem to work.
This is how the instructions read:
Create the SQL table. This depends a little on your system, but the most common method is:
mysql -u username -ppassword drupal < recipe.mysql
Here's the error I get:
user error: Table 'dandelio_drpl1.recipe' doesn't exist
query: SELECT COUNT(*) FROM node n INNER JOIN users u ON n.uid=u.uid INNER JOIN recipe r ON n.nid = r.nid WHERE n.type = 'recipe' in /home/dandelio/public_html/drupal/includes/database.mysql.inc on line 66.
Since I am new to Drupal & the web in general, I am most probably not creating the database correctly, could you provide some clarification on what exactly to name the database? I've tried to type in drpl1.recipe when naming the database (dandelio_ is added automatically by my system) but the period doesn't stick. Any help would be greatly appreciated. Also, do I need to put the newly created database in a different place then the default location?
Cheers!
Comments
Comment #1
moshe weitzman commentedComment #2
dandelion-1 commentedThanks for the post. The instructions called for adding another database, but I got it to work by just updating the drupal database with your script.