No, no, not the authorid! The "value" column, which was set to "0".
Have a look at your screenshot: There where value is "en", those are the right ones. Authorid needs to stay "0" for example.
Run this SQL querY:
Code: Select all
UPDATE serendipity_config SET value = 'en' WHERE value = '' AND name = 'lang'
The other error you get is because of URL rewriting, and a missing .htaccess file. Go to your s9y admin, go to the confoiguration and set the option "URL REwriting" to "NONE" and save the config.
Regards,
Garvin