(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)
73–74 (2016)
Lynda Benglis
$15

A small catalogue to accompany her show at Neon Parc in 2016

Published by Neon Parc
45 pages, 210 x 297mm, paperback
ISBN 978-0-99-23491-4-1

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 a136d5ccae86889d8bccd637e6038b68377038ac+1731519775.3a87621ceeadbda5001e.fe6eb6c17188fda32827405e0dd70ca5d037c4b4559cb6d696fc59977570033a
empty
Key Value
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_STATUS 200
HTTP_AUTHORIZATION
HTTP_CF_RAY 8e1fdfd7cd1d829f-IAD
HTTP_X_FORWARDED_FOR 100.28.231.85
HTTP_HOST neonparc.com.au
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_ACCEPT_ENCODING gzip, br
HTTP_IF_MODIFIED_SINCE Thu, 20 Jun 2024 00:01:32 GMT
HTTP_X_FORWARDED_PROTO https
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
HTTP_CF_VISITOR {"scheme":"https"}
HTTP_CDN_LOOP cloudflare; loops=1
HTTP_CF_IPCOUNTRY US
HTTP_CF_CONNECTING_IP 100.28.231.85
HTTP_CONNECTION Keep-Alive
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/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.68.244.163
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 31618
REDIRECT_URL /shop/73-74
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /shop/73-74
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1731512575.032
REQUEST_TIME 1731512575
empty
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler