Quote Originally Posted by inksale View Post
1.3.6.1
I just tried to install and am getting an sql error. I dropped the table several times and tried to install the patch via both Myphp and the Zen tool with the same result.

Get the same error on 2 sites. Both are 1.3.6 zen and 1.3.6.1 of the mod.

I will also assume this is the reason there is no options under cinfig for this mod.
--------------------------------
SQL query:

INSERT INTO configuration_group( `configuration_group_id` , `configuration_group_title` , `configuration_group_description` , `sort_order` , `visible` )
VALUES ( 999, 'User Tracking Config', 'User Tracking', 31, 1 ) ;

MySQL said: Documentation
#1062 - Duplicate entry '999' for key 1
----------------------------------------

Im a database dummy and need a little guidance as to whether its an error in the supplied sql or if its me.
I'm in the same club as you when it comes to databases but I vaguely remember coming across this issue somewhere in the old archives.

I think another mod you have installed is already using 999. Possibly the old Admin Levels? I know there are issues between those two if you are using the olds version.

It had something to do with the way the original User Tracking Code was written.

Please don't quote me on this! As nobody else has replied yet I thought I may as well post as it gives you something to go on.