rss - problem installing modules
newbie66 - September 14, 2009 - 03:11
Can anyone recommend a module so i can add podcasting to my test site. I'm using Drupal 6 and have tried installing Feeder, FeedAPI, RSS Feeds Block etc but as soon as i place these modules in the directory, i'm not able to access admin area - i just get a blank white page until i remove them again. This also happens when i install the Views module. does anyone know why?
Thanks in advance.

Increase your memory
http://drupal.org/node/158043
For podcast check: http://drupal.org/project/ffpc
Thanks... i bumped the
Thanks... i bumped the memory_limit in php.ini file to 512M and set the max_execution_time to 60 - still no joy... then i added error_reporting to the index.php - still got a 'maximum execution time exceeded' error - did some more research and added the following line to the settings.php file:
ini_set('max_execution_time', 0);
worked a treat! yay
thanks for getting me started dddave, now i'm off to learn Views, CCK and ffpc - They are all scaring me :)
Thanks again.