Code: Alles auswählen
$phpbb_root_path = './../'; // <--
Code: Alles auswählen
$phpbb_root_path = './'; // <--
Code: Alles auswählen
$phpbb_root_path = './../'; // <--
Code: Alles auswählen
$phpbb_root_path = './'; // <--
Warning: Cannot add header information - headers already sent by (output started at /home/xxxx/lmo.php:4) in /home/xxxx/includes/page_header.php on line 807
Warning: Cannot add header information - headers already sent by (output started at /home/xxxx/lmo.php:4) in /home/xxxx/includes/page_header.php on line 809
Warning: Cannot add header information - headers already sent by (output started at /home/xxxx/lmo.php:4) in /home/xxxx/includes/page_header.php on line 810
Warning: open_basedir restriction in effect. File is in wrong directory in /home/xxxx/lmo.php on line 32
btw: du kannst deine beiträge auch editieren, wenn du etwas hinzufügen willst; das spart mehrfach postsAcid hat geschrieben:Eventuell muss die lmo.php im /lmo Ordner platziert werden.. ansonsten versuch ma am Anfang der Datei $phpbb_root_path anzupassen.
also der eine wegen der sicherheit kam nicht mehr....und in den lnien welche da angesprochen werden ist folgendes:Warning: Failed opening './../extension.inc' for inclusion (include_path='.:/usr/share/php') in /home/xxxx/lmo.php on line 20
Warning: Failed opening './../common.' for inclusion (include_path='.:/usr/share/php') in /home/xxxx/lmo.php on line 21
Fatal error: Call to undefined function: session_pagestart() in /home/xxxxlmo.php on line 23
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_LMO);
und die stelle wo der LMO angezeigt werden soll in der seite mit dem hier:<?PHP
if(!isset($action)){$action="";}
if($action=="tipp"){session_start();}
?>
fertig und läuft einwandfrei-aber ich will das er im templates vom baord nun erscheinen wird *grml*<?PHP require("lmo-start.php"); ?>
hast du..Warning: Failed opening './../extension.inc' for inclusion (include_path='.:/usr/share/php') in /home/xxxx/lmo.php on line 20
Warning: Failed opening './../common.' for inclusion (include_path='.:/usr/share/php') in /home/xxxx/lmo.php on line 21
Fatal error: Call to undefined function: session_pagestart() in /home/xxxxlmo.php on line 23
Code: Alles auswählen
$phpbb_root_path = './../'; // <--
da seh ich alles weiss mit den fehlermeldungen-sonst nixWarning: Failed opening './../extension.inc' for inclusion (include_path='.:/usr/share/php') in /home/xxxx/lmo.php on line 20
Warning: Failed opening './../common.' for inclusion (include_path='.:/usr/share/php') in /home/xxxx/lmo.php on line 21
Fatal error: Call to undefined function: session_pagestart() in /home/xxxx/lmo.php on line 23
Code: Alles auswählen
$phpbb_root_path = './'; // <--