Pagina 1 van 1

Unable to access

Geplaatst: 11 aug 2003, 17:04
door Brakheid
Ik heb phpbb 2.06 decompressed op mn acountje van de UvT, vervolgens krijg ik bij het starten de volgende foutmelding:
Warning: file_exists() [function.file-exists]: Unable to access in /home/wwwppl/s643819/html/Forum/install/install.php on line 208
Verder heb ik er nix mee gedaan, install.php is verder nix mis mee...

Geplaatst: 11 aug 2003, 17:08
door WebSiteNet
verander (regel 208):

Code: Selecteer alles

					if (file_exists(@phpbb_realpath($phpbb_root_path . 'language/lang_' . $lang)))
in dit:

Code: Selecteer alles

					if (@file_exists(@phpbb_realpath($phpbb_root_path . 'language/lang_' . $lang)))
en kijk dan eens of hij het doet.