Posted by mariuss on October 17, 2006 at 5:13am
| Project: | Admin RSS |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Getting the following error when trying to access the comment rss feed (/adminrss/comment/xxx):
Fatal error: Only variables can be passed by reference in /home/xxx/public_html/modules/adminrss/adminrss.module on line 128
Comments
#1
The fix is quite easy, I attached a patch. Basically you just have to introduce a variable to hold the array of language names.
#2
Cannot reproduce problem: it might be a PHP version issue.
Can you confirm your PHP version ?
#3
Using PHP 5.1.2.
Most likely it is a version related issue.
#4
Problem absent with PHP 5.1.2 here. Anyway, patch rerolled to match Drupal style and committed. Thank you.
#5
Automatically closed -- issue fixed for two weeks with no activity.