Hi, I want to add one field to the existing dmHTML type. Does anyone have instructions on doing this?
I had a play on a development FarCry install, following the instructions from the Wiki. No problems adding the field to the database table, but I seem to have broken the FarCry admin. Whenever I try to add a new HTML page I just get the following: BSUCCESS false DETAIL [Macromedia][SQLServer JDBC Driver][SQLServer]Conversion failed when converting the varchar value 'draft' to data type int. MESSAGE Error Executing Database Query. OBJECTID FF8F4A3D-14C2-E78C-977EA44A4E45C8D3 SQL INSERT INTO DBO.dmHTML ( objectID , displayMethod , status , lockedBy , label , datetimelastupdated , datetimecreated , locked , Title , reviewDate , ownedby , createdby , lastupdatedby ) VALUES ( (param 1) , (param 2) , (param 3) , (param 4) , (param 5) , (param 6) , (param 7) , (param 8) , (param 9) , (param 10) , (param 11) , (param 12) , (param 13) ) I'm having trouble finding where this query is even created, let alone what is causing it. Anyone shed items/suggestions on what is going wrong? More than likely I missed an important step in extending the types....just stuffed if I know what it is. So back to my original question, does anyone have instructions on doing this? Cheers Mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
