black-studio / black-studio-tinymce-widget

Black Studio TinyMCE Widget plugin for WordPress
https://wordpress.org/plugins/black-studio-tinymce-widget/
GNU General Public License v3.0
22 stars 13 forks source link

When activated, cannot access WordPress Customizer #37

Closed lmcmahon83 closed 2 years ago

lmcmahon83 commented 9 years ago

I am using the Genesis Framework with the Parallax Pro theme. When the plugin is activated, I get a 500 internal server error trying to access the WordPress Customizer. Can access it fine with the plugin deactivated. Works fine on development site. Development server is using PHP 5.4 while the production server is set at PHP version 5.3 (and that's as high as it goes).

marcochiesi commented 9 years ago

Hi there, you should check your server's error_log to find more details about the error. It's possible that the cause is a too restrictive mod_security rule. You may try to disable mod_security by putting the following code snippet in the .htaccess of your site: SecFilterEngine Off By the way PHP 5.3 has reached end of life last year and it's no longer supported, so it's not recommended to still use it.