Den denk mal in paar Tage oder so kommt der nächste Benutzer mit diese Frage, weil die nicht 274 Seite lesen wollen.

Nein.Hast du irgendeine SEO-MOD installiert?
Code: Alles auswählen
define('GALLERY_ROOT_PATH', 'gallery/');
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3697: include(./plugins/index.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3697: include(./plugins/index.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3697: include() [function.include]: Failed opening './plugins/index.php' for inclusion (include_path='.:/usr/share/pear/php5')
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3794: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3193)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3796: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3193)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3797: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3193)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3798: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3193)
Wurde von mir bearbeitet.nickvergessen hat geschrieben:includes/constants.php nicht bearbeitet?
Code: Alles auswählen
Fatal error: Call to a member function add_lang() on a non-object in /is/htdocs/wp1121944_FR9CFXW6W0/www/phpbb3/includes/functions_display.php on line 853
install.xml hat geschrieben: findefüge davor einCode: Alles auswählen
// The following assigns all _common_ variables that may be used at any point in a template.
findeCode: Alles auswählen
$user->add_lang('mods/info_acp_gallery'); $gallery_root_path = GALLERY_ROOT_PATH; include($phpbb_root_path . $gallery_root_path . 'plugins/index.' . $phpEx);
füge davor einCode: Alles auswählen
'U_PRIVATEMSGS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'),
Code: Alles auswählen
'U_GALLERY_MOD' => append_sid("{$phpbb_root_path}{$gallery_root_path}index.$phpEx"),
http://www.flying-bits.org/viewtopic.php?p=9254#p9254i101 hat geschrieben:Desweiteren gibts folgende Fehlermeldung wenn ich versuche mich was hochzuladen..
Code: Alles auswählen
Fatal error: Call to a member function add_lang() on a non-object in /is/htdocs/wp1121944_FR9CFXW6W0/www/phpbb3/includes/functions_display.php on line 853
Die änderung in der constants.php ist drinn.Christian_N hat geschrieben:Hm, die Änderungen in der includes/constants.php ordnungsgemäß gemacht?
Weil dort wird das Verzeichnis definiert:EDIT: aktiviere ggf. sonst mal den Debug-Modus, falls er nicht aktiv ist.Code: Alles auswählen
define('GALLERY_ROOT_PATH', 'gallery/');
Code: Alles auswählen
}
$result = $db->sql_query($sql);
$guests_online = (int) $db->sql_fetchfield('num_guests');
$db->sql_freeresult($result);