Totally Zenned
- Join Date:
- Oct 2006
- Posts:
- 5,422
- Plugin Contributions:
- 0
Simple SEO URL (OLD version) [support thread]
Thank you for pointing out the fix on that one ^_^
Alex Clarke:
When installing SSU, MySQL threw the following error.
I'm running MySQL 5.0 in strict mode.
Replacing the following code in admin\includes\module_installation\yellow1912_ssu\db\0.sql fixed this.
INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '1');
>
> ```
INSERT INTO configuration_group VALUES (NULL, 'Simple SEO URL', 'Set SSU Options', '1', '1');