I contacted Iron Templates first, they said to contact you.
I'm running this on local by Flywheel. Version 5.10.1+5267
Current version of Wordpress
unable to load sonaar demos content install. Deactivated all plugins, then turned them 1 by 1. This one causes critiacal issue in site health.
:A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
during running the plugin I get a message at the top of the screen: HTTP Loopback connections are not enabled on this server.If you need to contact your web host, tell them that when PHP tries to connect back to the site at the URL 'HTTP://my-site.local/wp-admin/admin-ajax.php' and it gets the error 'Responce code:500' There may be a problem with the server configuration (eg local DNS problems, mod_security, etc) preventing connections from working properly.
And I get a white box with a small red box with a white ! over all the sonar demo content
The PHP warning you have here: A PHP session was created by a session_start() function call. is a normal warning when Iron Demo Importer is activated. This is not the cause of your issue.
- Make sure to use PHP 7.4 (not PHP 8).
- Make sure Nginx server, not apache.
If it does not work, tell me which theme demo you want to import and i will send you the file manually.
I contacted Iron Templates first, they said to contact you.
I'm running this on local by Flywheel. Version 5.10.1+5267
Current version of Wordpress
unable to load sonaar demos content install. Deactivated all plugins, then turned them 1 by 1. This one causes critiacal issue in site health.
:A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
during running the plugin I get a message at the top of the screen: HTTP Loopback connections are not enabled on this server.If you need to contact your web host, tell them that when PHP tries to connect back to the site at the URL 'HTTP://my-site.local/wp-admin/admin-ajax.php' and it gets the error 'Responce code:500' There may be a problem with the server configuration (eg local DNS problems, mod_security, etc) preventing connections from working properly.
And I get a white box with a small red box with a white ! over all the sonar demo content
Hello Kenneth,
The PHP warning you have here: A PHP session was created by a session_start() function call. is a normal warning when Iron Demo Importer is activated. This is not the cause of your issue.
- Make sure to use PHP 7.4 (not PHP 8).
- Make sure Nginx server, not apache.
If it does not work, tell me which theme demo you want to import and i will send you the file manually.
Thanks,
Max from the Sonaar.io Crew
Works.. it was Using PHP 7.4 instead of PHP 8... Thanks