(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)
Continuous Moment (2018)
Damiano Bertoli
$40

‘Continuous Moment’ is the first major book on the work of the late Melbourne artist Damiano Bertoli (1969–2021). Articulating an ongoing investigation into how artists negotiate the past, present, and future through their ideas and objects, Bertoli’s work interrogates the narrative of time, critically positioning his own and other artists’ work in a continuum, in order to question the nature of art-making itself. This full-colour and heavily illustrated volume featuring essays by Justin Clemens, Helen Hughes, Helen Johnson, Chris Sharp, Nik Papas, and Liza Vasiliou.

Author: Brad Haylock (ed)
ISBN 9781922099242.
Published by Surpllus.
216 pages, full colour, 255 x 192 mm.

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 ec43cd2f01fa5202fb18069688c361d4a7817621+1731522222.58f3752575b39a26c855.926c16a124dd1724ffbe1f77254f2cc462f1a6b4727e7a2a60ba27571fa83e45
empty
Key Value
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_STATUS 200
HTTP_AUTHORIZATION
HTTP_CF_RAY 8e201b96c8de829f-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:39:35 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 15072
REDIRECT_URL /shop/continuous-moment
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /shop/continuous-moment
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1731515022.2214
REQUEST_TIME 1731515022
empty
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler