• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows help

needmappermsgme

New Member
Joined
Apr 28, 2010
Messages
47
Reaction score
0
Warning: include(layouts/tibiacom/layout.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 349

Warning: include() [function.include]: Failed opening 'layouts/tibiacom/layout.php' for inclusion (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\index.php on line 349



line:

if($logged) { $layout_header .= "loginStatus=1; loginStatus='true';"; } else { $layout_header .= "loginStatus=0; loginStatus='false';"; };
$layout_header .= "var activeSubmenuItem='".$subtopic."'; var IMAGES=0; IMAGES='".$config['server']['url']."/".$layout_name."/images'; var LINK_ACCOUNT=0; LINK_ACCOUNT='".$config['server']['url']."';</script>";
include($layout_name."/layout.php");
ob_end_flush();


what problem ;/ for help repp++
 
Code:
include(layouts/tibiacom/layout.php)
failed to open stream: No such file or directory

Pretty much self explanatory
 
Back
Top