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: CE4 Auto Index » Custom thumbnails not found in Pages CE4 » 2015-06-23 04:36:47

Hello Rod

I found the problem. The files inside the custom thumbnails folder were TIF files. I changed them for JPEG files and now it WORKS !

Thank you.
hhzanzi

#2 Re: CE4 Auto Index » Custom thumbnails not found in Pages CE4 » 2015-06-23 00:40:05

Hello Rod
Thank you for your help/
I re-exported the residential gallery with just custom-thumbnails/ into the Album Thumbnail field as you suggested, but is still not working. You can see that at http://zanziphotography.com
The custom thumbnails that I created do not have the watermarking and the ones that appear in the Auto Index do have it and are the ones inside the regular thumbnail folder created by Stage. If I delete them, then nothing appears in the Auto Index.
I am a kind of lost here.
hhzanzi

#3 CE4 Auto Index » Custom thumbnails not found in Pages CE4 » 2015-06-22 02:50:06

hhzanzi
Replies: 4

Hello
I have the CE4 Web publishing suite and Stage CE4. I'm not using Publisher. Instead I am loading manually the exported folders to FTP { via Filezilla } I made a folder with custom thumbnails and uploaded it to inside the residential-gallery folder inside the gallery folder according to the instructions:

" Custom Thumbnail Folders
It's also possible to create a folder containing several custom thumbnail images, and to have the auto index randomly select one of those thumbnails.
To specify a folder of custom thumbnails, supply the path relative to the location of the index. This folder may be inside the gallery folder (that's where I like to keep it), or in another folder. For example, here we have a /custom-thumbnails/ folder inside one of our image galleries:

To instruct the auto index to select a thumbnail image from within this folder, we provide a relative path from the auto index location. In this example, that path would be:
my-gallery/custom-thumbnails/
Again, this goes into the Album Thumbnail field when creating our image gallery. "

So in my case the path is :
residential-gallery/custom-thumbnails/

But is not working. The auto-index is not using the custom-thumbnails folder. Instead is using the low res thumbnails exported by pages or stage. The site is under construction at:
http://zanziphotography.com
Any help would be greatly appreciated.
hhzanzi.

#4 Re: CE4 Publisher » CE4 Publisher fails "Check Autentication" » 2015-06-09 09:25:23

Hello Ben
Thank you for your insights. Sure thing I am going to let that folder alone.

hhzanzi

#6 Re: CE4 Publisher » CE4 Publisher fails "Check Autentication" » 2015-06-09 05:37:20

Hello Rod

I found the problem. There was a space in front of the http in the Publisher URL. I deleted it and I was able to pass the Check Verification.
I still would like to know if there is a problem with the "htaccess_disabled"
Thank you

hhzanzi

#7 Re: CE4 Publisher » CE4 Publisher fails "Check Autentication" » 2015-06-09 04:47:11

Hi Rod
If you need I can change the API settings back to ttg defaults. {ttg-9999}
Please let me know.

hhzanzi

#8 Re: CE4 Publisher » CE4 Publisher fails "Check Autentication" » 2015-06-09 04:42:17

Hi Rod

Can I send you the actual URL via E-mail ?
I already changed the API key in the Publisher settings.
What happens with "htaccess_disabled" ?
Is it that the way it is supposed to be?
Thank you again
hhzanzi

#9 Re: CE4 Publisher » CE4 Publisher fails "Check Autentication" » 2015-06-09 03:55:17

Hello Rod

Thank you for the quick response.
My new site is not online. I have not been able to pass the Check Verification.
The URL that I use:
http://mydomain.onlinehome.us/ttg-be/publisher/?c=admin
http://mydomain.onlinehome.us/ttg-be/admin/?a=login
http://mydomain.onlinehome.us/ttg-be/admin/
http://mydomain.onlinehome.us/ttg-be/publisher/

All of them work but the last one. This is the one that I am using in the Lightroom Publishing Manager and is getting the bad URL
When I try to use it on Google Chrome I get this error message:
{"status":"error","message":"The page sent an action which was not available."}
I am stuck here.

hhzanzi

#10 CE4 Publisher » CE4 Publisher fails "Check Autentication" » 2015-06-09 01:30:58

hhzanzi
Replies: 15

Hello
I have the CE4 Web Publishing suite and CE4 Stage. My hosting provider is 1&1. Linux platform, apache server, PHP 5.5/ I am using Lightroom 4.0 on a Windows 8 PC.
the publisher/ folder was uploaded to ttg-be/ in the root of my site The CE4-Publisher.lrplugin was installed through the Plug-in Manager. In the Publisher Admin page I put a new API key. Then in LightroomPublishing Manager in the Publisher API details I put the URL to the Publisher folder that was given to me by 1&1. I put the new API key. When I click Check Authentication i get bad url
      Error performing function.
Unable to complete the action.
     Headers:   {    [error]    =)     {         [errorCode]   =)      "badURL"       )
}
Also please note that inside the Publisher folder on the server, the folder htaccess is disabled { htaccess_disabled }
Here is the htaccess content:
<IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteBase /dev/simpleapp/

    #RewriteRule ^application/data/phpliteadmin.php$ index2.php [L,QSA]

    RewriteCond %{REQUEST_URI} ^.*/framework/.*$
    RewriteRule ^(.*)$ index.php [L]

    RewriteCond %{REQUEST_URI} ^.*/application/.*$
    RewriteRule ^(.*)$ index.php [L]

    #handle relative paths in css url('../img/....')
    RewriteRule /(img)/(.*)?$ resources/$1/$2 [L,QSA]
    RewriteRule ^resources/(css|js|images|img)/(.*)?$ resources/$1/$2 [L,QSA]
    #RewriteRule ^(resources/css|js|images/.*?)$ $1 [L,QSA]
   
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^ %{REQUEST_FILENAME} [L]
   
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
   
    RewriteRule ^/?([a-zA-Z_]+)/([a-zA-Z_]+)/([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+).*$ index.php?c=$1&a=$2&p1=$3&p2=$4&p3=$5&u=%{REQUEST_URI}&mr=1&%{QUERY_STRING} [L]
    RewriteRule ^/?([a-zA-Z_]+)/([a-zA-Z_]+)/([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/?$ index.php?c=$1&a=$2&p1=$3&p2=$4&u=%{REQUEST_URI}&mr=1&%{QUERY_STRING} [L]
    RewriteRule ^/?([a-zA-Z_]+)/([a-zA-Z_]+)/([a-zA-Z0-9_]+)/?$ index.php?c=$1&a=$2&p1=$3&u=%{REQUEST_URI}&mr=1&%{QUERY_STRING} [L]
    RewriteRule ^/?([a-zA-Z_]+)/([a-zA-Z_]+)/?$ index.php?c=$1&a=$2&u=%{REQUEST_URI}&mr=1&%{QUERY_STRING} [L]
    RewriteRule ^/?([a-zA-Z_]+)/?$ index.php?c=$1&u=%{REQUEST_URI}&mr=1&%{QUERY_STRING} [L]
    RewriteRule ^.*$ index.php?%{QUERY_STRING}&mr=1&%{QUERY_STRING} [L]
   
</IfModule>

I am not able to go beyond this point so please help.
Thanks
hhzanzi

Board footer

Powered by FluxBB