forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: texas33 on October 11, 2007, 01:05:11 am

Title: "Impossible to move" error
Post by: texas33 on October 11, 2007, 01:05:11 am
Receiving "impossible to move" error message when I try to upload a pic. I've contacted my web server to verify that they settings are properly set and have yet to receivved an answer. I've read the permission tutorial and still receive the error message. Any suggestions are appreciated

USER:
------------------
Array
(
    [ID] => 904749e99c91e4b2a71f61b52a36b258
    [am] => 0
    [lang] => english
    [liv] => Array
        (
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => admin
    [groups] => Array
        (
           
        )

    [disk_max] => 102400
    [disk_min] => 102400
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 0
    [ufc_min] => 0
    [custom_user_upload] => 0
    [num_file_upload] => 1
    [num_URI_upload] => 0
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 0
    [group_quota] => 102400
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
    [album] => 9
    [MAX_FILE_SIZE] => 2097152
    [title] =>
    [caption] =>
    [keywords] =>
    [event] => picture
)

==========================
Page generated in 0.092 seconds - 15 queries in 0 seconds - Album set : ; Meta set: ;
Title: Re: "Impossible to move" error
Post by: Joachim Müller on October 11, 2007, 07:48:12 am
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_support
Title: Re: "Impossible to move" error
Post by: backdraft on October 13, 2007, 08:40:58 pm
Hello, I have a similar issue but its server wide. EVERY hosted website has upload issues of the same type BUT the hosting co. advises there is nothing wrong in their setup! (Of course not!! LOL) I went into the manager and set ALL folders to 777 permissions. The user login is demo, PW is demo. The following is my debug info:
USER:
------------------
Array
(
    [ID] => 0b66d20c6ea8a747549dab792ff10a5f
    [am] => 1
    [liv] => Array
        (
           
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => admin
    [groups] => Array
        (
           
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
    [URI_array] => Array
        (
            [control] => phase_1
)

==========================
VERSION INFO :
------------------
PHP version: 5.1.4 - OK
------------------
mySQL version: 5.0.27-standard
------------------
Coppermine version: 1.4.10(stable)
==========================
Module: gd
------------------
module doesn't exist
==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.18
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.2.2
Linked Version 1.2.2.2
==========================
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/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
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.071 seconds - 17 queries in 0 seconds - Album set : ; Meta set: ;

As well as:
Notices
/include/logger.inc.php
Warning line 155: unlink(./albums/edit/mHTTP_temp_eea44884.jpg) [function.unlink]: Permission denied
Warning line 155: unlink(./albums/edit/preview_bfd4a8a0.jpg) [function.unlink]: Permission denied
Warning line 155: unlink(./albums/edit/preview_78b2d357.jpg) [function.unlink]: Permission denied
Warning line 155: unlink(./albums/edit/mHTTP_temp_59eb8253.jpg) [function.unlink]: Permission denied
Warning line 155: unlink(./albums/edit/no_FTP-uploads_into_this_folder!) [function.unlink]: Permission denied
/upload.php
Notice line 269: Undefined offset: 2
Notice line 275: Undefined offset: 3
Notice line 275: Undefined offset: 4
 
 ??? ??? ??? ???

Any help appreciated!!

Skip aka Backdraft
Title: Re: "Impossible to move" error
Post by: François Keller on October 13, 2007, 11:01:19 pm
Quote
Module: gd
------------------
module doesn't exist
if you don't have GD or ImageMagik, You can't use Coppermine on your webserver
see here minimal requirments (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#what)
Title: Re: "Impossible to move" error
Post by: Joachim Müller on October 14, 2007, 10:58:02 am
OK, so the original thread starter didn't RTFM before posting (he posted debug_output although he mustn't). I told him so (to RTFM and what he needs to do when asking for support on upload issues). Yet you (backdraft) choose to hijack someone else's thread, igore the advice given to the original thread starter (to RTFM and not to post debug_output). Do you actually expect support even when misbehaving so much? Frantz hasposted what you need to know. Now RTFM and come back if you still have open questions after having read the docs as suggested. This thread is useless anyway, so I'm locking it.