Seite 2 von 3
Verfasst: 26.07.2003 11:34
von Acid
..lade mal testweise die Dateien von dem Script erneut hoch und achte darauf es im ascII Modus zu tun (beim FTP-Tool einstellbar).
Verfasst: 26.07.2003 14:01
von PhilippK
Ansonsten: sind irgendwelche anderen Mods installiert? (wenn ja: welche?), vielleicht kannst du auch mal die Zeilen 1610-1620 hier reinstellen.
Gruß, Philipp
oh oh
Verfasst: 26.07.2003 15:46
von gast gast
oh oh.... Zeilen 1610 - 1620
da hat es wohl ein webeditor zu gut gemeint :-] - was kommt denn nach href korrekter Weise hin?
Hoffe mal... dass das die einzige Stelle ist, die verwurschtelt wurde....
Code: Alles auswählen
echo($lang['Nothing_to_do']);
}
// If post or topic data has been updated, we interrupt here and add a link to resync the data
if ($update_post_data)
{
echo("<p class=\"gen\"><a href=file:///J:/Dokumente%20und%20Einstellungen/Administrator/Desktop/Neuer%20Ordner/%5c%22%22 . append_sid("admin_db_maintenance.$phpEx?mode=perform&function=synchronize_post_direct&db_state=" . (($db_state) ? '1' : '0')) . "\">" . $lang['Must_synchronize'] . "</a></p>\n");
include('./page_footer_admin.'.$phpEx);
exit;
}
else
Gruß und DANK -
Christian
i.O.
Verfasst: 26.07.2003 15:56
von gast gast
jo, danke - hat hingehauen... da waren noch einge ersetzungen drin...
christian
Verfasst: 26.07.2003 16:16
von PhilippK
Tja, da war der HTML-Editor wohl etwas zu eigenwillig...
Gruß, Philipp
Verfasst: 30.07.2003 04:25
von mr. gamesbay
Hat es schon einer mit der 2.01 Version getestet ?
Nachdem man das natürlich das ganz am ende, in der includes/functions.php eingefügt hat.
Code: Alles auswählen
function phpbb_realpath($path)
{
global $phpbb_root_path, $phpEx;
return (!@function_exists('realpath') || !@realpath($phpbb_root_path . 'includes/functions.'.$phpEx)) ? $path : @realpath($path);
}
Verfasst: 25.08.2003 00:20
von Rooting
gibt es sowas auch für phpBB 2.0.3 ??
Verfasst: 25.08.2003 09:48
von Acid
Hast du es mal probiert?
Ich glaub da bedarf es nur einer kleinen Änderung... kann mich jetzt aber nich so recht daran erinnern.

Verfasst: 31.01.2004 02:24
von Walter
Hallo!
Was bedeutet denn diese Meldung im Admin-Pannel:
Code: Alles auswählen
Warning: file_exists() [function.file-exists]: Unable to access in ........../admin/admin_db_maintenance.php on line 41
EDIT:
Hab's schon. Datei umbenannt, fertig.
Lesen sollte man können...
Verfasst: 31.01.2004 02:45
von Walter
Hab da aber bei der Überprüfung einiger Tabellen noch einen Fehler:
Code: Alles auswählen
Warning: file_exists() [function.file-exists]: Unable to access in /.../includes/template.php on line 236
Template->make_filename(): Error - file does not exist
Edit:
Erledigt.
Die dbmtnc_confirm_body.tpl war im falschen Verzeichnis...
Bin wohl schon etwas zu müde für solche Arbeiten.
