php include in phpbb3
Hallo, ik heb het systeem cutenews geinstalleerd staan en wil dit graag integreren in mijn phpbb forum..
Met dit scriptje include ik normaal het nieuws:
En dit werkt altijd op elke pagina of in welk subdomain dan ook :)
Alleen nu ik het in mijn phpBB forum zet krijg ik deze melding:
Ik heb dus even in functions.inc.php gekeken maar geen fouten? o.0
weet iemand een oplossing?
Gratzz
Met dit scriptje include ik normaal het nieuws:
Code (php)
1
2
3
4
5
6
2
3
4
5
6
<?PHP
$number=1;
$template="laatste";
$category=2;
include("/customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/show_news.php");
?>
$number=1;
$template="laatste";
$category=2;
include("/customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/show_news.php");
?>
En dit werkt altijd op elke pagina of in welk subdomain dan ook :)
Alleen nu ik het in mijn phpBB forum zet krijg ik deze melding:
Code (php)
1
2
3
4
5
6
2
3
4
5
6
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 162: file() [function.file]: Unable to access /data/postponed_news.txt
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 162: file(/data/postponed_news.txt) [function.file]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 430: file() [function.file]: Unable to access ./data/comments.txt
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 430: file(./data/comments.txt) [function.file]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 432: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 718: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 162: file(/data/postponed_news.txt) [function.file]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 430: file() [function.file]: Unable to access ./data/comments.txt
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 430: file(./data/comments.txt) [function.file]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 432: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /customers/jorandesign.nl/jorandesign.nl/httpd.www/news/admin/inc/functions.inc.php on line 718: Invalid argument supplied for foreach()
Ik heb dus even in functions.inc.php gekeken maar geen fouten? o.0
weet iemand een oplossing?
Gratzz