problem with clone skin tool
Using Jamroom
That "skin_cloned_from" error is a new feature that was added to the jrCore. Looks like it got added to 6.0.8, then instead of releasing 6.0.8 that version became the start point for the JR6.1 beta so the core change never got released. Once 6.1 gets out of beta it will stop showing the error.
On you penwhistle club site I have gone into the database:
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> DATABASE ADMIN
And run this 'SQL command'
ALTER TABLE jr_jrcore_skin ADD skin_cloned_from VARCHAR(128) NOT NULL DEFAULT ''You can do the same (or I can if you like) to your other site and your skins should be cloned correctly.
Sorry for the hassle.