× Here you can get community support related to Tag Meta.

1.7.2 Enterprise - php errors

  • studiograficod2
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 7 months ago #1544 by studiograficod2
1.7.2 Enterprise - php errors was created 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.

More
10 years 7 months ago #1546 by admin
Replied by admin on topic 1.7.2 Enterprise - php errors
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
  • New Member
More
10 years 7 months ago #1555 by studiograficod2
Replied by studiograficod2 on topic 1.7.2 Enterprise - php errors
Mail sent! Thanks.

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #1562 by admin
Replied by admin on topic 1.7.2 Enterprise - php errors
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.086 seconds