forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: samiam on November 03, 2005, 11:03:48 pm

Title: Debug Info?
Post by: samiam on November 03, 2005, 11:03:48 pm
I just installed CPG 1.3.3 on a www.doteasy.com server. I am getting all kinds of error messages though. I tried updating to 1.3.5 but I still get the same messages. Mostly in upload.php line 250 and 256

Here is the debug info it's showing on everypage. Any clue what to fix to get this working right? Thanks

Bill Cooke

-----------------------------Debug Info---------------------------------

USER:
------------------
Array
(
    [ID] => 4062d3e16445e570e53c6a89a1a62b20
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => admin
    [user_password] => ********
    [user_lastvisit] => 2005-11-02 20:51:39
    [user_regdate] => 2005-11-01 08:06:51
    [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] => 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
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Debug Info?
Post by: Joachim Müller on November 03, 2005, 11:10:10 pm
turn off debug_mode in coppermine's config if the only thing that is bothering you is the debug_output. As the name suggests, the debug mode is meant to be used when you experience actual errors to help you (or supporters) fix them. If there are no open issues you have, just be glad and disable debug_mode. In fact, you shouldn't turn on options that are off by default if you have no idea what they mean. I stongly recommend reading the documentation (http://coppermine-gallery.net/demo/cpg13x/docs/index.htm#config_misc) that comes with coppermine.

Joachim

P.S. Don't post debug output unless a supporter asks you to do so.
Title: Re: Debug Info?
Post by: samiam on November 04, 2005, 12:29:14 am
Gee, thanks for the nifty advice. I'll get right on that. The only thing is I am having problems.... I'll go switch to Gallery though. Forget this!

BC


Title: Re: Debug Info?
Post by: Nibbler on November 04, 2005, 12:41:12 am
If you are having problems then you need to explain what they are in order to get support on them.