Closed (fixed)
Project:
Category
Version:
6.x-2.0-alpha4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2009 at 22:59 UTC
Updated:
21 Jan 2009 at 00:11 UTC
I've gone through reading most RSS feed issues reported her and have not found a solution to my issue.
When I click on the RSS feed icon I get a 500 error:
http://www.new.dast2dast.org/?q=rss.xml
Would appreciate any help.
Thanks in advance!
Comments
Comment #1
ainigma32 commentedYou should have some more detailed error in your webserver's error log (presumably Apache).
Could you post that error?
- Arie
Comment #2
desiree commentedThe only errors I found in the web server logs are the following:
[20-Jan-2009 11:23:39] PHP Fatal error: Call to undefined function category_display_cont_load() in /home/hsphere/local/home/eapprais/new.dast2dast.org/modules/category/category.module on line 618
[20-Jan-2009 11:40:43] PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of db_drop_primary_key(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/hsphere/local/home/eapprais/new.dast2dast.org/modules/watcher/watcher.install on line 56
[20-Jan-2009 12:01:21] PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of db_drop_primary_key(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/hsphere/local/home/eapprais/new.dast2dast.org/modules/watcher/watcher.install on line 56
[20-Jan-2009 12:02:03] PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of db_add_primary_key(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/hsphere/local/home/eapprais/new.dast2dast.org/modules/watcher/watcher.install on line 57
Comment #3
ainigma32 commentedLooks like a Category module issue. Reassigning to proper queue (guessing the version)
- Arie
Comment #4
desiree commentedAfter the fix at http://drupal.org/node/306506, RSS feed started working property.