First, I am a novice at all this.
I just installed the gallery plugin. I am having difficulties creating thumbnails and loading batch media. When I try to upload multiple images I get this message: Fatal error: Call to undefined function: imagecreate() in /usr/home/c/u/cupofcocoa/public_html/mod/gallery/index.php on line 464.
Can you help?
I realise GDlib needs to be installed but I was told that PHP4 includes this. My host has php4 scripting. Was i told correctly?
Also my uploads directory is in the gallery folder not in the images folder. Would this make a difference?
Any help for an inexperienced newbie appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You are receiving the fatal error because the GDlib isn't compiled into PHP. You need to contact your system administrator and ask him or her to compile/install the latest stable release of GDlib into PHP for you.
The uploads directory should be in the gallery folder, not the images folder. So you should be fine there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-07-05
Thanks!!!!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, I am a novice at all this.
I just installed the gallery plugin. I am having difficulties creating thumbnails and loading batch media. When I try to upload multiple images I get this message: Fatal error: Call to undefined function: imagecreate() in /usr/home/c/u/cupofcocoa/public_html/mod/gallery/index.php on line 464.
Can you help?
I realise GDlib needs to be installed but I was told that PHP4 includes this. My host has php4 scripting. Was i told correctly?
Also my uploads directory is in the gallery folder not in the images folder. Would this make a difference?
Any help for an inexperienced newbie appreciated.
You are receiving the fatal error because the GDlib isn't compiled into PHP. You need to contact your system administrator and ask him or her to compile/install the latest stable release of GDlib into PHP for you.
The uploads directory should be in the gallery folder, not the images folder. So you should be fine there.
Thanks!!!!!!