pictures uploaded to server but error messages pictures uploaded to server but error messages
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

pictures uploaded to server but error messages

Started by moffl, January 22, 2004, 05:18:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

moffl

I have uploaded pictures to the server even though i received the following error message

No picture was uploaded !

If you have really selected a picture to upload, check that the server allows file uploads...

File: C:\www\tundraphoto\coppermine\db_input.php - Line: 216


[size=18]here is the debug info [/size]

USER:
Array
(
    [ID] => 0e03ea7f13b944c30a7e5e7a2871739b
    [am] => 1
)

 
 
USER DATA:
Array
(
   
  • => 1
  • [user_id] => 1
        [1] => 1
        [user_group] => 1
        [2] => YES
        [user_active] => YES
        [3] => moffl
        [user_name] => moffl
        [4] => walleye
        [5] => 2004-01-21 17:48:07
        [user_lastvisit] => 2004-01-21 17:48:07
        [6] => 2004-01-21 17:48:07
        [user_regdate] => 2004-01-21 17:48:07
        [7] =>
        [user_lang] =>
        [8] =>
        [user_email] =>
        [9] =>
        [user_website] =>
        [10] =>
        [user_location] =>
        [11] =>
        [user_interests] =>
        [12] =>
        [user_occupation] =>
        [13] =>
        [user_actkey] =>
        [14] => 1
        [group_id] => 1
        [15] => Administrators
        [group_name] => Administrators
        [16] => 0
        [group_quota] => 0
        [17] => 1
        [has_admin_access] => 1
        [18] => 1
        [can_rate_pictures] => 1
        [19] => 1
        [can_send_ecards] => 1
        [20] => 1
        [can_post_comments] => 1
        [21] => 1
        [can_upload_pictures] => 1
        [22] => 1
        [can_create_albums] => 1
        [23] => 0
        [pub_upl_need_approval] => 0
        [24] => 0
        [priv_upl_need_approval] => 0
    )

     
     
    Queries:
    Array
    (
       
  • => SELECT * FROM cpg11d_users, cpg11d_usergroups WHERE user_group = group_id AND user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = 'a8c2a0f4f9fc425db0272a76d2652066'
  • [1] => DELETE FROM cpg11d_banned WHERE expiry < 1074742945
        [2] => SELECT * FROM cpg11d_banned WHERE ip_addr='192.168.1.1' OR ip_addr='192.168.1.1' OR user_id=1
        [3] => SELECT category FROM cpg11d_albums WHERE aid='1'
    )

     
    GET :
    Array
    (
    )

     
    POST :
    Array
    (
        [event] => picture
        [album] => 1
        [MAX_FILE_SIZE] => 1048576
        [title] =>
        [caption] =>
        [keywords] =>
        [user1] =>
        [user2] =>
        [user3] =>
        [user4] =>

    thanks in advance for the help

Joachim Müller

please give us a link to your gallery and a test account (with upload permissions).

GauGau

moffl


Joachim Müller

good afternoon! This is what I get when loggin in and trying to upload:
QuoteCritical error
PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed

File: C:\www\tundraphoto\coppermine\include\picmgmt.inc.php - Line: 170
Doesn't this make you think?

GauGau

moffl

yes it does

Since the pictures are on the server and you receive that error message but it will also not show that the pictures are there.

Casper

What the message is telling you, is that you have coppermine cofig set for GD, but your server does not have it.

You need to find the path to imagemagick(assuming your server has it), and change your config accordingly.

Then coppermine can work.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

moffl

but i do have gd library installed and configured. I am running a windows xp pro box windows 2.0.48 and have tried both php 4.32 and 4.3.4

moffl

by the way even though you receive this error message your picture does arrive on the server

moffl

that should be apache 2.0.48 instead of windows

Casper

In that case try changing your setting from GD2 to GD1
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

moffl

will it make a difference that i have gd2 dll or do i have to change the dll to gd1

Casper

so you are self hosted on a windows setup?
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

moffl


Casper

well it seems that for whatever reason, coppermine cannot access GD.
So this is a server setup problem, and one of which I have no experience to help you with, sorry.

Try checking the GD setup.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

this board doesn't deal with server setup in general, for gd setup take a look at http://www.boutell.com/gd/faq.html to start with...
As this has been asked very often, there's also some info availabe on the coppermine pages: take a look at the faq and search the board for help.
There's also a little test script from hyperion available to check if gd support is there.

I must admit I have a very low tolerance level for people who think they have to run their own webserver without knowing how to do this and what dangers are in there. Better have a look at the basics before trying advanced stuff...

GauGau