forum.coppermine-gallery.net

Support => Deutsch (German) => Language Specific Support => cpg1.4.x Deutsch (German) => Topic started by: tom13086 on October 20, 2007, 09:31:45 pm

Title: Fehlermeldungen bei Aufruf Adminwerkzeuge
Post by: tom13086 on October 20, 2007, 09:31:45 pm
Hallo Gemeinde,
ich probiere, ein auf webspace frisch installiertes Coppermine 1.4.12 mit Verbindung zu einem ebendort auch installierten MySQL5 lauffähig zu machen. Wenn ich nun als Administrator einen Aufruf für "Admin-Werkzeuge" mache, wechselt zwar die Seite, aber es gibt, bevor weitere Aktionen gestartet werden, ein ganzes Set von Fehlermeldungen:

Aufruf Admin-Werkzeuge

/include/picmgmt.inc.php
Notice line 142: Undefined index: fullpath

/bridge/udb_base.inc.php
Notice line 717: Undefined variable: listArray

Warning line 724: Invalid argument supplied for foreach()
/include/functions.inc.php

Notice line 2684: Undefined variable: i
Warning line 2686: Invalid argument supplied for foreach()
Warning line 2686: Invalid argument supplied for foreach()

/include/functions.inc.php(2696) : eval()'d code
Notice line 1: Undefined variable: sortarr
Notice line 1: Undefined variable: sortarr
Warning line 1: array_multisort(): Argument #1 is expected to be an array or a sort flag


Hat dies schon einmal einer gesehen und kennt vielleicht eine Möglichkeit, dies abzustellen?

Wäre nett.

Thanks
----------
Details in Anlage
Title: Re: Fehlermeldungen bei Aufruf Adminwerkzeuge
Post by: Stramm on October 20, 2007, 09:47:44 pm
http://forum.coppermine-gallery.net/index.php?topic=47718.msg227981#msg227981
Title: Re: Fehlermeldungen bei Aufruf Adminwerkzeuge
Post by: Joachim Müller on October 21, 2007, 01:16:19 pm
Lass "display_notices" aus, wenn Du nicht weisst, wozu das Tool dient. Entsprechende Anmerkung aus der Doku:
Quote
Display 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.
, die für die nächste Version (http://documentation.coppermine-gallery.net/configuration.htm#admin_misc_debug_notices) noch aufgebohrt wurde:
Quote
Display 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. Notices being displayed don't actually mean that there is something wrong with your gallery. This option only applies if debug mode is enabled.

If you enable this option, you will see notices all over your coppermine-driven pages. This does not mean that there is actually something wrong with your install. As suggested above: leave notices_display off if it doesn't mean anything to you.