coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: berto on April 04, 2006, 10:41:07 AM

Title: ???Wrong installation!!!!!
Post by: berto on April 04, 2006, 10:41:07 AM
What is the mistake when y upload pictures display this.

Notice: Undefined offset: 2 in /home/europefi/public_html/webalbum/upload.php on line 250

Notice: Undefined offset: 3 in /home/europefi/public_html/webalbum/upload.php on line 256

Notice: Undefined offset: 4 in /home/europefi/public_html/webalbum/upload.php on line 256


USER:
------------------
Array
(
    [ID] => 08908a835f9ae6d90f15e5acccb8652g
    [am] => 1
    [lap] => 3
    [liv] => Array
        (
           
Title: Re: ???Wrong installation!!!!!
Post by: Nibbler on April 04, 2006, 01:20:38 PM
Disable debug mode if it means nothing to you. Do you have an actual problem ?
Title: Re: ???Wrong installation!!!!!
Post by: berto on April 04, 2006, 05:28:54 PM
Sorry.
It is my english that dont work very well. So solution is yust "Disabling debug mode".
Title: Re: ???Wrong installation!!!!!
Post by: Joachim Müller on April 05, 2006, 06:52:55 AM
if your only issue is that you're seing notices, then yes: turning notices off (or even turn debug_mode entirely off) will solve those issues. As the name suggests: debug mode is meant to be used to de-bug, i.e. troubleshoot if you have issues. It shouldn't be turned on if everything works as expected. There's a note next to the notices settings in config (click on the help icon to see it) that says
QuoteDisplay notices in debug mode

May be helpful to troubleshoot problems with your coppermine install - only recommended if you know a little PHP and you can understand the additional error messages this option shows. This option only applies if debug mode is enabled.