I can’t save changes in pages and header
-
Hi,
Please help us with a situation we’ve been having in the last few days. I can’t save the changes on the header or pages, it just appears that the page is loading, but not saving.
Just theme modules are active, theme is with the last version and all patchers are updated.
Server is using PHP 8.2, at theme status everything necessary is checked.
Thank you.
Hello,
Please send us your FTP access and path to the PHP error log file on your server. It looks like there is some PHP error so we need to check it.
Kind Regards
We see a PHP memory limit error on your website https://gyazo.com/cf610f39d92e82d26939fbc4ce4ebd7e
You need to increase this value. We recommend contacting server support for help on this matter.
Hi,
Provider set memory limit to 256, but we have the same problem.
Now I can save the pages, but the header is just loading.
Hello,
Currently, your WordPress doens’t have direct access to files on your server and a lot of functions don’t work. You need to change this method to direct
. You can add the following code snippet to the wp-config.php
file to fix this.
define('FS_METHOD', 'direct');
Kind Regards
SOLVED
Working great now, thank you!