|
|
|
|
|
Joined: Fri Mar 30 2007, 01:23AM
Posts: 12
|
Fri Aug 03 2007, 08:56PM
|
|
|
Corllete Lab Gallery Version 2.01 beta
The following bugs were found: 1. Downloaded latest release from plugins.e107.org in zip format. Used plugin manager to load zip file and install (top section window) - Plugin installed all files into the e107_plugins directory and NOT into its own directory - running latest e107 CVS
2. In file init.php line 52 reads:
define("SGAL_PIC_FMASK",".jpg|.jpeg|.gif|.png|.bmp|.JPG|.JPG|.GIF|.PNG|.BMP");
it should read
define("SGAL_PIC_FMASK",".jpg|.jpeg|.gif|.png|.bmp|.JPG|.JPEG|.GIF|.PNG|.BMP");
[ Edited Fri Aug 03 2007, 09:03PM ]
|
|
|
|
Joined: Fri Mar 30 2007, 01:23AM
Posts: 12
|
Fri Aug 03 2007, 08:57PM
|
|
|
|
aaaghhhh the bugs ate my text in code blocks ....
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Fri Aug 03 2007, 11:13PM
|
|
|
mygoggie wrote ... Corllete Lab Gallery Version 2.01 beta The following bugs were found: 1. Downloaded latest release from plugins.e107.org in zip format. Used plugin manager to load zip file and install (top section window) - Plugin installed all files into the e107_plugins directory and NOT into its own directory - running latest e107 CVS 2. In file init.php line 52 reads:
define("SGAL_PIC_FMASK",".jpg|.jpeg|.gif|.png|.bmp|.JPG|.JPG|.GIF|.PNG|.BMP");
it should read
define("SGAL_PIC_FMASK",".jpg|.jpeg|.gif|.png|.bmp|.JPG|.JPEG|.GIF|.PNG|.BMP");
1.I'm aware of this bug - will be fixed with the upcoming v2.02 2. fixed, thanks ;)
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Fri Aug 03 2007, 11:16PM
|
|
|
|
mygoggie wrote ...
aaaghhhh the bugs ate my text in code blocks ....
Missing css block in our new theme :) Should be ok now.
|
|
|
|
Joined: Fri Mar 30 2007, 01:23AM
Posts: 12
|
Sat Aug 04 2007, 10:59AM
|
|
|
|
hmmm, seems you still have a missing block in the CSS file that defines QUOTES ....
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Sat Aug 04 2007, 12:13PM
|
|
|
|
Nope, clear your browser cache.
|
|
|
|
Joined: Sun Jun 17 2007, 09:04AM
Posts: 4
|
Mon Aug 06 2007, 10:31PM
|
|
|
Hi there. Just the other day I d/l and installed corllete Lab Gallery V. 2.01 and when I was testing it out. I am having problems uploading images... I got one to work then i tryed uploading 3 at a time. That didnt work, so i thought i had some file size restriction... after playing around with no luck i set everything back to how it was when the first image worked. I got another one to work in the same album. But once again after that no luck. At the top of the page after the loader bar finished (uploading the image) the small box that usually says 1 image uploaded successfully was empty every time it didnt work it would show up up wouldnt say error or anything just be blank.
I am wondering if I havent set it up right. Did i miss some kind of setting? i just uploaded and installed it. Sry if i dont have enought technical info here. Leme know what you need to know to help.
Thanks for your time :)
I think this is gonna be the best image gallery once i get it working properly
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Tue Aug 07 2007, 01:11AM
|
|
|
There is no special settings required for image upload size except the User's upload. So give me some more info 1. Where you trying to upload - admin edit mode, user edit mode or Windows publish wizard? 2. Your e107 system version 3. Your server file size restrictions. 4. Your server php memory limit 5. Do you use ImageMagic with phpThumb (server check menu)
Try aslo to upload images with smaller size and/or choose to not resize them. Tell me if this solves the problem.
|
|
|
|
Joined: Wed Aug 15 2007, 09:55PM
Posts: 4
|
Thu Aug 16 2007, 05:22PM
|
|
|
I have everything installed and working except it won't auto resize when uploading, or when using built in picture manager. Brand new install,latest and greatest everything, server check is all green. I am on W2kserver2003, IIS, e107 7.8, GD2, ImageMagick-6.3.5-6-Q16-windows-dll. Restrict size is set to 1024-768 and it shows that in the upload dialog. Even when I go to picture manager and choose auto resize, it looks like its going to do it, but comes back to the same size which in this case is 2272x1704. I get the following error:
./../e107_plugins/sgallery/pics/8fjbirp1d2ko/__dscf0088.jpg -> ../../e107_plugins/sgallery/pics/8fjbirp1d2ko/dscf0088.jpg
phpThumb() v1.7.7-200612252156 in file "phpthumb.class.php" on line 216 setSourceFilename(../../e107_plugins/sgallery/pics/8fjbirp1d2ko/__dscf0088.jpg) set $this->sourceFilename to "../../e107_plugins/sgallery/pics/8fjbirp1d2ko/__dscf0088.jpg" in file "phpthumb.class.php" on line 234 file_exists() = 0 in file "phpthumb.class.php" on line 1036 is_executable() = 0 in file "phpthumb.class.php" on line 1037 ImageMagickThumbnailToGD() aborting because cannot find convert in $this->config_imagemagick_path (), and `which convert` returned () in file "phpthumb.class.php" on line 1066 $AvailableImageOutputFormats = array(text;ico;bmp;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 825 $this->thumbnailFormat set to $this->config_output_format "jpeg" in file "phpthumb.class.php" on line 835 $this->thumbnailQuality set to "80" in file "phpthumb.class.php" on line 852 $this->sourceFilename set to "D:/wwwroot/razetac/e107_plugins/sgallery/../../e107_plugins/sgallery/pics/8fjbirp1d2ko/__dscf0088.jpg" in file "phpthumb.class.php" on line 754 phpThumb() v1.7.7-200612252156 "D:/wwwroot/razetac/e107_plugins/sgallery/../../e107_plugins/sgallery/pics/8fjbirp1d2ko/__dscf0088.jpg" does not exist in file "phpthumb.class.php" on line 3404 setCacheDirectory() starting with config_cache_directory = "" in file "phpthumb.class.php" on line 859 $this->config_cache_directory () is not a directory in file "phpthumb.class.php" on line 895 SetCacheFilename() failed because $this->config_cache_directory is empty in file "phpthumb.class.php" on line 2808 starting ExtractEXIFgetImageSize() in file "phpthumb.class.php" on line 2665 GetImageSize("D:/wwwroot/razetac/e107_plugins/sgallery/../../e107_plugins/sgallery/pics/8fjbirp1d2ko/__dscf0088.jpg") failed in file "phpthumb.class.php" on line 2688 $this->useRawIMoutput=false because "bg" is set in file "phpthumb.class.php" on line 1151 ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 1739 ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 2695 SetOrientationDependantWidthHeight() starting with ""x"" in file "phpthumb.class.php" on line 2644 SetOrientationDependantWidthHeight() setting w="1024", h="768" in file "phpthumb.class.php" on line 2660 EXIF thumbnail extraction: (size=0; type=""; 0x0) in file "phpthumb.class.php" on line 2747 starting SourceImageToGD() in file "phpthumb.class.php" on line 3005 $this->useRawIMoutput=false because "bg" is set in file "phpthumb.class.php" on line 1151 ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 1739 starting ImageCreateFromFilename(D:/wwwroot/razetac/e107_plugins/sgallery/../../e107_plugins/sgallery/pics/8fjbirp1d2ko/__dscf0088.jpg) in file "phpthumb.class.php" on line 2920 empty $filename or GetImageSize(D:/wwwroot/razetac/e107_plugins/sgallery/../../e107_plugins/sgallery/pics/8fjbirp1d2ko/__dscf0088.jpg) failed in file "phpthumb.class.php" on line 2969 Populating $rawimagedata in file "phpthumb.class.php" on line 2977 cannot fopen(D:/wwwroot/razetac/e107_plugins/sgallery/../../e107_plugins/sgallery/pics/8fjbirp1d2ko/__dscf0088.jpg) in file "phpthumb.class.php" on line 2988 Not using EXIF thumbnail data because $this->exif_thumbnail_data is empty in file "phpthumb.class.php" on line 3046 $this->gdimg_source is still empty in file "phpthumb.class.php" on line 3098 ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 3100 phpThumb() v1.7.7-200612252156 Unknown image type identified by "" () in SourceImageToGD()[3210] in file "phpthumb.class.php" on line 3404 SourceImageToGD() failed in file "phpthumb.class.php" on line 312
Here is my imagemagick version as reported in server check: "C: && cd "\Program Files\ImageMagick-6.3.5-Q16" && convert.exe" 6.3.5 08/10/07 Q16
This version of ImageMagick is 0.02 years old (see www.imagemagick.org for new versions)
I tried setting prefer_imagemagick and imagemagick_use_thumbnail to false in phpthumbconfig.php , thinking it would use GD instead but got the same result. I'm not a coder so I don't know what else to do. Any ideas?
|
|
|
|
|
|
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow
|
|