I have drupal 4.7 on a box with apache and postgres 7.4 and mod_php4. Alright, I set everything up. Create a drupal user, the database, run the sql, start up apache and head over to http://127.0.0.1:80/index.php. Unfortunately, it never completes. It just hangs. I don't get an error message or anything. Postgres seems to be doing well; I looked in the logs:
While using drupal is smooth and very effective, I found that when installing on my system (php5, mysql5.0 stable) I encountered several errors, such as...
#1364 - Field 'pages' doesn't have a default value
when trying to execute
REPLACE blocks SET module = 'user', delta = '0', status = '1';
REPLACE blocks SET module = 'user', delta = '1', status = '1';
I'm having problems with Drupal installation on Windows. I posted all the details on http://drupal.org/node/23202#comment-70939 but didn't get solution.
Can you help please?
I set up the files into my web server and make the database, but when i try to make the admin user (first account created) firefox send me a message:
- "The url isn't valid and cannot be charged"
I think that i uploaded all the files, the only thing i changed is the .htaccess (i must rename it in order to my webhost runs) and the file settings.php)
When I tried to add an RSS feeds I get these errors posted to the log:
Field 'description' doesn't have a default value query: INSERT INTO aggregator_feed (fid, title, url, refresh, block) VALUES (4, 'Yahoo National News', 'http://rss.news.yahoo.com/rss/us', 3600, 5) in O:\public\InetPub\drupal-cvs\includes\database.mysql.inc on line 108.
I went and set that field for the "not null" to off (in MySQL admin) and now I'm getting:
I ran into the subject's error message and searched the forums. Most solutions said that I had an index.html and an index.php page in the drupal directory. This is definitely not the case.