preg_match() Compilation failed

83 Views Asked by At

I cannot solve this error:

PHP Warning: preg_match(): Compilation failed: nothing to repeat at offset 0 in /var/www/clients/client1/web1/web/wp-content/plugins/w3-total-cache/Minify_Plugin.php on line 1107, referer: https:// MY-HOME.COM/

The line 1107 is:

if ( $expr != '' && preg_match( '~' . $expr . '~i', $_SERVER['REQUEST_URI'] )) {

Thank you in advance

EDIT: This question is different because I'm talking about Minify_plugin.php (w3 Total Cache) file for first time here.

0

There are 0 best solutions below