coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: SU1 on August 04, 2004, 09:58:08 PM

Title: Previous files could not be placed?
Post by: SU1 on August 04, 2004, 09:58:08 PM
I always get that when trying to upload something :(
Title: Re: Previous files could not be placed?
Post by: Joachim Müller on August 05, 2004, 08:25:01 AM
Did you CHMOD the albums folder as suggested? Is there an edit folder within the albums folder. What files do you try to upload?. Post a link to your gallery together with a test user account (non-admin) with upload privileges.

GauGau
Title: Re: Previous files could not be placed?
Post by: Void Z7 on August 11, 2004, 09:00:40 AM
Sorry for my English but i have the same problem on my server:

When i upload anything to gallery i have the next message:

1) 1 Upload success.
2) Appear window (in which i can change the albun when this picture is save)
3) then i receive message "Previous files could not be placed, you successfull placed all files"

But picture in album not appear.

I look the directory /albums/upload/10001 and here i found the file which i uploading i.e. in my database cant created a link on file.

result which i have:

1) file uploading, but gallery give message what she(gallery) is can not placed him(file)
2) Table in database cpg131_pictures stay clean.

I self hosting. My server located in LAN, therefore i can not give you access to my gallery.

Server based on FreeBSD 4.10, Apache 1.30 MySQL 4.0.20 PHP 4.3.7, ImageMagik and CPG 1.3.1.

My debug info:

USER:
------------------
Array
(
    [ID] => 015c337b0d20288043d423c3b7ab3871
    [am] => 1
    [lang] => russian
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => Administrator
    [user_password] => ********
    [user_lastvisit] => 2004-08-11 08:15:49
    [user_regdate] => 2004-08-11 08:14:47
    [user_group_list] =>
    [user_email] =>
    [user_website] =>
    [user_location] =>
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [disk_max] => 25000
    [disk_min] => 25000
    [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] => 1
    [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] => 25000
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Previous files could not be placed?
Post by: Joachim Müller on August 11, 2004, 11:34:52 AM
set permissions (CHMOD) on the albums folder and everything within it as suggested in the documentation that comes with coppermine.

GauGau
Title: Re: Previous files could not be placed?
Post by: Void Z7 on August 11, 2004, 12:03:51 PM
I try chmod 777 and 755 but nothing is changed
Title: Re: Previous files could not be placed?
Post by: Joachim Müller on August 11, 2004, 01:59:39 PM
do you have a subfolder labelled "edit" within your "albums" folder? If not, create it.
Also check if you have sdafe_mode on your server and try enabling "silly_safe_mode" if yes. Refer to the documentation that comes with coppermine for details: http://coppermine.sourceforge.net/manual.php#safe

GauGau
Title: Re: Previous files could not be placed?
Post by: Void Z7 on August 11, 2004, 04:21:39 PM
No this not help me. May be problem anywhere else because my bbs also cannot work with graphics file. Ok thanks for support i try solve this problem myself.
Title: Re: Previous files could not be placed?
Post by: Void Z7 on August 12, 2004, 03:47:45 AM
Problem has been solved.

If you use Russian Apache:

Create .htaccess in directory when you install gallery with this directive : CharsetRecodeMultiPartForms Off
Title: Re: Previous files could not be placed?
Post by: Joachim Müller on August 12, 2004, 05:32:28 AM
I don't think there's such a thing as "russian apache", there's only one apache httpd  ;)

Of course if you set directives on your webserver you have to know what you're doing.

GauGau