Hello,
My upgrade from 2.0.5. to 2.1.8 stops at the following error when I try to load the login page:
Uh-oh.
Form Tools couldn't find all the database tables. Please check your /global/config.php file to confirm the $g_table_prefix setting. The following tables are missing:
ft_email_template_when_sent_views
ft_field_type_validation_rules
ft_field_validation
I can add the following information:
the config file has this line: $g_table_prefix = "ft_";
ft_email_template_when_sent_views is indeed missing, but my database (ft 2.0.5) works fine and had no integrity error,
ft_field_type_validation_rules exists,
ft_field_validation exists, but gives the following error when I try to open it: `vavorijnmond`.`ft_field_validation`: table data is not editable because there is no primary key defined for the table
Luckily I have been able to revert to 2.0.5 and a database backup.
I have no clue how to solve this, any help is appreciated,
Thanks, Theo
My upgrade from 2.0.5. to 2.1.8 stops at the following error when I try to load the login page:
Uh-oh.
Form Tools couldn't find all the database tables. Please check your /global/config.php file to confirm the $g_table_prefix setting. The following tables are missing:
ft_email_template_when_sent_views
ft_field_type_validation_rules
ft_field_validation
I can add the following information:
the config file has this line: $g_table_prefix = "ft_";
ft_email_template_when_sent_views is indeed missing, but my database (ft 2.0.5) works fine and had no integrity error,
ft_field_type_validation_rules exists,
ft_field_validation exists, but gives the following error when I try to open it: `vavorijnmond`.`ft_field_validation`: table data is not editable because there is no primary key defined for the table
Luckily I have been able to revert to 2.0.5 and a database backup.
I have no clue how to solve this, any help is appreciated,
Thanks, Theo