sebtools / DataMgr

DataMgr is a database abstraction tool to simplify common interactions with the database.
http://www.bryantwebconsulting.com/docs/DataMgr/
8 stars 8 forks source link

CodeCop Issue #1

Open demirkapi opened 10 years ago

demirkapi commented 10 years ago

Hi Steve,

While installing CodeCop I have the following error.

I created a MySQL based DSN and on the first installation screen I entered this datasource and selected MySQL as DB type. After submitting I get following error.

Do you have any idea?


The web site you are accessing has experienced an unexpected error. Please contact the website administrator.

The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request The value returned from the StructKeyHasLen function is not of type numeric.

If the component name is specified as a return type, it is possible that either a definition file for the component cannot be found or is not accessible.

The error occurred in D:/sites/test/web/CodeCop/com/sebtools/_DataMgr.cfc: line 2792 Called from D:/sites/test/web/CodeCop/sys/CodeCop.cfc: line 33 Called from D:/sites/test/web/CodeCop/Application.cfm: line 69 2790 : } 2791 : //Set alias (if exists) 2792 : if ( StructKeyHasLen(thisField,"alias") ) { 2793 : sFieldDef["alias"] = Trim(thisField["alias"]); 2794 :


I even updated sebtools with the latest ones. Same error.

TIA! :)

sebtools commented 3 years ago

Sorry I just saw this! I think I ran into this earlier and fixed it. Can you let me know if it works for you now (assuming you didn't give up on this entirely).