batch add pictures batch add pictures
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

batch add pictures

Started by shutiri, May 04, 2004, 12:16:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

shutiri

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.

shutiri

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... 


power_wong

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.

shutiri

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.

Joachim Müller

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...

GauGau

shutiri

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

thank you. 
I hope I will soon know enough to help with easy questions on the board, instead of just asking and asking...  :-[
shutiri.

Joachim Müller

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