Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
File dump
<?php
if (!defined('PATH_TO_BASE')) {
define('PATH_TO_BASE', './../../');
}
?>
<?php
$customPath = '/'.'backlight/custom';
$customStylesheetEnabled = (bool) '';
$customStylesheetFilename = $customStylesheetEnabled ? '' : '';
?><?php
$phpluginsFilename = 'phplugins-sample.php';
?><?php
define( 'TTG_ROOT', __FILE__ );
define( 'TTG_HOOK', '/www/sites/dcd/a88/www.p2images.co.uk/web/backlight/custom/phplugins' );
define( 'TTG_COMP', 'TTG CE4-Gallery 4.0' );
define('PASSWORD_ENABLED', isset($enablePassword) && $enablePassword);
define('LOGGED_IN', isset($logged_in) && $logged_in);
if (TTG_HOOK && $phpluginsFilename && file_exists( TTG_HOOK . '/'.$phpluginsFilename)) {
require_once TTG_HOOK . '/'. 'phplugins-sample.php';
}
if (function_exists('ttg_user_load')) {
$void = ttg_user_load( TTG_COMP, TTG_ROOT );
}
?><?php
$siteTitle = 'Pilling's Photographic Images';
[snipped to first 30 lines by Ben]
I have been getting an error.
Unexpected error: syntax error, unexpected T_STRING in 97-page-1.2.2.3-11-12-menu_13-104-content-1.2.2.3-6-13-admin.view.template on line 30
I have tried reloading the module pages etc from the latest update - any help please
Ok I have fixed it now. For some reason during the upgrade an old version of the backlight settings had been restored.
All albums now work
Thanks for your help
Hi Ben
Yes I did .
The site is working with all the galleries installed before the update. Today I have uploaded a new gallery Clouds. For this I get no thumb nail in the galleries page and error 500 when I click on the Clouds gallery
Ok I have sent you details
Hi Ben
No Change unfortunately
I don't see an e-mail address under your picture
I still have the same issue. i have deleted the gallery and re uploaded it with the same issue
I have followed the instructions for upgrading to backlight version 1.04 but now when I upload a new album I get Error 500.
I am on LCN servers
url www.p2images.co.uk
Pages: 1