Closed (duplicate)
Project:
RSS Permissions
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2011 at 22:23 UTC
Updated:
26 Apr 2012 at 04:20 UTC
visiting the page
/taxonomy/term/29/feed
Displays:
The website encountered an unexpected error
For anonymous and user 1
watchdog record:
Recoverable fatal error: Argument 2 passed to url() must be an array, null given, called in /var/www/dmotion/modules/taxonomy/taxonomy.module on line 725 and defined in url() (line 2065 of /var/www/dmotion/includes/common.inc).
Lines 724 and 725 of taxonomy.module:
$uri = entity_uri('taxonomy_term', $term);
$variables['term_url'] = url($uri['path'], $uri['options']);
I have all RSSpermissions module permisions enabled.
I have very few modules enabled (Pathauto, CTools and Views), but I'm not using the Views for term page.
Disabling Rss permissions module fixed the problem
Comments
Comment #1
chi commentedI think the issue is a duplicate of this one
#1375008: Authorized User Cannot see Taxonomy RSS - trying to get property of non-object
Comment #1.0
chi commentedfix