I tried the recipe.module that was supposed to be compatible with 4.7 listed here: http://drupal.org/node/42997
After installing the module I got the following errors:
user warning: Table 'tammys_drupal.recipe_ingredient' doesn't exist query: SELECT name FROM recipe_ingredient WHERE LOWER(name) LIKE "dsf%" ORDER BY name LIMIT 10 in /home/tammys/public_html/includes/database.mysql.inc on line 120.
user warning: Table 'tammys_drupal.recipe_ingredient' doesn't exist query: SELECT name FROM recipe_ingredient WHERE LOWER(name) LIKE "dsfff%" ORDER BY name LIMIT 10 in /home/tammys/public_html/includes/database.mysql.inc on line 120.
user warning: Table 'tammys_drupal.recipe_ingredient' doesn't exist query: SELECT name FROM recipe_ingredient WHERE LOWER(name) LIKE "dsfffffffffffffffffffffffffffff%" ORDER BY name LIMIT 10 in /home/tammys/public_html/includes/database.mysql.inc on line 120.
user warning: Table 'tammys_drupal.recipe_ingredient' doesn't exist query: SELECT name FROM recipe_ingredient WHERE LOWER(name) LIKE "sdfsdf%" ORDER BY name LIMIT 10 in /home/tammys/public_html/includes/database.mysql.inc on line 120.
user warning: Table 'tammys_drupal.recipe_ingredient' doesn't exist query: SELECT name FROM recipe_ingredient WHERE LOWER(name) LIKE "sdfsdf%" ORDER BY name LIMIT 10 in /home/tammys/public_html/includes/database.mysql.inc on line 120.
warning: Cannot modify header information - headers already sent by (output started at /home/tammys/public_html/modules/recipe/recipe.module:1351) in /home/tammys/public_html/includes/common.inc on line 266.
warning: Cannot modify header information - headers already sent by (output started at /home/tammys/public_html/modules/recipe/recipe.module:1351) in /home/tammys/public_html/includes/common.inc on line 266.
warning: Cannot modify header information - headers already sent by (output started at /home/tammys/public_html/modules/recipe/recipe.module:1351) in /home/tammys/public_html/includes/common.inc on line 266.
user warning: Table 'tammys_drupal.recipe_unit' doesn't exist query: SELECT id,type,name,abbreviation FROM recipe_unit ORDER BY type ASC, metric in /home/tammys/public_html/includes/database.mysql.inc on line 120.
My Drupal installation has become erratic and the module does not work.
Comments
Comment #1
Thox commentedAFAIK, there is no fully compatible 4.7 version. However, the main issue here is that you did not update your database for the changed tables.
Comment #2
marble commentedHopefully the .install file now in CVS head will resolve such issues. Please reopen if you get this error upgrading now.