Impossible to move. Error on uploads all the sudden... (fixed) Impossible to move. Error on uploads all the sudden... (fixed)
 

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

Impossible to move. Error on uploads all the sudden... (fixed)

Started by Satrina, September 07, 2004, 03:45:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Satrina

Hi, wishing I knew more about php and mysql about now! My albums have been working great without problems for months now, and all the sudden this morning no one can upload files. You get

"0 uploads were successful."
Error Report
The following uploads encountered errors:
File Uploads:
File Name/URL   Error Message
1. Ty_Rep_Hat.jpg   Impossible to move.

Again this was all working just peachy for months now, I was assured no changes were made to the server recently. I searched for my error here on the forum but didn't see any results that fit my problem, so I hope someone here can help! I don't see any other useful information or debug but let me know if there is something else I can show to make it easier! Thank you! -marie


USER:
------------------
Array
(
    [ID] => 0e71aa15e8e18ac7e4f46c5abde1c4fd
    [am] => 1
    [liv] => Array
        (
            [0] => 2847
            [1] => 2865
            [2] => 2864
            [3] => 2863
            [4] => 2859
        )

    [lap] => 2
    [uid] => 60
)

==========================
USER DATA:
------------------
Array
(
    [0] => 1
    [user_id] => 1
    [1] => 1
    [user_group] => 1
    [2] => YES
    [user_active] => YES
    [3] => admin
    [user_name] => admin
    [4] =>******
    [user_password] => ********
    [5] => 2004-09-07 06:02:20
    [user_lastvisit] => 2004-09-07 06:02:20
    [6] => 2004-05-09 16:46:57
    [user_regdate] => 2004-05-09 16:46:57
    [7] =>
    [user_lang] =>
    [8] =>
    [user_email] =>
    [9] => http://www.mywebsite.com
    [user_website] => http://www.mywebsite.com
    [10] => Los Angeles
    [user_location] => Los Angeles
    [11] => stuff
    [user_interests] => stuff
    [12] => Software Engineer
    [user_occupation] => Software Engineer
    [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
    [25] => 3
    [upload_form_config] => 3
    [26] => 0
    [custom_user_upload] => 0
    [27] => 5
    [num_file_upload] => 5
    [28] => 3
    [num_URI_upload] => 3
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content FROM cpg130_filetypes;
    [1] => SELECT * FROM cpg130_users, cpg130_usergroups WHERE user_group = group_id AND user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = '**********'
    [2] => DELETE FROM cpg130_banned WHERE expiry < 1094562627
    [3] => SELECT * FROM cpg130_banned WHERE ip_addr='myip' OR ip_addr='myip' OR user_id=1
)

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

==========================
POST :
------------------
Array
(
    [URI_array] => Array
        (
            [0] =>
            [1] =>
            [2] =>
        )

    [control] => phase_1
)

==========================
VERSION INFO :
------------------
PHP version: 4.3.3 - OK
------------------
mySQL version: 4.0.15a-log
==========================
Module: gd
------------------
GD Support enabled
GD Version bundled (2.0.15 compatible)
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 4.0.15a
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.1.4
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 | .:/usr/lib/php | .:/usr/lib/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 | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.054 seconds - 4 queries in 0.002 seconds - Album set :


Satrina

Welp after reading more on the forum here, I see I had the "edit" directory issue, as mine disappeared! I swear I upgraded my albums to the latest versions awhile ago! Guess not! Guess I have some upgrading to do!

-Marie

edgarg

this EDIT issue should be a bit more documented, cos I have spend more than 4 hours trying to find it out.

there must be some people that might have the same problem

basically you need to check the permissions set on the
/albums/edit/     folder there should be a 777

cheers

great!!! mine is working now...