Closed (fixed)
Project:
Image Assist
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jan 2006 at 20:26 UTC
Updated:
24 Mar 2006 at 22:11 UTC
After implementing image in a Text I get following error message:
user error: Table 'tree-bas_drpl1.img_assist_map' doesn't exist
query: DELETE FROM img_assist_map WHERE nid = 7 in /home/tree-bas/public_html/drupal/includes/database.mysql.inc on line 66.
warning: Cannot modify header information - headers already sent by (output started at /home/tree-bas/public_html/drupal/includes/
Do I something wrong?
Tomas
Comments
Comment #1
benshell commentedIt appears that your 'img_assist_map' table doesn't exist. Look for img_assist.mysql in your img_assist directory and run the query on your database.
Comment #2
benshell commented