Seite 1 von 2

ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 17:22
von Schattentraum
.. angezeigt!

Hallo zusammen ,

ich habs eben festgestellt also keine Ahnung wielange das überhaupt schon so ist.
Welche Datein sind für die Seite im ACP für die Benutzerdefinierten Profilfelder zuständig?
Hoffe mir kann wer helfen.

Grueße ;)

Re: ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 17:33
von aurora876
hast du mal hinten geschaut, ob die das aktiviert ist oder versehentlich deaktiviert wurde?

Re: ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 17:42
von Schattentraum
Hello ,

du meinst unter System > Modulkonfiguration > Adminbereich > ACP -> Benutzer und Gruppen -> Benutzer -> Benutzerdefinierte Profilfelder ?
Da ist es aktiviert. Das war das erste nach was ich geschaut hatte -g-

Grueße!

Re: ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 18:56
von aurora876
und wenn du das einfach nochmal anlegst?
also ausprobierst, ob es dann wieder sichtbar wird?

Re: ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 18:59
von Schattentraum
Der Versuch ist vorhin schon gescheitert leider.
Bekomm nen HTTP 500 Interner Fehler angezeigt.

grueße!

Re: ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 19:03
von Mahony
Hallo
Aktiviere mal den Debug Modus in der config.php, eventuell werden dir dann ja Fehlermeldungen angezeigt (In der config.php die // vor den debug-Befehlen entfernen).


Grüße: Mahony

Re: ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 19:14
von Schattentraum
Hallo Mahony ,

danke für den Tipp!

gesagt , getan.

Auf der ACP /adm/index.php erscheinen:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /language/de/mods/info_acp_wwh.php on line 58: Undefined variable: phpbb_root_path
[phpBB Debug] PHP Notice: in file /includes/functions_module.php on line 181: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3294)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3294)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3294)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3294) 
Selbiges unter dem Reiter "benutzer und gruppen"

Beim klick auf "Benutzer Definierte Profilfelder" erscheint das gleiche.

in der /includes/funktions_module.php war auf zeite 181 folgendes:

Code: Alles auswählen

			// [+] Karma MOD
global $karmamod;
if (!$karmamod->config['enabled'] && $row['module_class'] == 'ucp' && $row['module_basename'] == 'karma')
{
unset($this->module_cache['modules'][$key]);
continue;
}
// [-] Karma MOD
Den Mod hatte ich schon lang mal wieder rausgehauen , aber DAS wohl vergessen.
Nun rausgelöscht , hochgeladen und Cache geleert.
Damit haben sich diese Meldungen:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions_module.php on line 181: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3294)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3294)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3294)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3294)
erledigt. Und bleibt die:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /language/de/mods/info_acp_wwh.php on line 58: Undefined variable: phpbb_root_path
Und die Seite für die Profilfelder geht noch nicht.

grueße!

Re: ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 20:31
von Mahony
Hallo
Na bitte, gehtt doch. :D
Mit dieser Fehlermeldung

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /language/de/mods/info_acp_wwh.php on line 58: Undefined variable: phpbb_root_path
kann man ja schon mal etwas anfangen.
Hier findest du die Lösung deines Problems: http://www.flying-bits.org/viewtopic.php?f=12&t=1618


Grüße: Mahony

Re: ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 20:37
von Schattentraum
Viele Dank Mahony :)
Nun ist diese Fehlermeldung verschwunden , das ist das positive :)
Doch das negative ist das die Seite zu den Profilfeldern immernoch nicht funktioniert (Cache wurde gelöscht) :(

Hast du zufällig noch eine Idee ?

Grueße :)

Re: ACP - Seite Benutzerdefinierte Profilfelder wird nicht ....

Verfasst: 26.10.2009 20:42
von Mahony
Hallo
Lade mal Testweise eine frische adm/index.php hoch und schau ob sich etwas ändert (die jetzige natürlich vorher absichern).

Ansonsten schau mal, ob der bom_finder etwas findet.



Grüße: Mahony