akirafreak / phppi

Automatically exported from code.google.com/p/phppi
GNU General Public License v3.0
0 stars 0 forks source link

Wrong GD support check #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!
Now i'm having WD MyBookLive. It's Debian 5.0.4 as OS.
I've install phppi to this.
But install script say that "Your GD install is missing JPEG support" and show 
notice in top: "Notice: Undefined index: JPEG Support in 
/DataVolume/shares/www/photo_pub/phppi/admin/includes/classes/phppi.php on line 
89".
But phpinfo() says: 
gd
GD Support  enabled
GD Version  2.0 or higher
FreeType Support    enabled
FreeType Linkage    with freetype
FreeType Version    2.3.7
T1Lib Support   enabled
GIF Read Support    enabled
GIF Create Support  enabled
JPG Support     enabled
PNG Support     enabled
WBMP Support    enabled 

Original issue reported on code.google.com by Uksus...@gmail.com on 11 Apr 2013 at 11:47

GoogleCodeExporter commented 8 years ago
I'll have to look into how it checks for jpeg, but in most situations it does 
check it ok. You should be able to ignore that error and continue the install. 
If you do have jpeg support like it says then it should still work.

Original comment by gorounreal on 11 Apr 2013 at 9:46

GoogleCodeExporter commented 8 years ago
Yep it's worked fine.

Original comment by Uksus...@gmail.com on 12 Apr 2013 at 7:13