I get an error with isactive column since I upgraded to the latest dev release:

    * user warning: Unknown column 'isactive' in 'where clause' query: SELECT * FROM stormattribute WHERE LOWER(domain) LIKE LOWER('Task category search') AND isactive=1 ORDER BY weight, avalue in C:\Apache2.2\htdocs\drupal\sites\cbtstatus.princess.com\modules\storm\stormattribute\stormattribute.module on line 113.
    * user warning: Unknown column 'isactive' in 'where clause' query: SELECT * FROM stormattribute WHERE LOWER(domain) LIKE LOWER('Task status search') AND isactive=1 ORDER BY weight, avalue in C:\Apache2.2\htdocs\drupal\sites\cbtstatus.princess.com\modules\storm\stormattribute\stormattribute.module on line 113.
    * user warning: Unknown column 'isactive' in 'where clause' query: SELECT * FROM stormattribute WHERE LOWER(domain) LIKE LOWER('Task priority search') AND isactive=1 ORDER BY weight, avalue in C:\Apache2.2\htdocs\drupal\sites\cbtstatus.princess.com\modules\storm\stormattribute\stormattribute.module on line 113.
    * user warning: Unknown column 'isactive' in 'where clause' query: SELECT * FROM stormattribute WHERE LOWER(domain) LIKE LOWER('Task category search') AND isactive=1 ORDER BY weight, avalue in C:\Apache2.2\htdocs\drupal\sites\cbtstatus.princess.com\modules\storm\stormattribute\stormattribute.module on line 113.
    * user warning: Unknown column 'isactive' in 'where clause' query: SELECT * FROM stormattribute WHERE LOWER(domain) LIKE LOWER('Task status search') AND isactive=1 ORDER BY weight, avalue in C:\Apache2.2\htdocs\drupal\sites\cbtstatus.princess.com\modules\storm\stormattribute\stormattribute.module on line 113.
    * user warning: Unknown column 'isactive' in 'where clause' query: SELECT * FROM stormattribute WHERE LOWER(domain) LIKE LOWER('Task priority search') AND isactive=1 ORDER BY weight, avalue in C:\Apache2.2\htdocs\drupal\sites\cbtstatus.princess.com\modules\storm\stormattribute\stormattribute.module on line 113.

Comments

Roberto Gerola’s picture

Please, run update.php

hillaryneaf’s picture

Status: Active » Fixed

My mistake! That fixed it...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.