[email protected] Posted June 24, 2021 Share Posted June 24, 2021 Hola tengo la versión 1.6.1.10 y me parece este warning: Warning: preg_match(): Unknown modifier '1' in /var/www/vhosts/pcelectronics.es/httpdocs/classes/controller/FrontController.php on line 1247 adjunto la linea 1247 1244- $ips = array_map('trim', $ips); 1245- if (is_array($ips) && count($ips)) { 1246- foreach ($ips as $ip) { 1247- if (!empty($ip) && preg_match('/^'.$ip.'.*/', $user_ip)) { 1248- $allowed = true; Me podeis comentar a que puede ser debido este warning?. Gracias Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now