user warning: Table 'xxx.contentanalysis_status' doesn't exist query: SELECT DISTINCT analyzer FROM contentanalysis_status in contentanalysis/includes/seo_friend.inc on line 31.
shows up on admin/reports/seo/contentalaysis
user warning: Table 'xxx.contentanalysis_status' doesn't exist query: SELECT DISTINCT analyzer FROM contentanalysis_status in contentanalysis/includes/seo_friend.inc on line 31.
shows up on admin/reports/seo/contentalaysis
Comments
Comment #1
finex commentedProbably the .install file should be updated in order to create that table.
Comment #2
TomDude48 commentedIt is currently defined in hook_schema. Try uninstalling the module then reinstalling.
Comment #3
philsward commentedJust tried uninstalling and re-installing... no luck : (
I'm clueless to the programming side of things, but why is this commented in the .install file?
Also... shouldn't there be an ending php tag? (ie ?>)
Comment #4
kyletaylored commented