[Vtigercrm-developers] web forms not installed correctly
Manuel Fernando
ptdesigner at gmail.com
Thu May 15 18:41:35 GMT 2014
Webforms of last source doesn’t install table from web forms manifest.xml
This is the table that skips:
table: vtiger_webforms_field
if i delete the following lines before installation, manifest .xml create the table correctly:
CONSTRAINT `fk_1_vtiger_webforms_field` FOREIGN KEY (`webformid`) REFERENCES `vtiger_webforms` (`id`) ON DELETE CASCADE,
CONSTRAINT `fk_3_vtiger_webforms_field` FOREIGN KEY (`fieldname`) REFERENCES `vtiger_field` (`fieldname`) ON DELETE CASCADE
this is recurrent in almost all tracks i have been following.
By the way, installation is on vps linux
Maybe open a ticket in the trac?
Best Regards
Manuel
More information about the vtigercrm-developers
mailing list