The collection link when you browse the album inside a collections give me a wrong
http://gallery/index.php instead of
http://www.itisvinci.com/gallery/index.php
the row affected seems ok to me :-) but I'm not so experienced line 706 of gallery.php $breadcrumbs = ' <a accesskey="/" href="'.$_SERVER["PHP_SELF"].'">Archivi</a> » <b>' . $row["name"] . '</b>';
it seems that the $_SERVER["PHP_SELF"] is ignored....
Hmm, sounds like your running some kind of Windows server. You may be able to replace it with $_SERVER['REQUEST_URI'] or $_SERVER['SCRIPT_NAME'] and get it to work that way.
OS/2 Warp? Wow, that's vintage, but am impressed that you got it working. I wouldn't even know where to find all of the necessary services to do it. ;)
Well you can find all apache, mysql, php, bind, squid stuf compiled for os/2.. and some native stuff to do mail server ftpserver and irc server.. it keeps running until I'll found something that cannot be run on os2... "never change a working configuration" :-)
Back to plogger I've found a strange behaviour uploading some old photos... I got the usual error (that can be solved changing line 75 in plog_functions) - at least I think it was the same, about half a page of warning - reverting back tu upload images excluding the first not uploaded make the process keep on... ding that many time leaved me with a few photo in uploads directory...
the strange thing is that processing them another time make them to be uploaded...
but now when I try to view them I got the usual half a page of error:
Failed: $AvailableImageOutputFormats = array(text;wbmp;png;jpeg) in file "phpthumb.class.php" on line 519 $this->thumbnailFormat set to $this->config_output_format "jpeg" in file "phpthumb.class.php" on line 529 $this->thumbnailFormat staying as "jpeg" because "" ($this->f) is not in $AvailableImageOutputFormats in file "phpthumb.class.php" on line 539 $this->thumbnailQuality set to "75" in file "phpthumb.class.php" on line 546 $this->config_cache_directory () is not a directory in file "phpthumb.class.php" on line 587 SetCacheFilename() failed because $this->config_cache_directory is empty in file "phpthumb.class.php" on line 1815 EXIF thumbnail extraction: (size=7388; type=2; 160x120) in file "phpthumb.class.php" on line 1739 starting SourceImageToGD() in file "phpthumb.class.php" on line 1886 Not using EXIF thumbnail data because $this->config_use_exif_thumbnail_for_speed is FALSE in file "phpthumb.class.php" on line 1889 Calling ImageCreateFromJPEG(E:Internethttpdtopa/images/topabbs/natale2004/pc190012.jpg) in file "phpthumb.class.php" on line 1960 ImageCreateFromJPEG() was attempted but FAILED in file "phpthumb.class.php" on line 2001 Populating $this->rawImageData and attempting ImageCreateFromStringReplacement() in file "phpthumb.class.php" on line 2004 $this->gdimg_source is still empty in file "phpthumb.class.php" on line 2027 ImageMagickThumbnailToGD() aborting because cannot find convert in $this->config_imagemagick_path (), and `which convert` returned () in file "phpthumb.class.php" on line 707 ImageMagickThumbnailToGD() aborting because ImageMagickCommandlineBase() failed in file "phpthumb.class.php" on line 782 ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 2036 phpThumb() v1.6.0-200507180958 All attempts to create GD image source failed (source image probably corrupt), cannot generate thumbnail phpThumb() v1.6.0-200507180958 Unknown image type identified by "????" ( 0xff 0xd8 0xff 0xe1) in SourceImageToGD()
It seems that the last picture uploaded was not compliant with something... if I manually delete the last uploaded picture before the crash the "view" option works again...
Well I got similar message during the uploading / importing process:
Failed: setSourceFilename(/home/skril/public_html/plogger/images/players/nowy/mks_banner.jpg) set $this->sourceFilename to "/home/skril/public_html/plogger/images/players/nowy/mks_banner.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/skril/public_html/plogger/images/players/nowy/mks_banner.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() does not exist, cannot extract EXIF thumbnail in file "phpthumb.class.php" on line 1920 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/skril/public_html/plogger/lib/phpthumb/phpthumb.class.php
I use plogger beta 3 , where that "75 line" ($phpThumb->setSourceFileName($source_file_name) ) that everybody talks about, has been already corrected. For beta 3 it's about 500th line ;)
More it's connected to the "Small Thumbnail Width (pixels): 100" option I think. Cuz I got that message when trying uploading image bigger than those 100px. If they are smaller then everything is ok O.o
Dunno what's wrong, but I'm desperate ... waiting for some help ...