
By jsamuelsson on
Hi,
I'm new to Drupal and also new to the world of PHP and I'm just starting to get familiar with Drupal. I'm having problems creating an news aggregator (RSS) feed. I get the following error message when creating the feed:
user warning: Field 'description' doesn't have a default value query: INSERT INTO aggregator_feed (fid, title, url, refresh, block) VALUES (9, 'NPR News Feed', 'http://www.npr.org/rss/rss.php?id=1006', 3600, 5) in C:\progs\web\Apache\htdocs\drupal\includes\database.mysql.inc on line 172.
Can someone please provide assistance on this.
Thanks,
Jonas
Comments
Same problem
I'm having the same problem. New to Drupal. This is one of the first operations I've tried to perform on a new development installation. My configuration is:
Drupal: 5.1
MySQL: 5.0.27
PHP: 5.2.0
OS: XP Pro
Web Server: Apache 2.2.4
What I've read in the forums looks vintage 4.X and implies that any related Drupal bug fixes should have been wrapped into the 5.0 release...
Is this error happening because the RSS feed itself is not supplying a description field?