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
I'm not sure if there is already an issue for this, but I am getting this every time browscap downloads an ini.
PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\path\\to\\website\\vendor\\garetjax\\phpbrowscap\\src\\phpbrowscap\\Browscap.php on line 961
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 165 bytes) in C:\\path\\to\\website\\vendor\\vendor\\garetjax\\phpbrowscap\\src\\phpbrowscap\\Browscap.php on line 677
I've tried updating with Composer a few times, but it hasn't fixed it.
The text was updated successfully, but these errors were encountered:
Maybe some sort of segmented downloading or saving a file to the disk every 4 mb and then combine them at the end.
Another solution which I strongly prefer would be to have a separate cron job. This way a user trying to access the website can procede as normal if there is an error.
I'm not sure if there is already an issue for this, but I am getting this every time browscap downloads an ini.
I've tried updating with Composer a few times, but it hasn't fixed it.
The text was updated successfully, but these errors were encountered: