1.7.2 Enterprise - php errors
-
studiograficod2
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 7
-
Thank you received: 0
-
-
11 years 2 months ago #1544
by studiograficod2
I have checked my error_log and i have noted a lot of:
PHP Warning: preg_replace(): Unknown modifier 'c' in /var/www/vhosts/...../httpdocs/plugins/system/tagmeta/tagmeta.php on line 878, referer:
www.google.com.qa/
it is only a warnign but i think is better to fix it!
Diego
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 2 months ago #1546
by admin
Hi Diego,
pls, send me an email at info(at)selfget.com and attach the file tagmeta.php, cause there' something strange with the message...
Thanks,
Luigi
Please Log in or Create an account to join the conversation.
-
studiograficod2
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 7
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 2 months ago #1562
by admin
Hi Diego,
you are right, the code is wrong:
$value = preg_replace('/<script *[^>]*>.*</script>/imsU', '', $value);
I foget to escape the slash, so it should be:
$value = preg_replace('/<script *[^>]*>.*<\/script>/imsU', '', $value);
Please, fix your file. I will release this fix in the next version.
Thank you again.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.165 seconds