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
If APC was working, and you had the CACHE_ENGINE set to apc in /includes/bootloader.php, then you would not be getting this error. By default, it checks to see if APC is available, and if not, will default back to disk caching.
This error occurs when disk caching is being used, and there is no cache directory, or the directory is not writable.
[Sun Jul 06 07:26:35 2014] [error] [client myip] PHP Notice: Undefined index: 2.0:profile.mygamertag in /html/api/includes/classes/cache.class.php on line 86
ok so i know the apc cache system works but my errorlog(s) are filled with this. looks like it happens every time any query is made with the api
The text was updated successfully, but these errors were encountered: