Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    Just loaded the 3.0 version - looks good until i upload photos.
    I am on windows server.

    site is http://www.portopong.com/plog/

    error message is: (PLEASE HELP!)

    Failed: setSourceFilename(E:\hshome\piscitel\portopong.com\plog\images/portopong/hula_hanks_-_new_haven__ct_8.3.07/22.jpg) set $this->sourceFilename to "E:\hshome\piscitel\portopong.com\plog\images/portopong/hula_hanks_-_new_haven__ct_8.3.07/22.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 "E:/hshome/piscitel/portopong.com/plog/images/portopong/hula_hanks_-_new_haven__ct_8.3.07/22.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 E:\hshome\piscitel\portopong.com\plog\lib\phpthumb\phpthumb.class.php
    • CommentAuthorjammindice
    • CommentTimeAug 15th 2007
     
    if you had searched you would have noticed multiple other threads started about this error.

    HereIs the main thread

    HereIs another one
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    Thnx - looked around - didnt see any real answers just - people switching from php 4 to 5 - is the coding wrong or is it our servers is where the threads confuse me -

    can i go back to the last version?
    • CommentAuthorjammindice
    • CommentTimeAug 15th 2007
     
    well what version of php are you running? php4 is losing support anyway by the end of the year if i remember correctly so if you're still using php4 try upgrading to 5 and don't forget to include GD support.

    As far as server vs code problems i would think it's the server configuration. I run unix/linux server so i couldn't tell you exactly what to do on a win box but i know there have got to be some people it works for out there.

    Try what they suggested, deleting the file referenced in the error and see if it keeps happening, try upping the memory limit in your php.ini, try some of the other forum links in the posts linked above for some more information.
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    I do not host my site.

    Can i go back to the last version and keep my galleries?
    • CommentAuthorjammindice
    • CommentTimeAug 15th 2007
     
    i believe so... i have my server down for upgrades so i couldn't look at the database differences.... but you should have backups that you could revert to?
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    no go --- anyways to patch the problem at hand - make the upload feature work.

    Noticed now as well that under manage - the new gallery doesnt work , but the older galleries do form the previous version.

    How do we resolve the thumbs problem if you dont host your own site?
    • CommentAuthorjammindice
    • CommentTimeAug 15th 2007
     
    what hosting service do you have? just ftp access? or do you have like cpanel or something like that?
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    i use 2globalmart.com --- i have ftp access and I have a cpanel - limited - why?

    I like plog very much - i just need it to work - or i am going to fixate on this not working and break something else - like i did already by deleting an album and starting a new one - now i have to re upload photos once it works.

    argggggghhhh....
    • CommentAuthorjammindice
    • CommentTimeAug 15th 2007
     
    well if i was you and you don't have too much setup... i would start over fresh... delete the database or just the tables and delete the plogger directory then move everything over, anything you did in version 3 is more likely than not will be broken if you revert back to version 2....

    i know how you feel i had a raid 5 config die on me not too long ago and i had to rebuild all of my databases, restore my data (what i had left) and start pretty much from scratch.... i was working on a backup script that wasn't fully functional and this just happened at the same time i was fixing it....

    so i feel your pain... but the best thing to do is wipe it all out and start over fresh or install into another directory and use a different database or table prefix and go from there with version 2 then upgrade to 3 with a blank setup and see what's going on with it...
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    or just stay at 2 cuz it worked?

    or do you think a straight 3 could do it - can i install 3 in a different folder with the current one installed somewhere else.

    /plog
    and then have /gallery (with new install of 3)?
    • CommentAuthorjammindice
    • CommentTimeAug 15th 2007
     
    yeah just do them in different folders... but you have to make separate databases for them or modify the TABLE_PREFIX variable that i think is in plog_globals.php in version 3...

    what i would have done in your situation is (instead of updating the live version) copied to a secondary folder IE: copied gallery to plogger3 then ran the upgrade on that folder and worked out any issues, also created another database and copied data from version to into that and ran upgrade, or you could try a clean install of three and re-create everything....

    right now i would just say either revert back to 2 and try to save what you have for now or blow it all away (databases and all) and re-start with version 3 if it still doesn't work then roll back to 2 and stay there till version 3 is a final release instead of a beta....
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    ok - 3 is just a flop for uploading (for me).

    where can i get a copy of 2 to go back to ---

    (i did the above while you were thinking of it) -- nothing good came from it.
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    now 2 doesnt work

    ok - here is what i am running so now what:

    php 4.3.11 (no chance of getting to 5)
    windows NT wind2 5.2

    GD- YES - 2.0.28

    MYSQL 3.23.49
    • CommentAuthorjammindice
    • CommentTimeAug 15th 2007
     
    jesus... why is that server so far behind? win NT? 5.2.... i think that's windows 2k but still... and only mysql 3.2... they are up to like 5.something now...

    if you wait a couple hours and check back here i can get you a link to the version 2 beta but my server is not available right now... unless someone else has a zipped version somewhere
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    Thnx - i know it is back - but it is way affordable (probably the reason) - anyways - doesnt this all meet the plogger req. stil? i just wanted it to work - i have the 2 beta but like i mentioned - for some reason now - no good either.

    any patches for us folks who need this much help?
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    Failed: setSourceFilename(E:\hshome\piscitel\portopong.com\plog\images/portopong/hula_hanks_party/dscf0095.jpg) set $this->sourceFilename to "E:\hshome\piscitel\portopong.com\plog\images/portopong/hula_hanks_party/dscf0095.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 "E:/hshome/piscitel/portopong.com/plog/images/portopong/hula_hanks_party/dscf0095.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 E:\hshome\piscitel\portopong.com\plog\lib\phpthumb\phpthumb.class.php

    ok - here is my error again still in case it helps again - this is what new i found out in case it helps u or others.

    when you see the error page and you refresh the screen - hit ok to the post data, the next photo in sequence will load - it will post into your plog album - but the thumbs work, but not in the admin panel???????????????
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    THIS IS THE ERROR FROM THE ADMIN PANEL FOR (when i go to manage)
    http://www.portopong.com/plog/admin/plog-manage.php?level=pictures&id=6
    --------------------------------------------------------------------------------------------------
    Failed: setSourceFilename(E:\hshome\piscitel\portopong.com\plog\images/portopong/hula_hanks_party/dscf0133.jpg) set $this->sourceFilename to "E:\hshome\piscitel\portopong.com\plog\images/portopong/hula_hanks_party/dscf0133.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 "E:/hshome/piscitel/portopong.com/plog/images/portopong/hula_hanks_party/dscf0133.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 E:\hshome\piscitel\portopong.com\plog\lib\phpthumb\phpthumb.class.php
    • CommentAuthorportopong
    • CommentTimeAug 15th 2007
     
    all others work? all others were brought over from v2. this is the first one done in v3.