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.
Okay will do.
You can go to LR to Plugin Manager and select TTG it will show you the version #
I have a slight problem One of my Album Sets w/Album Sets & Albums is not showing up in Backlight Publisher but everything is functioning. LR shows everything and was updated to Backlight but backlight is not showing the stuff. Also, backlight seems to be reporting more Albums than there really are as well. I think there are some orphan entities in Backlight as well under publisher.
Any help as to how to fix this???
Yes the save Orders are set to Yes. I already confirmed that as well.
Yup, already did that; That was my first thought!!!!
Yes, I entered the credentials and fully tested in the sandbox as well works great. I then added the live credentials after testing also works with the other carts just not with the digital download. The paypal button setting is image.
I was wondering as I am now just adding a Digital Download to the Cart setup; I noticed that the Paypal is not showing up just the Proceed to Checkout but I have set in Backlight Settings to disable the Proceed to Checkout button this only happens on the Digital Download checkout other carts the proceed to checkout is not showing up and the Paypal button is. So, was wondering if I missed something in the settings???
Checking Out
Allow both Discount Codes and Coupons
no
Enable Invoiced Checkouts for Digital Purchases
no - grey out
Enable Offline Digital Purchases
no
Allow No-charge Checkouts
no - grey out
Require Approval For Free Downloads
no
Sell Digital Downloads to countries in Euro zone
no
Invoiced Checkout Enabled
no
Paypal Payment Gateway Enabled
yes
Paypal Deployment
live
Her is the link to the Album Digital Download page:
https://www.keylightphotography.us/digi … izedalbum/
Also, I think I know what caused the error as well. When I was creating a new Album Set and Albums I received a LR error getSetupForTemplate with the message: The album could not be found id: 263447 Please Edit this and try again. Well of course it was not found I was creating them; but, it appears to have done something to the one or more of the .htaccess files. Well that is the theory.
Hey, unless Ben did something; I think I got it working now. I edited - touched every single .htaccess file and resaved them. The site started working. I have no idea which access file fixed unless Ben fixed something that I was not aware of.
done!!!!
If Ben needs to contact me to log in here is my email as well: keylightphotography@gmx.com.
Yes Already tried that here is the link https://keylightphotography.us
Hi I am getting an Internal 500 Server Error; currently I am waiting for the System Administrator to get back to me about what Apache Error Log is saying but I have also went back to a previous backup and still getting the error. I check all the topics on this here and followed what could be the error but still no success. It appears to be only happening to the Album/AlbumSets. Is there something else I missed in the topics on here or maybe someone could take a look on my server. Any help would be appreciated.
I am going to host the file-upload infrastructure separate of /backlight. I think that will be the best solution and to isolate any possible contamination. Thanks again.
Yup changing the .htaccess file worked. Thanks to Ben and Daniel much appreciated.
Just for your information my IIS Server is only for testing at home and is not accessible from outside. But, I am aware of the differences between IIS and Linux/Apache stuff. In anycase, IIS is running fine as my test server for now - eventually I plan on moving it to a Linux/Apache server most likely within a month or so. Again I use it only for testing at home. My Production Server is Debian Linux/Apache.
Ben, The error happens on the Linux/Apache production web server as well. I did try changing the permissions to no avail. However, I have not tried the .htaccess file. But, to protect the phplugins directory I could move the files to a different directory thus isolating the php files for this; your thoughts? Yes, I am aware of the issues and I have already taken it into account to upload to /tmp no exec location and then process them for antivirus or other issues before moving them to a more permanent location; Also, I am deleting the tmp files as well.
Hmm I get the same error when I try to view it from my cpanel but interesting I can edit it.
No effect same issue.
He.re is my direct email if they need to ask for userid's and pswds: keylightphotography@gmx.com
I uploaded all my new changes and on the problem I originally described; I am having the same problem I get the Forbidden permissions error for the /backlight/custom/phplugins/keylightupload.php after I submit my upload btn. Here is the link to the page: https://keylightphotography.us/uploadpage/ I checked the folder and I have 755 but not writing to the phplugin directory. Maybe Matt or Ben can take a look - I most likely missed something.
Yes, I understand the folder permissions and as far as I can tell they are set correctly. I am thinking it is something to do with my test system box right now. Although, my Production box server is Linux my test system is running IIS. I am thinking I missed something in my IIS setup but as soon as I upload my changes to my Production Box I will find out if it is the permissions or the difference between my setup on Linux versus IIS.
I am checking on the permissions as far as the HTML; I haven't written HTML in a long time so my deprecated html is from old memory - lol!. Anyway I missed the div tag my bad!!! Thanks for pointing out that I do not need the html and body tags for the Pangolin Page useful information. I will post the link to the production page as soon as I upload from my testing box. Thanks Rod.
I have HTML code embedded in a Pangolin Page and I need to call my own PHP file and not the phplugin. However, when I do I get the Forbidden access error. Is there a way to do what I want? Here is my HTML embedded in the Pagolin Page Copy field. I do have a custom css as well but the page works great just not executing my own PHP file. Any help would be appreciated.
<html>
<body>
<div id="uploads">
<fieldset>
<center><legend><font size="+2">Single Image upload</font></legend></center>
<center><p><font size="+1">Choose an image to upload, and then press "Upload"</font></p></center>
<form name="form1" enctype="multipart/form-data" method="post" action="/backlight/custom/phplugins/keylightupload.php" />
<p><input type="file" size="64" name="img_field" value="" /></p>
<p class="button"><input type="hidden" name="action" value="image" />
<input type="submit" name="Submit" value="Upload" /></p>
</form>
</fieldset>
<fieldset>
<center><legend><font size="+2">Multiple image uploads</font></legend></center>
<center><p><font size="+1"><p>Choose multiple image files to upload, and press "upload"</font></p></center>
<form name="form2" enctype="multipart/form-data" method="post" action="/backlight/custom/phplugins/keylightupload.php">
<p><input type="file" size="64" name="img_field[]" value="" multiple="multiple"/></p>
<p class="button"><input type="hidden" name="action" value="multiple" />
<input type="submit" name="Submit" value="Upload" /></p>
</form>
<p><strong>Note:</strong> Number of image files that can be uploaded per request is <strong>20.</strong></p>
</fieldset>
</body>
</html>
Oh one more thing it would be nice to have an Quantity Threshold based on the product for reduce shipping costs.