Menu

seeing thumbs but not pictures

2003-12-17
2004-01-01
  • Nobody/Anonymous

    exactly that. when i open my albums, there are thumbs that look great, but when clicked on, they just produce an image place holder icon, no picture. =1 =p

    any ideas?

     
    • Nobody/Anonymous

      The app looks great, just what I need but I have the same problem.  Thumbs are OK, but none of the bigger size options or slideshow works

      I've installed 3 separate test webs using different virtual directories under localhost but they are all the same.

      Many thanks

      Windows XP, PHP 4.3.4, IIS 5.1, MySQL 4.0.17

       
      • bzrudi

        bzrudi - 2003-12-23

        Hi,

        are you using ImageMagick or the PHP included GD lib!?

        cheers bzrudi

         
    • Nobody/Anonymous

      For me (the 2nd message - i really must register) I'm using the php gd lib

      regards
      Darren

       
    • Nobody/Anonymous

      For me (I'm the 2nd post - I really must register properly) I am using the PHP GD library

      Regards
      Darren

       
    • Nobody/Anonymous

      I'm using the PHP GD lib

      Thanks
      Darren

       
      • bzrudi

        bzrudi - 2003-12-23

        Hi Darren,

        try to increase the PHP memory_limit. Or even better install ImageMagick, which is much faster and renders higher quality images.
        After install, change the "use_convert" value from 0 --> 1 in the linpha_config table of the LinPHA DB...

        cheers bzrudi

         
    • Nobody/Anonymous

      Apologies for the multiple posts, I'm having a terrible day.

      Darren

       
    • Nobody/Anonymous

      Thanks for the suggestion.

      I have downloaded and installed ImageMagick, updated the linpha_config table and php.ini files as suggested.

      I ran the ImageMagick convert and imdisplay test to prove the installation and checked $PATH, all is OK but I now I don't even get thumbnails.

      I re-ran install.php and it reports that ImageMagick is not installed and that my php memory is <=16mb.

      Any suggestions?

      Thanks
      Darren

       
      • bzrudi

        bzrudi - 2003-12-26

        Hi Darren,

        very strange behavior ;-) You can ignore the memory_limit warning when using convert. I just wonder why convert is not detected, and the GD lib is not working :-(
        I know that LinPHA works out of the box with the XAMPP package from the apachefriends.org. So it must have to do with your configuration. The thing is that I have now Windows anywhere and therefore can not verify, sorry ;-)

        cheers bzrudi

         
    • Nobody/Anonymous

      OK and thanks for your help.

      I'll remove my separate mysql, php installs and start again with XAMPP and see if that works.

      Merry christmas

      Darren

       
    • Ondrej Brablc

      Ondrej Brablc - 2004-01-01

      I have submitted a patch to your project, which solved the problem for me. Please read the patch description, as there is some code cleanup for you to do.

      For others, the simplest solution is to change php.ini to:

      error_reporting = E_ALL & ~E_NOTICE

      Regards,
      Ondrej

       

Log in to post a comment.