Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> Dlaczego strona nie działa...
vieri_pl
post
Post #1





Grupa: Zarejestrowani
Postów: 406
Pomógł: 9
Dołączył: 24.07.2005
Skąd: Bydgoszcz

Ostrzeżenie: (0%)
-----


Strona:
www.kportal.goin.pl

Nie działa, nie wiem dlaczego, jak nie includowałem plikó wszystko było ok a teraz nie oto plik index.php

  1. <?
  2. $t_folder = 'theme';
  3. //require_once('functions/globals.php');
  4. require_once('functions/engine.php');
  5. set_theme();
  6. //require('functions/mysql.php');
  7. //include('functions/news.php');
  8. //include("grafika/styl.php");
  9. # Elementy szkieletu strony
  10. include_once(''.$t_folder.'/'.$theme.'/header.php');
  11. include_once(''.$t_folder.'/'.$theme.'/left.php');
  12. include_once(''.$t_folder.'/'.$theme.'/right.php');
  13. # Treść strony
  14. include_once(''.$t_folder.'/'.$theme.'/content.php');
  15. # Stopka
  16. include_once(''.$t_folder.'/'.$theme.'/footer.php');
  17. ?>
Go to the top of the page
+Quote Post
mike
post
Post #2





Grupa: Przyjaciele php.pl
Postów: 7 494
Pomógł: 302
Dołączył: 31.03.2004

Ostrzeżenie: (0%)
-----


Dodaj na początku:
  1. <?php
  2.  
  3. error_reporting( E_ALL );
  4. ini_set( 'display_errors', 1 );
  5. // ...
  6.  
  7. ?>

Może są jakieś blędy ale nie widać komunikatów o nich.
Go to the top of the page
+Quote Post
vieri_pl
post
Post #3





Grupa: Zarejestrowani
Postów: 406
Pomógł: 9
Dołączył: 24.07.2005
Skąd: Bydgoszcz

Ostrzeżenie: (0%)
-----


Dzięki, teraz już wiem co było tego powodem !

Pzodro !
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 22.08.2025 - 00:42