Witam,
skończyłem pracę nad nową stronką, jest jeszcze kilka błędów, dlatego nie podam adresu.
Mam problem z includowaniem.
Mam stronkę index.php oraz forum.php, kiedy wpisz
http://moj_adres.boo.pl/forum.php
To wyświetla mi się logo, menu w pasku i
Kod:
Warning: include(./extension.inc) [function.include]: failed to open stream: No such file or directory in /home/accounts_p/progames/public_html/forum/index.php on line 26
Warning: include() [function.include]: Failed opening './extension.inc' for inclusion (include_path='.:/usr/share/pear') in /home/accounts_p/progames/public_html/forum/index.php on line 26
Warning: include(./common.) [function.include]: failed to open stream: No such file or directory in /home/accounts_p/progames/public_html/forum/index.php on line 27
Warning: include() [function.include]: Failed opening './common.' for inclusion (include_path='.:/usr/share/pear') in /home/accounts_p/progames/public_html/forum/index.php on line 27
Warning: include(./includes/functions_selects.) [function.include]: failed to open stream: No such file or directory in /home/accounts_p/progames/public_html/forum/index.php on line 28
Warning: include() [function.include]: Failed opening './includes/functions_selects.' for inclusion (include_path='.:/usr/share/pear') in /home/accounts_p/progames/public_html/forum/index.php on line 28
Fatal error: Call to undefined function session_pagestart() in /home/accounts_p/progames/public_html/forum/index.php on line 79
W kodzie FORUM.php mam pod logiem i menu kod
Kod:
<?php
include ('forum/index.php')
?>
A mianowicie chodzi mi o to, że jak ktoś wejdzie na
http://moj_adres.boo.pl/ to pokaze mu się strona z moimi newsami, a gdy kliknie w menu "forum", to przekieruje go na
http://moj_adres.boo.pl/forum.php i na tej stronie wyświetli się logo serwisu, menu i pod tym na srodku będzie forum (index.php).
Dokładnie tak jak na phpbb2.pl, wejdziesz na forum to logo i link do strony glownej jest.
I żeby wszystkie opcje działaly, a całyczas było logo.
Pozdrawiam,
Aro
PS. Proszę o szybką pomoc, ponieważ moje forum nie może ruszyć.