No user other than Administrator is able to create new subscriptions.

Although from admin/people/permissions I have selected Administer subscriptions and XXX συνδρομή: Create subscriptions on a role other than administrator, when I go to /subscription/add I get a Access denied error.

If I go manually to /subscription/add/XXX then it works.

So I can not choose which subscription type to add.

Anybody to confirm that? Am I doing something wrong?

Comments

ibar’s picture

Status: Closed (fixed) » Active

Anybody knows something?

ibar’s picture

Status: Active » Closed (fixed)

I found the solution.

At the subs.module file, in the Create subscription section, replace

'access arguments' => array('create subs'),

with

	    'access callback' => 'entity_access',
	    'access arguments' => array('create', 'subs'),

Status: Active » Closed (fixed)