SQL Error on Install with table creation
-
Line 45 of the opt/OptProperties.php contains an error that stops the opt_properties_float table from being created. Attempted on 2 installs on 2 different servers.
I created the table manually instead and now the plugin is working as expected. That line contains a variable called ‘$type’ which references ‘protected $sqlType = ‘undefined’;’. The value type in the table creation actually needs to be ‘decimal(10,2) NULL default NULL’.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘SQL Error on Install with table creation’ is closed to new replies.