Hi
I found hundreds and hundreds errors in my watchdog (evey day) after I enabled this module.
It is the same error but for each contenttype.
please note that I have set enabled only one contentype - 'uprofile' for work with cck field privacy, rest of them are unchecked on (admin/content/cck_field_privacy). Currently I have set cck field privacy permissions only for admin but errors are with userid of various authenticated users.
I did site update, clear cache, but nothing helps.
this is one of examples of watchdog errors:
Table 'somvprahe_sk_1.cckfp' doesn't exist query: SELECT field_name, permission FROM cckfp WHERE uid = 3229 AND type_name = 'blog' ORDER BY field_name DESC in /home/users/somvprahe.sk/web/www/sites/all/modules/cck_field_privacy/cck_field_privacy.module on line 110.
thanks
Igorik
http://www.somvprahe.sk
Comments
Comment #1
igorik commentedHi
I found that cckfp table wasn't created. (don't know why, I migrate from drupal 5 2 weeks ago)
However, I uninstall module, install again and the table is created and errors are gone.
Bye
Comment #2
obsidiandesign commentedI'm actually going to re-open this as a task for myself, since there should not be tons of watchdog output simply because something's up with the module - I'd like it to be more graceful (a status message, for example) instead.
Comment #3
obsidiandesign commentedRe-titling to be more specific about what the issue is for.
Comment #4
obsidiandesign commentedCorrected in next development snapshot. Module disables itself if the table is moved/deleted/renamed in some way and the site admin accesses the admin page (or any other place that triggers hook_requirements()).
Bryan O'Shea
Obsidian Design