Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 Re: General » TTG-CE4-BE Feedback review error » 2015-07-30 22:47:53

Thanks Rob,

I am going to retest as I just found that I was naughty, deleted via FTP some albums.

Just cleaned these up via database cleanup and reload on of the galleries that is meant to have 148 images, but only 76 loaded in. Publisher cant see the delta.

Thanks for the quick response and I will followup with Ben should the issue remain after I have done some initial tests after upload (slow) otherwise close of with an explanation of what I did.

Cheers

#2 General » TTG-CE4-BE Feedback review error » 2015-07-30 22:12:10

crzben69
Replies: 4

Below outlines the issue, it is not critical but it may lead to other issues. I do have phpplugin (directory renamed) working although latent, I am not using CE4-Pages common.

Let me know if there is anything else required to narrow down the issue, if it is not just me it should be able to be easily replicated. I have all the latest versions of the plugins, as of the 27 July 2015.

Regards

Chris

Setup;
Host - Bluehost
ALL CE4 plugins.
Publisher to publish
CE4-Pages for front end
CE4-CRG for galleries

Admin - Fine
Publish - Fine
Create galleries - fine
Change CRG and Feedback templates - Fine

Problem;

When going into TTG-BE, CRG gallery admin then Feedback I can filter, select, open and read the first level of details which includes the images selected that have links.

When I click on the link to an image I get 4000+ lines of error coding starting with;


ERROR

Switch View
<% local publisher = true %><% local single = true %><% --[[
********************************************************************************
Begin Setup
******************************************************************************** ]]
local LrApplication = import "LrApplication"
local major = LrApplication.versionTable().major
local lrwebengine = "CE4-CRG.lrwebengine"
local markdownloc = "lib/lua/"
local M = _G.model
function cleandata(metadata)
metadata = string.gsub(metadata, "&", "&")
metadata = string.gsub(metadata, "&", "&")
metadata = string.gsub(metadata, "&amp;", "&")
metadata = string.gsub(metadata, "\r\n", "<br />")
metadata = string.gsub(metadata, "\n", "<br />")
metadata = string.gsub(metadata, "\"", """)
return metadata
end
local phplugins_gstyle
if mobile then

Board footer

Powered by FluxBB