Please,
Once installed the theme continues in the top frame and an error message
Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 3 in /home/httpd/vhosts/...................../wp-content/themes/......................./framework/php/function-set-avia-frontend.php on line 836
class="single single-post postid-462 single-format-standard logged-in admin-bar Firefox Firefox?">
Widht also appears below the main page of images and not in the right column.
Someone help me?
error
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
a fix for this will be released soon, seems to happen on rare server setups. you can fix it for now by opening the folder framework/php and search for the file function-set-avia-frontend.phpWithin that file search for
if (!preg_match_all($pattern, $u_agent, $matches)) {and change it to
if (!@preg_match_all($pattern, $u_agent, $matches)) {Posted 1 year ago #
Topic Closed
This topic has been closed to new replies.














