After 3 days of LinPHA installation and all related soft, I finally get LinPHA up. I was excited to test LinPHA. I copy and past pictures in the folder:
C:\Program Files\EasyPHP1-7\www\linpha\albums\Collection Japon Et 2004
And then I have only preview pictures. SO disappointed !!!
Instead of a picture I've a "Broken Picture file" icon.
Regardless the view (640x800 - 800x600 - fullsize) no picture is neither displayed.
I also tried to change the "PHP memory limit" as recommended by the first installation step.
Message I get is memory limit="MByte" in yellow
I put "memory_limit = 32M " in both "php. ini" files on:
C:\WINDOWS
C:\Program Files\EasyPHP1-7\apache
Result ==> No change
My current config:
LinPHA 0.9.0
Windows XP Pro
Mozilla 1.5
Easy PhP 1.7 (Apache 1.3.27 - PHP 4.3.3 - PHPAdmin2.5.3 - MySQL 4.0.15)
ImageMagick 5.5.7 Q8 installed on C:\Program Files\ImageMagick-5.5.7-Q8
Any help is welcome.
Thanks
Matthieu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
there is a known problem with missing preview images in all LinPHA releases <0.9.2. It's mostly caused by "not so well" configured PHP installations which used to set error_reporting E_ALL.
Please set your error_reporting level to E_ALL & ~E_NOTICE to prevent the display of notices...
cheers bzrudi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
After 3 days of LinPHA installation and all related soft, I finally get LinPHA up. I was excited to test LinPHA. I copy and past pictures in the folder:
C:\Program Files\EasyPHP1-7\www\linpha\albums\Collection Japon Et 2004
And then I have only preview pictures. SO disappointed !!!
Instead of a picture I've a "Broken Picture file" icon.
Regardless the view (640x800 - 800x600 - fullsize) no picture is neither displayed.
Based on 1 posting: http://sourceforge.net/forum/forum.php?thread_id=990642&forum_id=333996
I changed as recommended " "use_convert" value from 0 --> 1 "
Result ==> No change :-(
I also tried to change the "PHP memory limit" as recommended by the first installation step.
Message I get is memory limit="MByte" in yellow
I put "memory_limit = 32M " in both "php. ini" files on:
C:\WINDOWS
C:\Program Files\EasyPHP1-7\apache
Result ==> No change
My current config:
LinPHA 0.9.0
Windows XP Pro
Mozilla 1.5
Easy PhP 1.7 (Apache 1.3.27 - PHP 4.3.3 - PHPAdmin2.5.3 - MySQL 4.0.15)
ImageMagick 5.5.7 Q8 installed on C:\Program Files\ImageMagick-5.5.7-Q8
Any help is welcome.
Thanks
Matthieu
Hi Matthieu,
there is a known problem with missing preview images in all LinPHA releases <0.9.2. It's mostly caused by "not so well" configured PHP installations which used to set error_reporting E_ALL.
Please set your error_reporting level to E_ALL & ~E_NOTICE to prevent the display of notices...
cheers bzrudi
Thanks for your help it works fine now.
Matthieu