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

ainigma32’s picture

Status: Active » Postponed (maintainer needs more info)

You should have some more detailed error in your webserver's error log (presumably Apache).

Could you post that error?

- Arie

desiree’s picture

The 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

ainigma32’s picture

Project: Drupal core » Category
Version: 6.9 » 6.x-2.0-alpha4
Component: other » Code
Status: Postponed (maintainer needs more info) » Active

Looks like a Category module issue. Reassigning to proper queue (guessing the version)

- Arie

desiree’s picture

Status: Active » Closed (fixed)

After the fix at http://drupal.org/node/306506, RSS feed started working property.