Thanks for your help Steven, it was a browser cache issue !

Hello,

i've just install the new version of Showkase and upgrade my Juicebox to pro by replacing the folder in the admin folder.
I see in Site > Customize Viewers the right version : Juicebox-Pro 1.5.0.
But i try to rebuild, republish my gallery, i still see the branding logo and i'm not able to set the pro options.
What can i do to activate the pro features ?

Thanks for your help !

What is your hosting provider ?

DarkAngelAzrael wrote:

Hello...

I have the same problem now...

Fresh install of Showkase(done yesterday)... But the upload won't work now...

I tried another browser... doesn't help...

What can i try? I'm not sure if i have access to any logfiles on my server... I have to contact my support... But this takes few days until i get a answer... (stupid support)

thanks

4

(93 replies, posted in Showkase Support)

  • Option to add uploaded file to the top of the list instead of the bottom. So latest picture uploaded will be the first in gallery list.

  • Add tags in direct link. Tag will be generated by title and caption of the picture. ex : have this mywebsite.com/#1-my-title-description-and-caption instead to mywebsite.com/#1

  • Add a Facebook compatibility with direct link. No preview picture are actually displayed. Adding a <link rel="image_src" href="http://mywebsite.com/mypic.jpg" /> in the <head> do the trick.

  • Add an option to implement social network widgets

Thank you :)

Ok, so randomizeImages makes obsolete the direct link function.
If a visitor want to share with a friend a picture and i have configure the juicybox to randomize mode it will never be the pictures the visitor wants to share in the link ...

Maybe you will implement in a future version adding tags to the url instead of having mywebsite.com/#1 you will have mywebsite.com/#1-my-best-picture where "my best picture" is words of the picture title. Interesting for link sharing and search engines.

An option i would also like to have is to put my last upload pics at the top of my gallery, i know i can change order but when i upload multipe files it's boring to order them all :)

Thank you :)

Hello,

i've just buy the pro version of juicybox and i saw that when i activate the randomize option, url link doesnt refer to the good picture. May i do something wrong ?

Is it possible to add tags in the url ? I only have #<number>.

Another question when i upload picture they always go to the bottom. But i would like to know if is it possible that the picture i upload go to the top of the library picture. To be seen first.

Thank you for your help,

Benjamin

I need to add

SetEnv SESSION_USE_TRANS_SID 0

to the .htaccess file.
This force the server to use cookie instead of url parameter to parse PHPSESSID.

It's working, i'm happy :)

The login page is called by the controller.php at the line 140 because the "!$auth->login()" return false.
And in the auth.php file at the line 64 :

if (isset($_SESSION[SESSION_HASH])){
            return $this->confirmAuth();
        }

the $_SESSION[SESSION_HASH] is empty.
So it check the line 67 :

if (!isset($_POST['user']) || !isset($_POST['password'])) {
            return false;
        }

and return false...

I have replace the minified jquery by the uncompressed version, i see that the error occur in the parseJSON function.
The data in argument of this function is ... the html source code of the login page ...

In sktest all test are in green !
I have no error in my log ...
It's working only the first time, i have delete and reinstall for 3 times, it's always working on the first attempt, and then i try to login again it's always not working.

Here is the error i see in Chrome console :
[Warning] ArrayBuffer is deprecated in XMLHttpRequest.send(). Use ArrayBufferView instead.
[Error] Uncaught SyntaxError: Unexpected token < jquery-min.js:2

In Firefox console :
SyntaxError: JSON.parse: unexpected character
...eturn t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=...
jquery-min.js (ligne 2)

To test the bug, make a fresh install on your web server, upload a picture then close your web browser.
Open your website, log in then try to upload a picture ... it's not working anymore, try to use another type of upload, you get the login page ... maybe a session problem ?

Thanks for your help !

I have the same issue !!!

Working fine after first installation, come back to my home try to upload again and all upload says ok but no file appear.
If i try another upload like flash or basic, the login page appear and nothing works.

Thank you for your help !