The error appeared when we moved the site from one hosting to another. What are the settings affecting this and what can be done?

Comments

int_ua’s picture

Deleting "e" solved it.

adellefrank’s picture

If the /e is not crucial, can it be removed from lines 73, 76, 187, and 275 of views_slideshow.theme.inc ? If I knew how to submit a patch, I would do so. :(

mjm693’s picture

The e modifier is a potential security risk: http://drupal.org/node/750148

Can pre_replace_callback be used in this case?

int_ua’s picture

Priority: Major » Critical
int_ua’s picture

Turns out it's crucial. I've just had my customised slideshow broken after moving from localhost to hosting provider.

yan’s picture

I think the provider has to somehow allow the /e parameter, I had the same problem in core:
#1919484: SUHOSIN - Use of preg_replace() with /e modifier is forbidden by configuration in unicode.inc (line 349)

adellefrank’s picture

Status: Active » Needs review
xiukun.zhou’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.