Fehlermeldungen bei Aufruf Adminwerkzeuge Fehlermeldungen bei Aufruf Adminwerkzeuge
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Fehlermeldungen bei Aufruf Adminwerkzeuge

Started by tom13086, October 20, 2007, 09:31:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tom13086

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


Joachim Müller

Lass "display_notices" aus, wenn Du nicht weisst, wozu das Tool dient. Entsprechende Anmerkung aus der Doku:
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.
, die für die nächste Version noch aufgebohrt wurde:
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. 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.