You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not edit/save/change my Javascript snippets any more that were saved in the global settings admin screen.
If I go to the global page setting of the base outline, at /wp-admin/admin.php?page=layout-manager&view=configurations/default/page, and change whatever setting, toggle or text field, and then click "Save Page Settings", an empty white error overlay appears . There is no error message, but the saving process is not finished, no changes are saved.
A POST to /wp-admin/admin.php?page=layout-manager&view=configurations/default/page&_wpnonce=0dae096a3e&action=gantry5 is executed and gets an empty 200 response.
This happens in php8.2 and 8.1.
Enabling WP_DEBUG and the gantry debug flag does not bring up any helpful error messages.
Since I have not used the page settings for a while, I can not say since when this problem exists, all I know is that i was able to save changed settings about a year ago for the last time.
There is a similar report, but for Joomla, here: #3232
Not sure whether it is a duplicate, but that issue is still open, and a workaround in that thread is not applicable in WP.
EDIT: I should mention that I have verified the file permissions of the YAML files, where the config stuff is stored. They are accessible/writable for the webserver UID ( www-data )
Regards Ulrich
The text was updated successfully, but these errors were encountered:
@designzwang it may or may not help but wanted to ask if you are using a CDN like Cloudflare? If you are, you need to make sure you have excluded the admin area of your site in the CDN settings. Otherwise any changes you make won't get applied.
@N8Solutions no CDN involved here, and everything else in admin area works. It looks as if some error message should be displayed in the overlay, but is missing.
@designzwang no errors in console? Have you tried disabling all 3rd party plugins besides Gantry to see if that clears any conflicts? If you have a menu particle on your Base Outline try deleting (backup first if you've made any settings changes via the Gantry Menu Editor) all yaml files here: /wp-content/themes/[theme]/custom/config/menu/*.yaml
Wordpress 6.7.1
PHP 8.1 AND 8.2
Gantry Framework 5.5.19
Hydrogen 5.5.19
I can not edit/save/change my Javascript snippets any more that were saved in the global settings admin screen.
If I go to the global page setting of the base outline, at /wp-admin/admin.php?page=layout-manager&view=configurations/default/page, and change whatever setting, toggle or text field, and then click "Save Page Settings", an empty white error overlay appears . There is no error message, but the saving process is not finished, no changes are saved.
A POST to /wp-admin/admin.php?page=layout-manager&view=configurations/default/page&_wpnonce=0dae096a3e&action=gantry5 is executed and gets an empty 200 response.
This happens in php8.2 and 8.1.
Enabling WP_DEBUG and the gantry debug flag does not bring up any helpful error messages.
Since I have not used the page settings for a while, I can not say since when this problem exists, all I know is that i was able to save changed settings about a year ago for the last time.
There is a similar report, but for Joomla, here: #3232
Not sure whether it is a duplicate, but that issue is still open, and a workaround in that thread is not applicable in WP.
EDIT: I should mention that I have verified the file permissions of the YAML files, where the config stuff is stored. They are accessible/writable for the webserver UID ( www-data )
Regards Ulrich
The text was updated successfully, but these errors were encountered: