(Enter)

Neon Parc acknowledges the Wurundjeri Woi Wurrung and Bunurong Boon Wurrung as the Traditional Owners and sovereign custodians of the Country on which we operate. We pay our deepest respects to their Elders past and present. Always was, always will be Aboriginal land.

Neon Parc

Menu Close
Exhibitions Artists Offsite News Visit Shop
(close)
4 colour offset print (I) (2012)
Elizabeth Newman
$1200

Immaterial space isn’t necessarily ethically superior (I)

4 colour offset print on
350gsm Knight Smooth White paper (Italy)
Printed by Gunn & Taylor, Melbourne
59.5 x 42 cm
Edition of 25

Qty. Item Cost
Subtotal $0.00
Shipping (Au) $18.00
Total $18.00
For local pickups, choose Pickup in the country field below.
Kirby CMS Debugger
Whoops \ Exception \ ErrorException (E_NOTICE)
fwrite(): Write of 275 bytes failed with errno=28 No space left on device Whoops\Exception\ErrorException thrown with message "fwrite(): Write of 275 bytes failed with errno=28 No space left on device" Stacktrace: #3 Whoops\Exception\ErrorException in /var/www/neon-parc-new/kirby/src/Session/FileSessionStore.php:288 #2 fwrite in /var/www/neon-parc-new/kirby/src/Session/FileSessionStore.php:288 #1 Kirby\Session\FileSessionStore:set in /var/www/neon-parc-new/kirby/src/Session/Session.php:390 #0 Kirby\Session\Session:commit in [internal]:0
Stack frames (4)
3
Whoops\Exception\ErrorException
/kirby/src/Session/FileSessionStore.php288
2
fwrite
/kirby/src/Session/FileSessionStore.php288
1
Kirby\Session\FileSessionStore set
/kirby/src/Session/Session.php390
0
Kirby\Session\Session commit
[internal]0
/var/www/neon-parc-new/kirby/src/Session/FileSessionStore.php
                'fallback'  => 'Cannot write to session "' . $name . '", because it is not locked',
                'translate' => false,
                'httpCode'  => 500
            ]);
        }
 
        // delete all file contents first
        if (rewind($handle) !== true || ftruncate($handle, 0) !== true) {
            // @codeCoverageIgnoreStart
            throw new Exception([
                'key'       => 'session.filestore.unexpectedFilesystemError',
                'fallback'  => 'Unexpected file system error',
                'translate' => false,
                'httpCode'  => 500
            ]);
            // @codeCoverageIgnoreEnd
        }
 
        // write the new contents
        $result = fwrite($handle, $data);
        if (!is_int($result) || $result === 0) {
            // @codeCoverageIgnoreStart
            throw new Exception([
                'key'       => 'session.filestore.unexpectedFilesystemError',
                'fallback'  => 'Unexpected file system error',
                'translate' => false,
                'httpCode'  => 500
            ]);
            // @codeCoverageIgnoreEnd
        }
    }
 
    /**
     * Deletes the given session
     *
     * Needs to throw an Exception on error.
     *
     * @param int $expiryTime Timestamp
     * @param string $id Session ID
     * @return void
/var/www/neon-parc-new/kirby/src/Session/FileSessionStore.php
                'fallback'  => 'Cannot write to session "' . $name . '", because it is not locked',
                'translate' => false,
                'httpCode'  => 500
            ]);
        }
 
        // delete all file contents first
        if (rewind($handle) !== true || ftruncate($handle, 0) !== true) {
            // @codeCoverageIgnoreStart
            throw new Exception([
                'key'       => 'session.filestore.unexpectedFilesystemError',
                'fallback'  => 'Unexpected file system error',
                'translate' => false,
                'httpCode'  => 500
            ]);
            // @codeCoverageIgnoreEnd
        }
 
        // write the new contents
        $result = fwrite($handle, $data);
        if (!is_int($result) || $result === 0) {
            // @codeCoverageIgnoreStart
            throw new Exception([
                'key'       => 'session.filestore.unexpectedFilesystemError',
                'fallback'  => 'Unexpected file system error',
                'translate' => false,
                'httpCode'  => 500
            ]);
            // @codeCoverageIgnoreEnd
        }
    }
 
    /**
     * Deletes the given session
     *
     * Needs to throw an Exception on error.
     *
     * @param int $expiryTime Timestamp
     * @param string $id Session ID
     * @return void
/var/www/neon-parc-new/kirby/src/Session/Session.php
                $data['newSessionKey'] = $crypto->encrypt($this->newSession[1]);
            }
        } else {
            $data = [
                'startTime'    => $this->startTime(),
                'expiryTime'   => $this->expiryTime(),
                'duration'     => $this->duration(),
                'timeout'      => $this->timeout(),
                'lastActivity' => $this->lastActivity,
                'renewable'    => $this->renewable(),
                'data'         => $this->data()->get()
            ];
        }
 
        // encode the data and attach an HMAC
        $data = serialize($data);
        $data = hash_hmac('sha256', $data, $this->tokenKey) . "\n" . $data;
 
        // store the data
        $this->sessions->store()->set($this->tokenExpiry, $this->tokenId, $data);
        $this->sessions->store()->unlock($this->tokenExpiry, $this->tokenId);
        $this->writeMode = false;
    }
 
    /**
     * Entirely destroys the session
     *
     * @return void
     */
    public function destroy()
    {
        // no need to destroy new or destroyed sessions
        if ($this->tokenExpiry === null || $this->destroyed === true) {
            return;
        }
 
        // remove session file
        $this->sessions->store()->destroy($this->tokenExpiry, $this->tokenId);
        $this->destroyed           = true;
        $this->writeMode           = false;
[internal]

Environment & details:

empty
empty
empty
Key Value
kirby_session b0616b92205ee4bbeadf67aecc8a70d5acf92872+1733772119.6ec424cf6524308982bc.8e64a011f3f34932a52df7c34b0407cb9b5127a5542f9ee1135587f0678dfd75
empty
Key Value
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_STATUS 200
HTTP_AUTHORIZATION
HTTP_HOST neonparc.com.au
HTTP_CONNECTION Keep-Alive
HTTP_ACCEPT_ENCODING gzip, br
HTTP_X_FORWARDED_FOR 18.97.14.87
HTTP_CF_RAY 8ef6acb98bd83b50-IAD
HTTP_X_FORWARDED_PROTO https
HTTP_CF_VISITOR {"scheme":"https"}
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_IF_MODIFIED_SINCE Sun, 06 Oct 2024 07:59:24 GMT
HTTP_CF_CONNECTING_IP 18.97.14.87
HTTP_CDN_LOOP cloudflare; loops=1
HTTP_CF_IPCOUNTRY US
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
SERVER_SIGNATURE <address>Apache/2.4.62 (Debian) Server at neonparc.com.au Port 80</address>
SERVER_SOFTWARE Apache/2.4.62 (Debian)
SERVER_NAME neonparc.com.au
SERVER_ADDR 170.64.166.44
SERVER_PORT 80
REMOTE_ADDR 172.70.42.253
DOCUMENT_ROOT /var/www/neon-parc-new
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/neon-parc-new
SERVER_ADMIN [no address given]
SCRIPT_FILENAME /var/www/neon-parc-new/index.php
REMOTE_PORT 55486
REDIRECT_URL /shop/4-colour-offset-print-i
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /shop/4-colour-offset-print-i
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1733764919.6274
REQUEST_TIME 1733764919
empty
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler