Closed (fixed)
Project:
Fast Gallery
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2008 at 17:59 UTC
Updated:
25 May 2010 at 17:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
rapsli commentedI think for the 3.3 version we should give the user a configuration option to turn of exif usage.
Line 724:
$dirs = glob($path.'*', GLOB_MARK | GLOB_ONLYDIR);
foreach ($dirs as $dir) {
$files[] = $this->exploreDir($dir, TRUE);
}
It seems as if your provider doesn't support the glob function (http://de.php.net/glob):
Hinweis: This function isn't available on some systems (e.g. old Sun OS).
Hinweis: The GLOB_BRACE flag is not available on some non GNU systems, like Solaris.
I would ask your provider about this issue
Comment #2
ButchC. commentedGot the same problem … i asked my provider about the glob function but there's no problem with the proberties so it thought me that the problem is locatable in de code …
Comment #3
ButchC. commentedIs there the possibility to delete these codelines because in some ways there not necessary:"// Recurse through subdirectories if necessary" …
Comment #4
rapsli commentedoky. In the latest 3.3 beta version there is the possibility to switch off the exif support.
Comment #5
rapsli commentedButchC. I provided a little fix for this error. Check out the latest dev version.
Comment #6
j_ten_man commentedIf you can edit your php.ini file, then the way that I was able to fix this was by opening it up and making sure that php_exif was enabled and that php_mbstring was listed before php_exif so that it was loaded first.
Comment #7
j_ten_man commentedI just had another thought (I don't know what fix you made in the dev branch). Perhaps you should just insert into the fast_gallery_exif table empty strings for each exif value if exif is not supported. This would eliminate a lot of people's problems. You could then output an error saying that EXIF values were not exported. Just a thought.
Comment #8
rapsli commentedthe latest version has actually a flag to deactivate exif function... it's though not testet yet.
Comment #9
j_ten_man commentedI take it you updated all of the queries too then? That was the big issue is that there are joins to the fast_gallery_exif table which is empty, so there are no results returned when you go to check out the gallery.
Comment #10
rapsli commentedComment #11
rapsli commentedgoing to close this issue, as this version is not supported anymore and the issue is old