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
thrown in /www/htdocs/abc/123/scripts/Browscap.php on line 517
in my PHP-file I have the following:
lowercase = true;
$current_browser = $bc->getBrowser(null,true);
I think is happens when the file is called by different user in a short period.
What can I do?
The text was updated successfully, but these errors were encountered:
My site will get sometimes this error:
Fatal error: Uncaught exception 'phpbrowscap\Exception' with message 'temporary file already exists' in /www/htdocs/abc/123/scripts/Browscap.php:517
Stack trace:
#0 /www/htdocs/abc/123/scripts/Browscap.php(289): phpbrowscap\Browscap->updateCache()
#1 /www/htdocs/abc/123/collect.php(112): phpbrowscap\Browscap->getBrowser(NULL, true)
#2 /www/htdocs/abc/123/collect.php(39): pageview()
#3 {main}
thrown in /www/htdocs/abc/123/scripts/Browscap.php on line 517
in my PHP-file I have the following:
lowercase = true; $current_browser = $bc->getBrowser(null,true); I think is happens when the file is called by different user in a short period. What can I do?The text was updated successfully, but these errors were encountered: