This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing PHP warnings specifically when navigating to 'Properties' to list and edit properties or when adding a new property. The issue does not appear on other pages.
Solution:
We recommend enabling the WordPress debug mode to gather more detailed information about the warnings. To do this, modify the
wp-config.php
file as follows:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define( 'SCRIPT_DEBUG', true );
After enabling debugging, reproduce the issue and check the
/wp-content/debug.log
file for any errors or warnings related to WPML. If possible, share the debug log via Pastebin for a cleaner discussion.
If the debug log does not show any WPML-related errors, the issue might be due to a plugin or theme compatibility problem. Follow these steps:
1. Ensure you back up your site.
2. Deactivate all non-WPML and non-Houzez theme related plugins.
3. Check if the issue persists.
4. If resolved, reactivate the plugins in small groups to identify the problematic plugin.
If these steps do not resolve the issue or if the solution seems outdated or irrelevant, please check the related known issues, verify the version of the permanent fix, and ensure you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket at WPML support forum.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic is split from https://wpml.org/forums/topic/database-error-code-1054/
This topic contains 3 replies, has 0 voices.
Last updated by 2 months, 4 weeks ago.
Assisted by: Bigul.