Hi there,
Thank you for providing us additional information.
It sounds like you’re experiencing a frustrating issue. Let’s try to troubleshoot it step by step:
- Theme and Plugin Conflict: Sometimes, conflicts between themes or plugins can cause issues like this. To troubleshoot, try temporarily switching to a default WordPress theme like Twenty Twenty-One and disabling all plugins except Elementor. Then, try updating the page again. If the issue is resolved, gradually reactivate your plugins one by one to identify the conflicting one.
- Memory Limit: Insufficient memory can also cause problems when updating pages in WordPress. To increase the memory limit, you can edit your wp-config.php file or .htaccess file. Add the following line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '256M');
If you’re not comfortable editing files directly, you can contact your web hosting provider for assistance.
- Corrupted .htaccess File: Your .htaccess file may be corrupted. You can regenerate it by going to Settings > Permalinks in your WordPress dashboard and clicking the “Save Changes” button without making any changes.
- File Permissions: Ensure that the files and directories in your WordPress installation have the correct permissions. Directories should typically have permissions set to 755, and files should be set to 644. Incorrect permissions can sometimes lead to unexpected errors.
- Elementor Version: Make sure you’re using the latest version of Elementor. Sometimes, updating to the latest version can resolve compatibility issues with newer versions of WordPress.
- Server Configuration: It’s possible that there’s a server configuration issue causing the problem. You may need to contact your web hosting provider to investigate further if none of the above steps resolve the issue.
By following these steps, you should hopefully be able to identify and resolve the issue causing the ‘page not found’ error when updating pages in Elementor. Let me know if you need further assistance with any of these steps!