coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: utah on March 14, 2006, 08:03:19 PM

Title: Problems with uploading pictures after 3 months
Post by: utah on March 14, 2006, 08:03:19 PM
Hey there,

I've got a problem with uploading pictures..
Created a test account: username test
                                  password test

Hope you guys can help me solving this problem.
The weird thing about it is that I've been uploading pictures for months..
All of a sudden it generated this error..
USER:
------------------
Array
(
    [ID] => 9f1f4e9d3aa7e3ab0bd34c8d777456e5
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => admin
    [user_password] => ********
    [user_lastvisit] => 2006-03-14 19:47:36
    [user_regdate] => 2005-12-21 20:57:49
    [user_group_list] =>
    [user_email] => j.lensselink@chello.nl
    [user_website] => www.77photography.nl
    [user_location] =>
    [user_interests] =>
    [user_occupation] => Engineer
    [user_actkey] =>
    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 0
    [ufc_min] => 0
    [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] => 1
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 0
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Problems with uploading pictures after 3 months
Post by: Joachim Müller on March 15, 2006, 06:31:25 AM
so now we have a test user account, but we don't know what page it can be used on ::). It would help if you posted a link to your page.
In the future, don't post debug_output unless requested. Do as suggested in http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php instead.
Title: Re: Problems with uploading pictures after 3 months
Post by: utah on March 15, 2006, 08:45:26 AM
Quote from: GauGau on March 15, 2006, 06:31:25 AM
so now we have a test user account, but we don't know what page it can be used on ::). It would help if you posted a link to your page.
In the future, don't post debug_output unless requested. Do as suggested in http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php instead.

Hey there,

I posted the debug_output because coppermine told me to do...
In this debug_output you can also see the adresse of my website: www.77photography.nl
Hope you can help me.

Best regards,

Jasper
Title: Re: Problems with uploading pictures after 3 months
Post by: Joachim Müller on March 15, 2006, 10:17:05 AM
I get
QuoteTemplate error
Failed to find block 'my_profile'(#(<!-- BEGIN my_profile -->)(.*?)(<!-- END my_profile -->)#s) in :

                                                |
<!-- BEGIN my_gallery -->
                                                <a href="{MY_GAL_TGT}" title="{MY_GAL_TITLE}">{MY_GAL_LNK}</a> |
<!-- END my_gallery -->
<!-- BEGIN allow_memberlist -->
                                                <a href="{MEMBERLIST_TGT}" title="{MEMBERLIST_TITLE}">{MEMBERLIST_LNK}</a> |
<!-- END allow_memberlist -->

<!-- BEGIN faq -->
                        <a href="{FAQ_TGT}" title="{FAQ_TITLE}">{FAQ_LNK}</a> |
<!-- END faq -->
<!-- BEGIN enter_admin_mode -->
                                                <a href="{ADM_MODE_TGT}" title="{ADM_MODE_TITLE}">{ADM_MODE_LNK}</a> |
<!-- END enter_admin_mode -->

<!-- BEGIN upload_pic -->
                                                <a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}">{UPL_PIC_LNK}</a> |
<!-- END upload_pic -->
<!-- BEGIN register -->
                                                <a href="{REGISTER_TGT}" title="{REGISTER_TITLE}">{REGISTER_LNK}</a> |
<!-- END register -->
<!-- BEGIN login -->
                                                <a href="{LOGIN_TGT}">{LOGIN_LNK}</a> |
<!-- END login -->
- this means that you have tried to upgrade, but haven't upgraded your theme as suggested. In fact, your whole install hasn't been upgraded properly.
Title: Re: Problems with uploading pictures after 3 months
Post by: utah on March 15, 2006, 03:03:28 PM
Quote from: GauGau on March 15, 2006, 10:17:05 AM
I get- this means that you have tried to upgrade, but haven't upgraded your theme as suggested. In fact, your whole install hasn't been upgraded properly.
Yep, that's one of the things that went wrong yesterday...

After my upload failed, I found something about upgrading..
Thought I could give it a try.. That didn't worked out the way I wanted it...
Any suggestions?

Best regards,

Jasper
Title: Re: Problems with uploading pictures after 3 months
Post by: Joachim Müller on March 16, 2006, 09:17:21 AM
upgrade as suggested in the docs, upgrading all of your files.
Title: Re: Problems with uploading pictures after 3 months
Post by: utah on March 16, 2006, 10:49:16 PM
Quote from: GauGau on March 16, 2006, 09:17:21 AM
upgrade as suggested in the docs, upgrading all of your files.
OK, thanks for the help.....