You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2329600 bytes) in path-to-Browscap.php on line 505
Line 505 is this: $browsers = parse_ini_file($ini_path, true, INI_SCANNER_RAW);
I have the latest version of browscap.ini
When using the old browscap.php (v1.0) file it works fine, tried using v2.0 from here on github but get errors, cannot get this version of the files to work. I have diff them, there are a fair few changes but not sure about what the problem is and why just these changes in the file are stopping it from working.
The text was updated successfully, but these errors were encountered:
I get this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2329600 bytes) in path-to-Browscap.php on line 505
Line 505 is this: $browsers = parse_ini_file($ini_path, true, INI_SCANNER_RAW);
I have the latest version of browscap.ini
When using the old browscap.php (v1.0) file it works fine, tried using v2.0 from here on github but get errors, cannot get this version of the files to work. I have diff them, there are a fair few changes but not sure about what the problem is and why just these changes in the file are stopping it from working.
The text was updated successfully, but these errors were encountered: