hi yellow1912
First, let me thank you for your great module and your continued support (along with everyone else).
I just wanted to bring to your attention a problem I encountered while installing SSU on my development system.
My system has the following installed
Apache 2.2
PHP 5.2.8
MySQL 5.0.51a
running on Windows vista Home Premium
The error occurs when I go into admin-extras-simple seo url manager and it pertains to the syntax of the mySQL statement
INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '1');
I can't tell you the exact error at the moment as unfortunately I fixed it before copying it :-(
Anyhow MySQL 5.0.51 does not like '' so instead I edited 0.sql and changed '' to NULL as shown below
INSERT INTO configuration_group VALUES (NULL, 'Simple SEO URL', 'Set SSU Options', '1', '1');
and everything worked ok
Sorry if this has already been posted, i didn't feel like going through the 500+ pages of this topic !
Bookmarks