Form edits don’t save | WordPress.org

[ad_1]

I discovered the issue. I had manually edited registration_magic.php to fix the “Active PHP session was detected” critical issue that shows up in Site Health Status.

I fixed the “Active PHP session was detected” issue by changing the below line in registration_magic.php, but this seems to cause the unable to save issue. Reverting this change makes it so I can save, but now I still have the “Active PHP session was detected” issue.

208c208,210
<             session_start();
---
>             session_start( [
>                 'read_and_close' => true,
>             ] );

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer