Problem: You are developing a site using the Houzez theme and WPML plugin and encountering a database error when adding new properties. The error message indicates an unknown column 'ate_sync_count' in 'field list', with error code 1054. Solution: If you're experiencing this issue, we recommend you first perform a full site backup. Then, log in to your database using a tool like PHPMyAdmin and execute the following SQL query to add the missing column:
ALTER TABLE `wp_icl_translate_job` ADD `ate_sync_count` int unsigned NULL DEFAULT '0' AFTER `automatic`;
After running this query, check if the issue persists.
This solution might be irrelevant if it's outdated or not applicable to your case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem continues, please open a new support ticket at WPML support forum.