Venues List

Lorem ipsum tempor orci dapibus ultrices in iaculis nunc sed augue. Sollicitudin tempor id eu nisl nunc mi ipsum faucibus vitae. Risus in hendrerit gravida rutrum quisque non tellus. Porttitor eget dolor morbi non arcu risus.


Bethpage State Park

Miami International Autodrome

Stade de France

Murrayfield

Twickenham

Olympic Stadium

Cheltenham Racecourse

Atlanta GA

Augusta GA

Augusta

Louisville KY

Harding Park, San Francisco

Wembley Stadium

Monaco

Roland Garros

Madrid

Pebble Beach

Ascot Racecourse

Wimbledon

Silverstone

Royal Portrush

Goodwood Estate

New York

Japan

Longchamps Paris

O2 Arena

South Africa

England

Whilstling Straits

Aviva Stadium

The Country Club, Brookline

Churchill Downs Racecourse

SoFi Stadium

State Farm Stadium

OVO Arena Wembley

Royal Albert Hall

AO Arena Manchester

The London Palladium

Alexandra Palace

Brixton Academy

Arena Birmingham

Eventim Apollo

Los Angeles Country Club

Flushing Meadows

Las Vegas

Barcelona

Royal Liverpool

Principality Stadium

Allegiant Stadium

Allegiant Stadium

Pinehurst

Scottsdale

Oakmont Country Club

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/eclipse/pyrocms/storage/framework/sessions/L5QhYrb9r2ltxiHrJvkJhmgF1W3El4o7UKVOSbUg): failed to open stream: Disk quota exceeded ErrorException thrown with message "file_put_contents(/home/eclipse/pyrocms/storage/framework/sessions/L5QhYrb9r2ltxiHrJvkJhmgF1W3El4o7UKVOSbUg): failed to open stream: Disk quota exceeded" Stacktrace: #9 ErrorException in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #8 file_put_contents in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #7 Illuminate\Filesystem\Filesystem:put in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #6 Illuminate\Session\FileSessionHandler:write in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/Store.php:128 #5 Illuminate\Session\Store:save in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #4 Illuminate\Session\Middleware\StartSession:terminate in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #3 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #2 Illuminate\Foundation\Http\Kernel:terminate in /home/eclipse/pyrocms/vendor/anomaly/streams-platform/src/Http/CacheKernel.php:87 #1 Anomaly\Streams\Platform\Http\CacheKernel:terminate in /home/eclipse/pyrocms/vendor/anomaly/streams-platform/src/Http/HttpCache.php:55 #0 Anomaly\Streams\Platform\Http\HttpCache:terminate in /home/eclipse/pyrocms/public/index.php:67
9
ErrorException
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
8
file_put_contents
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
7
Illuminate\Filesystem\Filesystem put
/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php83
6
Illuminate\Session\FileSessionHandler write
/vendor/laravel/framework/src/Illuminate/Session/Store.php128
5
Illuminate\Session\Store save
/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php87
4
Illuminate\Session\Middleware\StartSession terminate
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php218
3
Illuminate\Foundation\Http\Kernel terminateMiddleware
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php189
2
Illuminate\Foundation\Http\Kernel terminate
/vendor/anomaly/streams-platform/src/Http/CacheKernel.php87
1
Anomaly\Streams\Platform\Http\CacheKernel terminate
/vendor/anomaly/streams-platform/src/Http/HttpCache.php55
0
Anomaly\Streams\Platform\Http\HttpCache terminate
/public/index.php67
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "file_put_contents(/home/eclipse/pyrocms/storage/framework/sessions/L5QhYrb9r2ltxiHrJvkJhmgF1W3El4o7UKVOSbUg): failed to open stream: Disk quota exceeded"
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "/home/eclipse/pyrocms/storage/framework/sessions/L5QhYrb9r2ltxiHrJvkJhmgF1W3El4o7UKVOSbUg"
    
  2. "a:3:{s:6:"_token";s:40:"GNtGcTusbaImL4359UzGeM1Q9Fd8OzQeMQqefn89";s:9:"_previous";a:1:{s:3:"url";s:38:"https://eclipsesportsevents.com/venues";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->exists($path = $this->path.'/'.$sessionId)) {
            if (filemtime($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->get($path, true);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/home/eclipse/pyrocms/storage/framework/sessions/L5QhYrb9r2ltxiHrJvkJhmgF1W3El4o7UKVOSbUg"
    
  2. "a:3:{s:6:"_token";s:40:"GNtGcTusbaImL4359UzGeM1Q9Fd8OzQeMQqefn89";s:9:"_previous";a:1:{s:3:"url";s:38:"https://eclipsesportsevents.com/venues";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "L5QhYrb9r2ltxiHrJvkJhmgF1W3El4o7UKVOSbUg"
    
  2. "a:3:{s:6:"_token";s:40:"GNtGcTusbaImL4359UzGeM1Q9Fd8OzQeMQqefn89";s:9:"_previous";a:1:{s:3:"url";s:38:"https://eclipsesportsevents.com/venues";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            list($name) = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/venues"
      #requestUri: "/venues"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/venues"
      #requestUri: "/venues"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/eclipse/pyrocms/vendor/anomaly/streams-platform/src/Http/CacheKernel.php
 
        /**
         * Disable for Control Panel
         */
        if (str_is(self::$excluded, $_SERVER['REQUEST_URI'])) {
            return $kernel;
        }
 
        return $cache;
    }
 
    /**
     * Terminate the response.
     *
     * @param Request $request
     * @param Response $response
     */
    public function terminate(Request $request, Response $response)
    {
        $this->kernel->terminate($request, $response);
    }
 
}
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/venues"
      #requestUri: "/venues"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/eclipse/pyrocms/vendor/anomaly/streams-platform/src/Http/HttpCache.php
        }
    }
 
    /**
     * Clear httpcache cache.
     */
    public function clear()
    {
        $this->dispatch(new ClearHttpCache());
    }
 
    /**
     * Terminate the request.
     *
     * @param Request $request
     * @param Response $response
     */
    public function terminate(Request $request, Response $response)
    {
        $this->getKernel()->terminate($request, $response);
    }
 
}
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/venues"
      #requestUri: "/venues"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/eclipse/pyrocms/public/index.php
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$kernel = \Anomaly\Streams\Platform\Http\CacheKernel::wrap($kernel);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/venues"
      #requestUri: "/venues"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"eclipsesportsevents.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_HTTPS
