Hi all,
I'm trying to install Drupal 4.6.5 on my home development server, running Apache 2.0.55, PHP 5.1.2 and MySQL 5.0.15.
I followed the instructions in install.txt as precisely as I know how; upon opening the homepage initially I had the themes PHP 5.1 compatibility problem, so I did:
update variable set value='s:9:"chameleon";' where name='theme_default';
to change the theme. I created the admin account successfully using the web page, but when trying to login, it just returns me to the same page I try to login from, with no error.
The behaviour can be seen in the watchdog table - somewhere between logging in and redirection to the target page, it is 'forgotten' that I have logged in.
mysql> select wid,uid,type,severity,link,location,hostname,timestamp from watchdog where wid>=15 and wid<=21;
+-----+-----+---------------+----------+---------------------------------------------------+---------------------------------------------------------+-------------+------------+
| wid | uid | type | severity | link | location | hostname | timestamp |
+-----+-----+---------------+----------+---------------------------------------------------+---------------------------------------------------------+-------------+------------+
| 15 | 1 | user | 0 | | /drupal-4.6.5/?q=user/login&destination=user%2F1%2Fedit | 192.168.0.2 | 1137896523 |