Posted: Mon Nov 19, 2007 11:12 am
Hi!
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:
After that, make sure you undo all changes you made to "authorid", so that "authorid" will be "0" again instead of "en".
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
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