Community Support for OpenDocMan (Deprecated)

Full Version: Cant add any user defined fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks umbraimago, I downloaded the code from SVN and re-installed OpenDocman. That solved my immediate problem.

I encountered a problem adding fields to UDFs though. I consulted a programmer at my company and he made it work, and he wanted to tell you what the problem was:

Quote:The table odm_udf has a table_name varchar(16) field. The value for the UDF spbitticks had added was "odm_udftbl_odm_d" but the table storing the possible UDF fields is, in my database, called odm_udftbl_odm_data. So it appears that the table name was truncated when entered into odm_udf. I increased the size of the table_name column in odm_udf and corrected the table name, and now adding new fields to UDFs works.

I suspect something went wrong earlier. Is odm_udftbl_odm_data the intended table name?
Fixed in latest SVN on 1.2 branch
Pages: 1 2