Hi, now I understand, sorry for the confusing in previous posts.
Yes, there was a change between the Phoca Gallery versions regarding Picasa. The problem of previous versions was, that if you have displayed picasa images on the site, they could not be downloaded for the user (user got image with 0 bytes size which meant no image) So there was added new feature - first to download to server and then from server to users.
But I see, it can cause problems when different bots try to download them, so I will add this feature to the parameters, so then depends on users if they will enable it or disable.
You can revert the changes back as quick fix on your server:
go to: administrator\components\com_phocagallery\libraries\phocagallery\file\filedownload.php
and change
FROM:
Code: Select all
public static function download($item, $backLink, $extLink = 0) {
TO:
Code: Select all
public static function download($item, $backLink, $extLink = 0) {
$extLink = 0
This will cause, the images will be not stored on the server but users will be not able to use download icon for them
So, I apologize again, after the log post with Picasa entry, I found what you exactly mean.
Jan