Pagina 1 van 1
EzPortal vraag
Geplaatst: 22 mar 2004, 12:51
door plok
Code: Selecteer alles
Warning: main(./fetchposts.php): failed to open stream: No such file or directory in /home/amwarez/public_html/forum/portal.php on line 56
Warning: main(): Failed opening './fetchposts.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/amwarez/public_html/forum/portal.php on line 56
Warning: Cannot modify header information - headers already sent by (output started at /home/amwarez/public_html/forum/portal.php:56) in /home/amwarez/public_html/forum/includes/sessions.php on line 293
Warning: Cannot modify header information - headers already sent by (output started at /home/amwarez/public_html/forum/portal.php:56) in /home/amwarez/public_html/forum/includes/sessions.php on line 294
Warning: Cannot modify header information - headers already sent by (output started at /home/amwarez/public_html/forum/portal.php:56) in /home/amwarez/public_html/forum/includes/page_header.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /home/amwarez/public_html/forum/portal.php:56) in /home/amwarez/public_html/forum/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/amwarez/public_html/forum/portal.php:56) in /home/amwarez/public_html/forum/includes/page_header.php on line 477
Dit krijg ik als ik "portal.php" start
Wat kan ik daar aan doen?
Geplaatst: 22 mar 2004, 12:57
door Podium4
fetchposts.php uploaden...
Geplaatst: 22 mar 2004, 13:00
door plok
podium4 schreef:fetchposts.php uploaden...
Gedaan ( was het vergeten ) maar nu krijg ik dit:
Code: Selecteer alles
Template->make_filename(): Error - file does not exist
Geplaatst: 22 mar 2004, 13:04
door mosymuis
De bijhorende template upoaden

Geplaatst: 22 mar 2004, 13:04
door Podium4
dan ben je blijkbaar ook vergeten om portal_body.tpl te uploaden... misschien een idee om eens de mod instructies door te lezen

Geplaatst: 22 mar 2004, 13:07
door plok
podium4 schreef:dan ben je blijkbaar ook vergeten om portal_body.tpl te uploaden... misschien een idee om eens de mod instructies door te lezen

haha idd nu is alles geupt maar nu als ik portal.php start krijg ik deze general error:
Code: Selecteer alles
Could not query announcements information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND t.topic_time <= 1079957181 AND t.topic_poster =
SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM phpbb_topics AS t, phpbb_users AS u, phpbb_posts_text AS pt, phpbb_posts AS p WHERE t.forum_id IN () AND t.topic_time <= 1079957181 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC
Line : 86
File : /home/amwarez/public_html/forum/fetchposts.php