Hey guys, i like what i see here, a nice light weight gallery. Anyways onto my problems. Heres my story: So i load up and install Plogger without any problems. I try to upload images and find out that i have that very oh so common problem of "availbleimageoutputformat" error. So i searched the forums, found the problem, replaced 2 lines or somthing in the functions.php file. great that fixed it, but now i get a blank screen after i upload. Okay so it was annoying, but i decided to search the form for a fix. Found one. Someone posted a fix on putting 2 lines at the top of the global.php file for increasing memory for PHP to 48M. Wonderful that did it! im on a roll! Now i can upload the images. I noticed they have been sucesfully uploaded, so i decide to go test the gallery and look at it for my self.
So, i load up index.php, as it is a test index file, hmm somthing odd is happening, i can see text, it seems like it wants to work but it isnt quite there yet. No images show up, It looks like a page with CSS turned off basicaly. When i click into an album, i get a 404 error. I cant go anywhere and nothing shows up properly. So i turn on cruft URL's or somthing i believe? That dose nothing, same problem.
This is getting pretty frustrating, i have done my searching , fixed my past problems, however i am completly lost on how to fix this.
We've addressed a lot of these problems in the new version, maybe you could give it a try? It is not an official release yet but it is just about 99% ready to go. The link is here: http://www.plogger.org/source/plogger3alpha.zip
Thanks mike. Now since its Alpha, im assuming im to expect bugs correct? Im now getting an upload error once again, related to Failed: setSourceFilename, and then a bunch of jargon after that. I'll probebly get told to search the forum correct?
Hey Mike, here is the full error message (its very long)
Failed: setSourceFilename(/home/suburbansun/public_html/gallery/images/plogger_test_collection/plogger_test_album/img_2879.JPG) set $this->sourceFilename to "/home/suburbansun/public_html/gallery/images/plogger_test_collection/plogger_test_album/img_2879.JPG" in file "phpthumb.class.php" on line 216 $AvailableImageOutputFormats = array(text;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 636 $this->thumbnailFormat set to $this->config_output_format "jpeg" in file "phpthumb.class.php" on line 646 $this->thumbnailQuality set to "75" in file "phpthumb.class.php" on line 663 !$this->config_allow_src_above_docroot therefore setting "/home/suburbansun/public_html/gallery/images/plogger_test_collection/plogger_test_album/img_2879.JPG" to null in file "phpthumb.class.php" on line 790 $this->sourceFilename set to "" in file "phpthumb.class.php" on line 587 phpThumb() v1.6.2-200511240855 "" does not exist $this->config_cache_directory () is not a directory in file "phpthumb.class.php" on line 704 SetCacheFilename() failed because $this->config_cache_directory is empty in file "phpthumb.class.php" on line 1986 GetImageSize("") failed in file "phpthumb.class.php" on line 1869 ImageMagickThumbnailToGD() aborting because cannot find convert in $this->config_imagemagick_path (), and `which convert` returned () in file "phpthumb.class.php" on line 830 ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 923 ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 1876 EXIF thumbnail extraction: (size=0; type=; x) in file "phpthumb.class.php" on line 1925 starting SourceImageToGD() in file "phpthumb.class.php" on line 2073 Not using EXIF thumbnail data because $this->config_use_exif_thumbnail_for_speed is FALSE in file "phpthumb.class.php" on line 2076 Populating $this->rawImageData and attempting ImageCreateFromStringReplacement() in file "phpthumb.class.php" on line 2182 phpThumb() v1.6.2-200511240855 cannot fopen("") on line 2195 of /home/suburbansun/public_html/gallery/lib/phpthumb/phpthumb.class.php ------------------------------------------------------ Now im not php expert, but i just noticed that its complaining about some ImageMagick related things. I know that my host has disabled exec() function that allows external programs to run. Perhaps this is the problem?