Plugin Author
dmikam
(@dmikam)
It looks really strange to me, but looks like a regular expression error. I use them in detection of scripts included on wp_head and wp_footer actions, so try to disable “Detect <script> tags in wp_head” and “Detect <script> tags in wp_foot” options.
Hello elCHAVALdelaWEB, thanks for taking the time to reply.
I had only minify css option checked out of all the options available.
Plugin Author
dmikam
(@dmikam)
It is something really strange, I was trying to provoke the same error but I couldn’t. It would be great to see you .css file to see if there some code which provokes this message. Could you send me a link to the .css file ?
Thanks for the reply again elCHAVALdelaWEB.
I activated this plugin again, this time it din’t show the error I was getting earlier but my site was almost gone.
This time, the site was virtually gone and only 1/20th of the site was showing in the left corner of the browser.
The error that I was getting earlier could have been suppressed with following code at the end of wp-config.php.
error_reporting(0);
@ini_set('display_errors', 0);
I am not sure which css file you were referring to. I have very basic editing in the custom css file.
Please bare with me as I am quite new to this stuff.
Thank you.
Plugin Author
dmikam
(@dmikam)
If you can publish a link to your site, I possibly could see something strange.
Other thought – dry to deactivate all other plugins temporarily to discard them as a problem sources.