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
throw new Exception("The transient value spicypixel.objectcache.serverstarttime was not found in WordPress by ObjectCacheServer.php so the server cannot start.");
}
$queryStartTime = $_GET['doing_start_oc_server'];
if($startTime != $queryStartTime) {
throw new Exception("The transient value in WordPress and the query string passed to ObjectCacheServer.php do not match so the server cannot start.");