Hello,

i upgraded my drupal6 system to drupal 7. I have an notice message, is it related with IMCE?

Notice: Undefined index: usertab in imce_user_page_access() (line 229 of /var/www/html/sites/all/modules/imce/imce.module).

Thanks

Comments

ufku’s picture

Category: bug » support

The usertab property was introduced during Drupal 6.x development. It should have been set by imce_update_6002 when you run update.php.

Have you upgraded from 6.x-1.x to 7.x?
Note that you need to upgrade to the latest 6.x and then to 7.x.

akcakaya’s picture

Hello,

my drupal site's IMCE version was 6.x-1.4 and drupal 7 IMCE version is 7.x-1.3. What could i do now in Drupal 7 site, could you give me a SQL statement?

Thanks,

ufku’s picture

The warning should disappear when you edit&save each IMCE profile you have. Saving the role-profile assignments may also prevent some other undefined index warnings.

akcakaya’s picture

Thanks, it works well. I dont see warning anymore...

ufku’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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