Hi @verkkovaraani,
This post is just an attempt to help you fix the “licensed_hostname_prompt is not type boolean.” error.
Add the line below to the wp-config.php file (if not already):
define('ITSEC_DEBUG', true);
This will add a new Debug (sub)menu option to the Security menu option. Log into the WordPress backend and navigate to:
Security > Debug
In the Settings section of the Debug page select global from the dropdown list. Then click on the Load button and scroll to the bottom of the global settings. You can find the licensed_hostname_prompt setting and its current value on line #32.
If your value is anything other than a boolean (true/false) you can manually change it right here (the default value is false). Don’t forget to click on the Save button.
+++ To prevent any confusion, I’m not SolidWP +++
-
This reply was modified 2 years, 4 months ago by
nlpro.
Hi there,
I hope the information provided by @nlpro helped resolve the issue. Tracking notifications on this forum can become tricky over time, and since we haven’t received a response, I’ll mark this post resolved.
If you’re still getting the same error when trying to disable writing to files, please try to do a complete re-install of the plugin to see if that helps. Make sure to download and upload a fresh copy of the plugin.
If you need help with anything else, feel free to open a new support topic, and we’d be happy to assist.
Thank you!
Yes, that fixed the error with the setting, thanks.