Forum OpenACS Development: No permission to visit admin pages under clubs

While I'm making some progress on the curriculum-portlet, I'm having trouble getting to its admin page. The dotLRN parameters have been set up to activate a portlet whenever a club is created, and that part works quite well ... But, when I go to the "one-community-admin" page and click on my "Manage Curriculums" link which leads to the admin page that belongs to the curriculum instance under the club, I get a "Security Violation":

"You don't have permission to admin .
This incident has been logged."

When I mount an instance of curriculum without dotLRN, there's no such problem.

I can't figure out what is wrong ... After all, as the SWA on my dev server, I feel I ought to have access to that page!

All of this is happening on dotLRN 1.0.1 / PostgreSQL

Thanks for all and any help I get.

Collapse
Posted by Ola Hansson on
Never mind. Problem halfway solved.

(It was due to package_id being set to "" in a call to "permission::require_permission". Time now to chase the cause of that ...)