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
Is the @ not squashing the warning? The problem is that this loses atomacy, which is important if handling requests in parallel, such as via apache2 or nginx.
I have to replace line 274 :
@unlink($this->cacheDir.'/urlMap.cache');
by
Thank you
The text was updated successfully, but these errors were encountered: