Parse Error on Photo Upload to Album

Dolphin 7.2. Shared hosting; UNI template.  Click through to upload photo to album; choose album or create new album and on submit returns:

Parse error: syntax error, unexpected T_NS_SEPARATOR in /cache/bx_templ_en_uni_5048aa54a4a23a51320f9ee21ac15d77.php on line 129

Line 129:

                                                .split("<%").join("\t")

Geeks, making the world a better place
Quote · 28 Sep 2015

shared host don't seem to isolate opcache to the instance so its pulling something from somewhere else outside, easiest way would be to make a copy of the UNI folder and call it UNI1 or something else so the stored cache would be referenced differently in the cache engine.

 

depending on the server config you might be able to narrow the the problem if you make a php file in the root with:

<?php
opcache_reset();
?>

clear site cache > run the php file... see if the error is still there.

Quote · 28 Sep 2015

Or just turn off the HTML cache.  I was just reporting the error so it would be documented.

Geeks, making the world a better place
Quote · 28 Sep 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.