Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Maincore.php Warning when creating Panels

Asked Modified Viewed 4,014 times
V
vannix
V
vannix 10
vanitytours.com/icons/logo/vt_mastead_sml.jpg
Travel in Style...Style Your Travel
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
asked
Junior Member

I'm receiving the following warning when creating certain panels
"Warning: preg_match() [function.preg-match]: Unknown modifier 'a' in /homepages/4/d262471927/htdocs/v/v/maincore.php on line 269".
Can someone assist me on this?
0 replies

1 post

V
VireL
V
VireL 10
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

find line 269
   if (isset($_COOKIE[COOKIE_PREFIX.'admin']) && (!preg_match("/" . str_replace("../", "", "/".ADMIN) . "/i", FUSION_REQUEST) || USER_IP != $userdata['user_ip'])) {

and replace
if (isset($_COOKIE[COOKIE_PREFIX.'admin']) && (!preg_match("/" . preg_quote(str_replace("../", "", "/".ADMIN), "/") . "/i", FUSION_REQUEST) || USER_IP != $userdata['user_ip'])) {

0 replies

Category Forum

Post Your Site

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

V
V
vannix 10
vanitytours.com/icons/logo/vt_mastead_sml.jpg
Travel in Style...Style Your Travel
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
V
V
VireL 10
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 1 thread in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet