03-29-2010, 08:47 PM
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:
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?