Once installed the issue appears the following error message keeps popping up and over the frame. How do I frame does not appear and disappear that 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="home blog logged-in admin-bar Firefox Firefox?">
frame
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 #
Reply
You must log in to post.














