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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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
Hi,
are you using ImageMagick or the PHP included GD lib!?
cheers bzrudi
For me (the 2nd message - i really must register) I'm using the php gd lib
regards
Darren
For me (I'm the 2nd post - I really must register properly) I am using the PHP GD library
Regards
Darren
I'm using the PHP GD lib
Thanks
Darren
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
Apologies for the multiple posts, I'm having a terrible day.
Darren
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
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
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
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