I just installed drupal, and the configuration worked fine so far (modules, themes, site settings, user permissions) - I received no errors, and the site looks more or less alright.
_But_(!):
There are no blocks visible; alright, call admin.php -> blocks -> configure and enable some. But every time I enable any block, and click "Save blocks", they are still disabled. I checked the database, and I cannot find any errors there. The funny thing is, if I change the "STATUS" in the database (via phpMyAdmin), and reload the blocks-configure-page, the DB-entries are set back (I see the INSERT INTO...-query after turning this debugging-feature in the site configuration on, and I see the corresponding line in modules/block.module, but my knowledge of PHP does not suffice to understand what is going wrong).
Can anyone help me with this? Unfortunately the site is a hosted one, so I cannot access any MySQL-Logfiles etc. (this could probably help, I know...).
Greetings,
Jens
Comments
(more or less) solved
After dropping and creating all databases anew, the error was gone. Strange, but it works *g*
I got same problem. But I
I got same problem. But I don't want to recreate all the DB. Any way to go around it?
Thanks.