"1"
DOCUMENT_ROOT
"/home/eclipse/public_html"
REMOTE_ADDR
"216.73.216.122"
REMOTE_PORT
"21746"
SERVER_ADDR
"193.35.59.50"
SERVER_NAME
"eclipsesportsevents.com"
SERVER_ADMIN
"webmaster@eclipsesportsevents.com"
SERVER_PORT
"443"
REQUEST_SCHEME
"https"
REQUEST_URI
"/venues"
REDIRECT_URL
"/venues"
REDIRECT_REQUEST_METHOD
"GET"
HTTPS
"on"
HTTP_AUTHORIZATION
""
REDIRECT_STATUS
"200"
X_SPDY
"HTTP2"
SSL_PROTOCOL
"TLSv1.3"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CIPHER_ALGKEYSIZE
"256"
SCRIPT_FILENAME
"/home/eclipse/public_html/index.php"
QUERY_STRING
""
SCRIPT_URI
"https://eclipsesportsevents.com/venues"
SCRIPT_URL
"/venues"
SCRIPT_NAME
"/index.php"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
REQUEST_METHOD
"GET"
X-LSCACHE
"on"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1766927696.6516
REQUEST_TIME
1766927696
ORIGINAL_REQUEST_URI
"/venues"
APP_ENV
"production"
APP_DEBUG
"true"
DEBUG_BAR
"false"
APP_KEY
"base64:UkFMZrdpmNNqzYXI0P9iv5xATpaDtcI2/RRIHSwBsnA="
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_DATABASE
"eclipse_pyrocms"
DB_USERNAME
"eclipse_db"
DB_PASSWORD
"xWke3DU5BWCf8YsHhAmJZXitKf"
APPLICATION_NAME
"Default"
APPLICATION_REFERENCE
"default"
APPLICATION_DOMAIN
"eclipsesportsevents.com"
LAZY_TRANSLATIONS
"true"
DB_CACHE
"true"
LOCALE
"en"
TIMEZONE
"UTC"
INSTALLED
"true"
RECAPTCHA_SITE_KEY
"6LfbqbIUAAAAAGkx8lPCN_qMpGWaHdgMLOostvlx"
RECAPTCHA_SECRET_KEY
"6LfbqbIUAAAAAOoYaE8CVzB-rR9ww4kIaioF8AS-"
RECAPTCHA_THRESHOLD
"0.5"
RECAPTCHA_HIDE_BADGE
"false"
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
APP_ENV
"production"
APP_DEBUG
"true"
DEBUG_BAR
"false"
APP_KEY
"base64:UkFMZrdpmNNqzYXI0P9iv5xATpaDtcI2/RRIHSwBsnA="
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_DATABASE
"eclipse_pyrocms"
DB_USERNAME
"eclipse_db"
DB_PASSWORD
"xWke3DU5BWCf8YsHhAmJZXitKf"
APPLICATION_NAME
"Default"
APPLICATION_REFERENCE
"default"
APPLICATION_DOMAIN
"eclipsesportsevents.com"
LAZY_TRANSLATIONS
"true"
DB_CACHE
"true"
LOCALE
"en"
TIMEZONE
"UTC"
INSTALLED
"true"
RECAPTCHA_SITE_KEY
"6LfbqbIUAAAAAGkx8lPCN_qMpGWaHdgMLOostvlx"
RECAPTCHA_SECRET_KEY
"6LfbqbIUAAAAAOoYaE8CVzB-rR9ww4kIaioF8AS-"
RECAPTCHA_THRESHOLD
"0.5"
RECAPTCHA_HIDE_BADGE
"false"
0. Whoops\Handler\PrettyPageHandler