ClipMate Support Forum

Support and User-to-User Discussions
It is currently Wed Jun 19, 2013 10:47 pm

All times are UTC - 5 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Tue Feb 27, 2007 1:49 pm 
Offline
Site Admin
User avatar

Joined: Wed Jun 12, 2002 3:07 pm
Posts: 3427
Location: Spencerport, NY USA
In ClipMate 7.1, the "parent_id" field of the collection properties dialog is editable, and some users have managed to insert bad data into this field. The ID must be a valid GUID, which is one of those long funny numbers surrounded by {} brackets.

If you get an error at startup complaining about "not a valid GUID", then you can fix the problem with this script.


Code:
update coll set parent_guid = '{00000000-0000-0000-0000-000000000000}' where parent_guid not like '{%}';


Use the startup/recovery screen to get to the SQL dialog, in order to enter this command. Here's how to get there:
http://www.thornsoft.com/phpBB2/viewtopic.php?t=2297

_________________
I'm the ClipMate Guy!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group