When I open a new instance of the widget and try to paste code, it doesn't save. It just sits there. No timer, no nothing. This is a MAJOR issue since I use multiple instances of the Custom HTML widget throughout my site my site.
When I open a new instance of the widget and try to paste code, it doesn't save. It just sits there. No timer, no nothing. This is a MAJOR issue since I use multiple instances of the Custom HTML widget throughout my site my site.
Dominick what about mysql server has gone away? Have you found the issue plugin?
Ulises, I would look to see if you have any plug-ins with editing capabilities or one by try disabling other plugins until the widget works.
After each change in the ow_includes directory is the config.php file. Open it and towards the bottom is the following:
define('OW_DEBUG_MODE', false); define('OW_DEV_MODE',false); define('OW_PROFILER_ENABLE', false);
You'll see this twice. Change the values to "true" and save the file, then change them back to "false" and save again. That will refresh the system.
You don't have to download the config.php file to edit it. You can open in your control panel(assuming you have CPanel with your host). Select the file manager, navigate. to the config.php and right click on it and select edit. Make the changes to "true" and save, then back to "false" and save again.