K4kArot2015 / sigplus

Automatically exported from code.google.com/p/sigplus
0 stars 0 forks source link

Full resolutions images does not download at all #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure a fullsize folder
2. Store on it a fullsize image of an existing gallery image with the same name
3. Both the folder and the fullsize image are reachables and have correct web 
permissions.

What is the expected output? What do you see instead?
I expected to download the full size image instead the gallery basic one.
I've only download the basic image, not the full size.

What version of the product are you using?
1.5.0

Please provide any additional information below.
I've added some lines on downloadImage function as a workaround.

# diff core.original.php core.php 
2178a2179,2184
> 
>       $full_filename = dirname($fileurl) . DIRECTORY_SEPARATOR . 
$this->config->folder_fullsize . DIRECTORY_SEPARATOR . $filename;
>       if ( file_exists( $full_filename ) ) {
>           $fileurl = $full_filename;
>       }
> 

Hope this helps.

Original issue reported on code.google.com by mper...@gmail.com on 17 Mar 2015 at 9:46

GoogleCodeExporter commented 9 years ago
Thanks for reporting this issue and providing a workaround. I will look at the 
issue and the suggested solution in a couple of days. Unfortunately, I have a 
rather tight schedule at the moment, busy with work unrelated to sigplus.

Original comment by huny...@gmail.com on 17 Mar 2015 at 10:12