coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Ravie13 on May 14, 2005, 08:45:45 AM

Title: Error Messages in Coppermine
Post by: Ravie13 on May 14, 2005, 08:45:45 AM
 ???  I'm not really sure if these are errors that will even affect anything but they are showing up and this worries me.  I'm getting the following errors at different parts of the album:


In Admin Tools:  Notice: Undefined index: action in /home/ravie13/public_html/fgobsession/Gallery/util.php on line 44

I get this error on the on the "Upload Approval Tab" :  No image to display File: /home/ravie13/public_html/fgobsession/Gallery/editpics.php - Line: 463

In the Config tab I get this error:  Notice: Undefined index: offline in /home/ravie13/public_html/fgobsession/Gallery/config.php on line 63

Displaying an image I get:  Notice: Undefined variable: meta_keywords in /home/ravie13/public_html/fgobsession/Gallery/displayimage.php on line 632



Here is one of my "Debug" clipboard copies.



USER:
------------------
Array
(
    [ID] => 80fc487fc16aec42e6872f7cc624faf7
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => Ravie13
    [user_password] => ********
    [user_lastvisit] => 2005-05-14 02:05:01
    [user_regdate] => 2005-05-07 14:20:08
    [user_group_list] =>
    [user_email] =>
    [user_website] => http://FGObsession.RavenWolfProds.com
    [user_location] => Los Angeles, CA
    [user_interests] => Fried Green Tomatoes
    [user_occupation] =>
    [user_actkey] =>
    [user_favpics] =>
    [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: Error Messages in Coppermine
Post by: pulz on May 14, 2005, 12:56:11 PM
QuoteIn Admin Tools:  Notice: Undefined index: action in /home/ravie13/public_html/fgobsession/Gallery/util.php on line 44

You have selected display notices in debug mode in your config, notices are not errors, so you can ignore those or deselect notices in debug mode in your config.

QuoteI get this error on the on the "Upload Approval Tab" :  No image to display File: /home/ravie13/public_html/fgobsession/Gallery/editpics.php - Line: 463

Then there aren't just any files waiting to be appoved... so that's a correct behaviour

QuoteIn the Config tab I get this error:  Notice: Undefined index: offline in /home/ravie13/public_html/fgobsession/Gallery/config.php on line 63

Same as before, you have selected display notices in debug mode in your config, notices are not errors, so you can ignore those or deselect notices in debug mode in your config.

QuoteDisplaying an image I get:  Notice: Undefined variable: meta_keywords in /home/ravie13/public_html/fgobsession/Gallery/displayimage.php on line 632

This one I can't reproduce but since its only a notice, don't worry about it




Title: Re: Error Messages in Coppermine
Post by: Joachim Müller on May 14, 2005, 04:51:35 PM
like pulz said: disable notices display if they don't mean anything to you. The option is there for developers only.
Title: Re: Error Messages in Coppermine
Post by: Ravie13 on May 18, 2005, 09:59:38 PM
Thank you so much!  My mind is at ease!  :)