Phil Meyer;146343 Wrote: 
> Sorry, misinterpretted what you were asking forStrange, it looks like they 
> already have been converted, but the errors
later on indicates that they haven't.

Do you know if you might have shutdown slimserver in the middle of the
conversion process the first time you started slimserver with TrackStat
1.29.1 ?

I think you will have to make sure the trackstat table are re-created
or re-converted.

Solution 1 (If you have access to the mysql db using a database tool)
=====================================================================
1. Take a backup of the TrackStat data unless you don't have a backup
2. Connect with a database tool and run:
alter table track_statistics convert to character set utf8 collate
utf8_unicode_ci;
alter table track_history convert to character set utf8 collate
utf8_unicode_ci;
3. Try again if TrackStat works

Solution 2 (If you have access to the mysql db using a database tool
but solution 1 didn't work)
=====================================================================
1. Take a backup of the TrackStat data unless you don't have a backup
2. Connect with a database tool and run:
drop table track_statistics;
drop table track_history;
3. Restart slimserver
4. Restore the TrackStat backup
5. Try again if TrackStat works

Solution 3 (If you don't have access to the mysql db using a database
tool)
=====================================================================
1. Take a backup of the TrackStat data unless you don't have a backup
2. Shutdown slimserver
3. Remove the Cache/MySQL directory completely
4. Startup slimserver
5. Perform a full rescan
6. Restore the TrackStat backup
7. Try again if TrackStat works


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-trackstat)
, 'SQLPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-sqlplaylist)
, 'DynamicPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-dynamicplaylist),
'Custom Browse'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-custombrowse)
and 'RandomPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-randomplaylist)
plugins)
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=28653

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to