SOLVED: Successful upload - red X displays SOLVED: Successful upload - red X displays
 

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

SOLVED: Successful upload - red X displays

Started by spikeswife, September 15, 2004, 09:28:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

spikeswife

I've been trying to get image uploads working all day.  I've made absolutely certain that my directory and file permissions are exactly as required.  I checked and re-checked info.php to make sure my host supports CPG (found that upload_tmp_dir displays no value and don't know what that means).  Each time I attempt a file upload I get a success message "1 uploads were successful. Please click 'Continue' to add the files to albums." but when I click on continue the result is a page that offers to allow me to add info about the photo and a small box with a red X.  Here's the debug info on the successful upload page:
QuoteUSER:
------------------
Array
(
   [ID] => 57ebecb6a27851b8a330f3c9c7ea8b46
   [am] => 1
   [sort] => ta
   [liv] => Array
       (
           
  • => 3
               [1] => 5
               [2] => 4
               [3] => 6
               [4] => 7
           )

    )

    ==========================
    USER DATA:
    ------------------
    Array
    (
       [user_id] => 1
       [user_group] => 1
       [user_active] => YES
       [user_name] => Gina
       [user_password] => ********
       [user_lastvisit] => 2004-09-15 13:37:00
       [user_regdate] => 2004-09-15 13:36:31
       [user_group_list] =>
       [user_email] =>
       [user_website] =>
       [user_location] =>
       [user_interests] =>
       [user_occupation] =>
       [user_actkey] =>
       [disk_max] => 0
       [disk_min] => 0
       [can_rate_pictures] => 1
       [can_send_ecards] => 0
       [ufc_max] => 1
       [ufc_min] => 1
       [custom_user_upload] => 0
       [num_file_upload] => 5
       [num_URI_upload] => 3
       [can_post_comments] => 1
       [can_upload_pictures] => 1
       [can_create_albums] => 0
       [has_admin_access] => 1
       [pub_upl_need_approval] => 1
       [priv_upl_need_approval] => 0
       [group_name] => Administrators
       [upload_form_config] => 1
       [group_quota] => 0
       [can_see_all_albums] => 1
       [group_id] => 1
       [groups] => Array
           (
               [1] => 1
           )

    )

    ==========================
    Queries:
    ------------------
    Array
    (
       
  • => SELECT extension, mime, content FROM cpg132_filetypes;
       [1] => SELECT * FROM cpg132_users WHERE user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = 'cf857497a232fb8a9bd289e468ac8e4b'
       [2] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg132_usergroups WHERE group_id in (1)
       [3] => SELECT group_name FROM  cpg132_usergroups WHERE group_id= 1
       [4] => DELETE FROM cpg132_banned WHERE expiry < 1095279478
       [5] => SELECT * FROM cpg132_banned WHERE ip_addr='69.10.114.173' OR ip_addr='69.10.114.173' OR user_id=1
    )

    ==========================
    GET :
    ------------------
    Array
    (
    )

    ==========================
    POST :
    ------------------
    Array
    (
       [control] => phase_1
    )

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.3.3 - OK
    ------------------
    mySQL version: 3.23.58
    ------------------
    Coppermine version: 1.3.2
    ==========================
    Module: gd
    ------------------
    GD Support enabled
    GD Version bundled (2.0.15 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    GIF Read Support enabled
    JPG Support enabled
    PNG Support enabled
    WBMP Support enabled
    XBM Support enabled
    ==========================
    Module: mysql
    ------------------
    Active Persistent Links 0
    Active Links 1
    Client API version 3.23.58
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /var/lib/mysql/mysql.sock
    MYSQL_INCLUDE -I/usr/include/mysql
    MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient  
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.1.3
    Linked Version 1.1.4
    ==========================
    Server restrictions (safe mode)?
    ------------------
    Directive | Local Value | Master Value
    safe_mode | Off | Off
    safe_mode_exec_dir | no value | no value
    safe_mode_gid | Off | Off
    safe_mode_include_dir | no value | no value
    safe_mode_exec_dir | no value | no value
    sql.safe_mode | Off | Off
    disable_functions | no value | no value
    file_uploads | On | On
    include_path | .:/php/includes:/usr/share/php | .:/php/includes:/usr/share/php
    open_basedir | no value | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | me@localhost.com | me@localhost.com
    sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
    SMTP | localhost | localhost
    smtp_port | 25 | 25
    ==========================
    Size and Time
    ------------------
    Directive | Local Value | Master Value
    max_execution_time | 60 | 60
    max_input_time | 60 | 60
    upload_max_filesize | 2M | 2M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 0.063 seconds - 6 queries in 0.002 seconds - Album set :
Can anyone offer any suggestions?  I can post further debug reports, if needed.  Thanks!

Casper

How big are these pics.  Please try with a known good pic, of small size.  Try copying one from the demo and use that.
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

spikeswife

Each is less than 100kb in size.  The largest is about 79kb.  I doubt that size is the issue.

Casper

Not just filesize, pixel size is important as well.
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

spikeswife

Are you referring to pixel width/height?  None were greater than 600, most were in the 350 pixel range.  All were saved at 72 dpi.  It's pert near impossible to see an image of the type I plan to have posted smaller than 600 pixels so I have to be able to figure this out without requiring that everyone upload tiny images.

spikeswife

I've created a test account (User = test, PW = test) so it can be tested by anyone who thinks they may be able to help.  The URL is http://www.scrapbookingresourcecenter.com/coppermine/ .  Thanks, in advance, for any help offered.

Nibbler

The thumbnails are created, but your server returns a '403 Forbidden' when the browser attempts to load them from the page.

See.

spikeswife

So, does that mean you're actually seeing the image as a thumbnail?  Or do you see the red X as well?  Have I done CHMOD incorrectly?  Does anyone know what I might have done wrong to get this result?

Nibbler

Check permissions of the files and the /albums and /userpics folders.

PM me an ftp login if you'd like me to take a look for you.

Nibbler

Resolved. Cause was hotlink protection.