Hi Michael !
I've just upgraded to 1.7.2 and something I can't understand is happening.
I copied the changes I had made in my_config.php to the new my_config.php-
In my old version of TWG (1.7.0) I was introducing in the my_config file the following lines:
Code:
session_name("mysess");
start_session();
$basedir = "../".$_SESSION["var"]."/pictures";
This worked OK.
Now, with version 1.7.2, I'm getting the message:
Quote:
The album '' cannot be found and is maybe not available anymore.
The directory indeed exists, and has photos in it.
Aware of this, I print out the directory TWG is looking for, doing:
Code:
session_name("mysess");
start_session();
ECHO $basedir = "../".$_SESSION["var"]."/pictures";
exit;
This indeed prints the correct directory, where the previous 1.7.0 version founded and showed the photos.
More strange is that just after doing that, when I reopen the gallery it can find the photos in the directory. But just once, the second time I open the gallery I get the same error message.
I tried turning the cache off, with no results...
So what can I be doing wrong here ?
Hope you can help ! : )
Thanks,
siran