Hi again.
I tried to batch add pictures to my CPG and got this message:
QuotePHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed.
What should I do ? My server runs PHP 4.3.1.
I downloaded ImageMagick, but honestly I don't know what to do with it.
thank you,
shutiri.
modified: I can't upload pictures at all, even one by one.
Sorry, I'm replying to myself. Don't be lazy and search !!
I'm so tired of trying to integrate phpBB and CPG that I stopped reading... I will read everything and come back later. I can't remove my posts, so please ignore it.
thank you
Shutiri.
GauGau, I still can't integrate phpBB and CPG :'(. I tried everything (I can). Please...
You can check if your php supports GD or not by using a short php file, test.php:
<?php
phpinfo();
?>
run this test.php in your browser, you will see page of info of your php setting. Search "GD" to see if there is any GD support in your php. If not, edit your php.ini in order to use the GD extension.
thank you.
I did this yesterday and there was no GD at all :( I wrote to my webserver and I'm waiting for an answer. How do I edit my php.ini ?
Shutiri.
Quote from: shutiri on May 04, 2004, 09:14:55 PMHow do I edit my php.ini ?
If you're webhosted, you can't edit php.ini.
Read the FAQ (http://coppermine.sourceforge.net/faq.php)...
GauGau
I'm sorry if I look (too much) as a newbie, but I've only seen the windows install of GD on the FAQ. I'm not sure what webhosted is, but I have a "virtual dedicated server" with Shell access. It is a Linux server. I have put the info.php file on my site. Maybe you could check it out:
www.huecos.com/info.php (http://www.huecos.com/info.php)
thank you.
I hope I will soon know enough to help with easy questions on the board, instead of just asking and asking... :-[
shutiri.
There are at least three items on the faq that deal with GD - your posting shows you haven't read all three closely. Please do so before asking. I'm not sure what a "virtual dedicated webserver" is supposed to be (except a marketing buzzword), but you'll have to ask your webhost on php.ini.
Fiddling with php.ini isn't recommended anyway if you're still a newbie in server issues. Just ask your webhost to install GD for you...
GauGau