Hi
On a fresh new install of OpenideaL, i'm doing a drush up to upgrade all modules and core.

Everything's looking alright except that message on the drush updb :

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'adm_idea.flags' doesn't exist [error]
Performed update: field_group_update_7008 [ok]
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'adm_idea.flags' doesn't exist in /var/www/html/idea/includes/database/database.inc:2227 [error]

Help, idea, very welcome.
Thanks
D

Comments

dbourrion created an issue. See original summary.

z.stolar’s picture

Hi Daniel,

`flags` is a table provided by the module Flag, and not by the OpenideaL package. However some features of OpenideaL use the Flag module.
Therefore it seems that you haven't gone through the entire installation process, and may have some modules turned off.

Did you run through a dedicated OI installation process?

dbourrion’s picture

Hi*
I've made a fresh Openideal install using the *.zip here
Just after that install, I run a druh up and got the error I'm talking here.

My openideal Website looks therefore running, but I still have in my logs

PDOException : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'adm_idea.flags' doesn't exist: SELECT fid FROM {flags} WHERE name = :name; Array ( [:name] => blast_idea ) dans ideal_analytics_analytics_dashboard() (ligne 129 dans /var/www/html/idea/profiles/idea/modules/custom/ideal_analytics/ideal_analytics.module).

z.stolar’s picture

Try to re-enable the ideal_analytics module (uninstall completely then turn back on).
Does this remove the error message?

dbourrion’s picture

Hi. Nope :(
I disabled the ideal_analytics module
Uninstall it
Re-enable it
The error is still here.

yanivo’s picture

Status: Active » Closed (outdated)

Drupal 9 is almost here!
OpenideaL 7.x is no longer supported.
Current development and support is done on the Drupal 8 branch (https://www.drupal.org/project/idea/releases/3.x-dev)
If you find this issue still relevant for D8, please do not hesitate to re-open this issue or create a new one.