Pages (2):    1 2
Member
Member
DarrellD   16-06-2006, 06:36
#21

Here's also another blurb and more information from the PHP Manuals:

Quote:To enable GD-support configure PHP --with-gd[=DIR], where DIR is the GD base install directory. To use the recommended bundled version of the GD library (which was first bundled in PHP 4.3.0), use the configure option --with-gd. GD library requires libpng and libjpeg to compile.

In Windows, you'll include the GD2 DLL php_gd2.dll as an extension in php.ini. The GD1 DLL php_gd.dll was removed in PHP 4.3.2. Also note that the preferred truecolor image functions, such as imagecreatetruecolor(), require GD2.

Member
Member
relee   16-06-2006, 13:14
#22

GameDudeX=hero
I previously spoke with host=crystal tech and they assured me GD was enabled. I will rehash this with them. Again, thank you for taking the time to work with us...and Abbey thanks for letting me bombard your post...i am SO anxious to work with this program...and i don't wanna have to go to flickr....
www.re-lee.com

Member
Member
abbey   16-06-2006, 15:03
#23

Relee and GamedudeX. thanks a lot cos my gallery is working now....... i am so excited and i cant wait to start uploadin pictures.......

Member
Member
relee   16-06-2006, 16:13
#24

Abbey I am so Jel b/c I am still not up and running. I have a Windows-based Host is this a problem? My host is trying to convince me to use phpalbum.net....please don't make me change?! Thanks,
Rebecca

Member
Member
relee   16-06-2006, 16:14
#25

Abbey? DO you know what solved the prob?

Member
Member
relee   16-06-2006, 16:47
#26

Here is what my host said: "You are not able to see the php.ini file for security reasons.
However, I did place a GD test on your site.
http://www.re-lee.com/gd_test.php

The results you should see are as follows:

array(9) {

["GD Version"]=>

string(24) "bundled (2.0 compatible)"

["FreeType Support"]=>

bool(false)

["T1Lib Support"]=>

bool(false)

["GIF Read Support"]=>

bool(true)

["GIF Create Support"]=>

bool(false)

["JPG Support"]=>

bool(false)

["PNG Support"]=>

bool(true)

["WBMP Support"]=>

bool(true)

["XBM Support"]=>

bool(false)

}

See this link for more on this: http://us3.php.net/manual/en/function.gd-info.php"

ANy ideas?

Member
Member
DarrellD   16-06-2006, 17:08
#27

@relee
If you have gd installed, it seems you might have a different problem. Can you give me your ZenPhoto gallery?

Member
Member
relee   16-06-2006, 18:09
#28

gladly....you mean the link
www.re-lee.com/zenphoto

Developer
Developer
trisweb   16-06-2006, 23:29
#29

@relee
You're using Microsoft IIS -- you can't use the mod_rewrite option with it, so you'll have to stick with regular URLs. Find that in config.php and set it to false.

Your image generation is working great, as you can see from this URL to i.php I made by hand...
http://www.re-lee.com/zenphoto/zen/i.php?a=our-first-house&i=DSCN0159.JPG&s=595

Member
Member
relee   17-06-2006, 01:50
#30

THANK YOU THANK YOU THANK YOU!!! I hope that this thread will work for others who experience the issues I had!!! I AM UP AND RUNNING!!! WOOO HOOOO!!! trisweb=rock star!

Member
Member
DarrellD   17-06-2006, 05:19
#31

So lemme see if I get this straight...

GameDudeX = hero
trisweb = rock star!

YaY! I finally have the super powers I've always wanted! And tristan... it seems you now have all the women, drugs, and fame that you ever could've wanted.

=P

Member
Member
supert3d   29-07-2006, 13:51
#32

lol, I've got the same problem.... heeeellllpppp.... I've gone through this post in detail and checked the obvious.

Problem : Thumbnails not displaying, linking correctly. Pictures DO get uploaded to the correct directory though.

Gallery = http://www.trimtechdesign.com/zenphoto/

Host = SBC Yahoo!
NOTE: I cannot upload or modify .htaccess files ( it's their policy )
GD = enabled

Any ideas how to get Zen to work ? Pweeeetty pweeese :-D

Member
Member
supert3d   29-07-2006, 14:01
#33

Just tested this on a working gallery, by deleting .htaccess and it re-creates the same problem.

Seem's without .htaccess file uploaded I'm screwed. Is there anyway around this as SBC Yahoo! won't let me upload an .htaccess file.

[b]OK fixed it, I'm so dumb. I just modified zp-config.php
$conf['mod_rewrite'] = FALSE;[/b]

All working !!!

Member
Member
axelmeunier   05-08-2006, 11:42
#34

hello,
ZP is a very nice product but need your help: Can't see any thumbs but there're no problemes for pictures :
http://www.meuniea.e-supinfo.net/zenphoto/
Here are my principal options:

$conf['mod_rewrite'] = false;
$conf['server_protocol'] = "http";
$conf['image_quality'] = 85;
$conf['thumb_quality'] = 75;
$conf['image_size'] = 595;
$conf['image_use_longest_side'] = true;
$conf['image_allow_upscale'] = false;
$conf['thumb_size'] = 100;
$conf['thumb_crop'] = true;
$conf['thumb_crop_width'] = 85;
$conf['thumb_crop_height'] = 85;
$conf['albums_per_page'] = 5;
$conf['images_per_page'] = 15;
//define('WEBPATH', '/zenphoto');
//define('SERVERPATH', '/httpdocs/zenphoto/');
I deleted the .htaccess and I'm using a plesk server (based on IIS).

Thank you a lot for your help, spent so many time on your forum and didn't find the solution...

Member
Member
Chilifrei64   05-08-2006, 15:35
#35

http://www.meuniea.e-supinfo.net/zenphoto/zen/i.php?a=tianjin-07-07-12&i=Copy+of+DSC01904.JPG&s=thumb

looks like a permission problem. make sure your album and cache directory are chmnod777

Member
Member
axelmeunier   05-08-2006, 18:14
#36

thanks a lot, it was a permission probleme on my cach folder...

Very good product...

Pages (2):    1 2
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.