Hi!
It seems that you went to your personal preferences and set "Forbid create entries" option to "No". This basically withdraws all priviliges from your author account to create entries.
To get things up and running again, you'll need to grant back that privilege either via an admin account that you have still unmodified - or if that was your only account, you'll need to go through phpMyAdmin to modify things.
Or, the much easier way would be to simply drop the serendipity DB and reinstall it, if you haven't already changed many things.
If you want to do it with phpMyAdmin use this query:
Code: Select all
UPDATE serendipity_config SET value = 'false' WHERE name = 'no_create'
If that does not help, please give me the output of these queries:
Code: Select all
SELECT * FROM serendipity_authors;
SELECT * FROM serendipity_authorgroups;
SELECT * FROM serendipity_groupconfig;
Best regards,
Garvin