![]() |
![]() ![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 3 Pomógł: 0 Dołączył: 14.11.2006 Ostrzeżenie: (0%) ![]() ![]() |
Nieby stronka (w php) działa na pierwszy rzut oka ok, ale gdy próbuję ją odświeżyć albo gdy powracam przyciskami dalej/wstecze wyskakuje mi błąd:
Warning: main(): Failed opening '' for inclusion (include_path='.:') in *** on line 33 Czy to może być problem z cachem? Już nawet próbowałem wyłączyć i nic... Ten post edytował master69 15.11.2006, 22:43:39 |
|
|
![]()
Post
#2
|
|
![]() Grupa: Moderatorzy Postów: 36 557 Pomógł: 6315 Dołączył: 27.12.2004 ![]() |
Cytat problem Problem to ty masz z nadawaniem tytulow ![]() Co do "problemu": Jak komunikat glosi: nie moze otworzyc pliku, ktorego nazwy nie podales ![]() ![]() -------------------- "Myśl, myśl, myśl..." - Kubuś Puchatek || "Manual, manual, manual..." - Kubuś Programista "Szukaj, szukaj, szukaj..." - Kubuś Odkrywca || "Debuguj, debuguj, debuguj..." - Kubuś Developer |
|
|
![]()
Post
#3
|
|
Grupa: Zarejestrowani Postów: 3 Pomógł: 0 Dołączył: 14.11.2006 Ostrzeżenie: (0%) ![]() ![]() |
Oto kod (podkreślam, że wszystkie pliki istnieją i są w odpowiednich miejscach):
<? session_start(); //sciezka do katalogu z cms-em define(CMS_PATH,'cms/'); include_once("nav_skeleton.php"); nav_skeleton_preserve(array( "nav_top" => "topglowna.php", "nav_bottom" => "bottom.php", "nav_left" => "leftglowna.php", "nav_main" => "main.php", "nav_right" => "right.php", )); ?> <html> <head> <META HTTP-EQUIV="content-type" CONTENT="text/html; CHARSET=iso-8859-2"> <title></title><META NAME="Description" CONTENT=""> <META NAME="Keywords" CONTENT=" "> <META NAME="Author" CONTENT=""> <LINK REL="stylesheet" TYPE="text/css" HREF="style.css"> </SCRIPT> </head> <body bgcolor="#FFFFFF" background="img/bialy.gif" marginheight=0 marginwidth=0 leftmargin=0 topmargin=0> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> <td valign="top"><table width="770" border="0" cellspacing="0" cellpadding="0"> <tr> <td><? include($nav_top) ?></td> </tr> </table> <table width="770" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="144" align="left"> <? include($nav_left) ?> </td> <td valign="top" width="530" align="left"> <? include($nav_main) ?> </td> <td valign="top" width="10" align="left" > <? include($nav_right)?> </td> </tr> </table><br> <table width="770" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left"> <? include($nav_bottom) ?> </td> </tr> </table></td> </tr> </table> </body> Z góry dziękuję za pomoc! |
|
|
![]() ![]() |
![]() |
Aktualny czas: 19.08.2025 - 07:23 |