You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to refine...@googlegroups.com
What happens if you use this instead:
rake db:setup
Aardmark
unread,
Sep 9, 2010, 6:41:40 PM9/9/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Refinery CMS
I have the same problem with db:setup too.
I am guessing here but I think the problem is due to there being no
require in the seed file for the inquiries ie. db/seeds/
inquiry_settings.rb.
When you originally generate the site with "refinerycms blah" db:setup
works fine but when you try and generate the production (or test)
database by just running db:setup you get the 'uninitialized constant
InquirySetting' error.
Philip Arndt
unread,
Sep 9, 2010, 6:50:09 PM9/9/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to refine...@googlegroups.com
Good sleuthing. I'm trying to figure out currently why this is happening so this helps!
Philip Arndt
unread,
Sep 9, 2010, 7:03:19 PM9/9/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to refine...@googlegroups.com
OH I figured it out
in 0.9.8.7 of refinerycms-inquiries we changed things so that you no longer need :require => 'inquiries'
Please make the line this instead:
gem 'refinerycms-inquiries', '~> 0.9.8.7'
Now it'll work!
Sorry.
Aardmark
unread,
Sep 9, 2010, 7:42:19 PM9/9/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Refinery CMS
Works fine now.
Thanks!
skif
unread,
Sep 10, 2010, 6:53:00 AM9/10/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message