MySQL ERROR:
Error Number: 1366
Description: Incorrect integer value: ‘’ for column ‘module_id’ at row 1
Query: INSERT INTO exp_modules (module_id, module_name, module_version, has_cp_backend) VALUES (’‘, ‘Freeform’, ‘2.7.2’, ‘y’)
running fresh EE 1.6.7
using fresh Freeform 2.7.2
What I am doing:
1. place the freeform folder in the modules directory
2. place the language file in the english language folder
3. go to EE CP and click install.
if i try to run the query manually…
MySQL ERROR:
Error Number: 1146
Description: Table ‘quail.exp_freeform_entries’ doesn’t exist
Query: SELECT *, COUNT(*) AS count FROM exp_freeform_entries GROUP BY form_name DESC
