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
I've been using the brilliant CRG and Cart for some years, but they we supported by a crappy website I built in 1997.
Now I have finally built a complete TTG framework, and love the ease of maintenance, and how my lack of design skills doesn't show. Still need to fine tune and populate some areas, but I'm very happy.
Mark Harris
frozentime.se
Offline
Looks great, Mark. The front page image of the leaping dog is laugh-out-loud funny. In a good way.
You've got a bad image ID here:
http://frozentime.se/about.php
Offline
Yes, I foolishly made a minor update just after announcing, and lost some stuff, but it's back now.
Thanks for taking a look.
Offline
BTW, when I try to use Publisher to control my homepage, I get permission errors, which I guess is my webhotel's fault ?
realpath(): open_basedir restriction in effect. File(/customers/f/c/7/frozentime.se) is not within the allowed path(s): (/customers/f/c/7/frozentime.se/httpd.www:/customers/f/c/7/frozentime.se/httpd.private:/customers/f/c/7/frozentime.se/tmp:/customers/frozentime.se/frozentime.se:/var/www/diagnostics:/usr/share/php)|#0 [internal function]: ErrorHandler::handleError(2, 'realpath(): ope...', '/customers/f/c/...', 195, Array) #1 /customers/f/c/7/frozentime.se/httpd.www/ttg-be/publisher/application/models/Album.php(195): realpath('../') #2 /customers/f/c/7/frozentime.se/httpd.www/ttg-be/templates/gallery/galleries_template/template_index.php(307): Album->getBreadcrumbs(Array) #3 /customers/f/c/7/frozentime.se/httpd.www/ttg-be/publisher/application/controllers/GalleryController.php(252): include_once('/customers/f/c/...') #4 /customers/f/c/7/frozentime.se/httpd.www/ttg-be/publisher/application/controllers/GalleryController.php(185): GalleryController->gallery('52365', 'index', '') #5 [internal function]: GalleryController->anywhere('pages-gallery', 'index', '') #6 /customers/f/c/7/frozentime.se/httpd.www/ttg-be/framework/controllers/Controller.php(41): call_user_func_array(Array, Array) #7 /customers/f/c/7/frozentime.se/httpd.www/ttg-be/framework/Framework.php(124): Controller->dispatch(Array) #8 /customers/f/c/7/frozentime.se/httpd.www/lib.php(48): Framework->route() #9 /customers/f/c/7/frozentime.se/httpd.www/index.php(3): route(Array) #10 {main}|URL: /index.php
Offline
Try posting about this over in the Publisher section of the forum. That way Ben will see it and be able to help.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Offline
Disable breadcrumbs for the homepage gallery.
The underlying cause of this error is caused by the code that builds the breadcrumbs. That code expects a gallery to reside in a subdirectory, e.g. http://yoursite.com/galleries/, and then tries to read one level higher in order to determine the link to the site's home page. For normal galleries, that resolves to a directory at http://yoursite.com/. For a gallery on the home page, that resolves to one level higher than http://yoursite.com/, which in your case, PHP doesn't allow. I haven't yet found a good solution so that the error isn't raised.
Last edited by Ben (2014-10-11 07:48:25)
Offline
Oh great, thanks !
Offline
Pages: 1