Значи като се опитам да вкарам ето този код в news.php
..който е за интегриране и ми дава следната грешка
Warning: include(/phpfusion/forumz/config.php) [function.include]: failed to open stream: No such file or directory in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 5
Warning: include() [function.include]: Failed opening '/phpfusion/forumz/config.php' for inclusion (include_path='.;E:\programs\XAMPP\xampp\php\pear\') in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 5
Warning: include(/phpfusion/forumz/extension.inc) [function.include]: failed to open stream: No such file or directory in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 6
Warning: include() [function.include]: Failed opening '/phpfusion/forumz/extension.inc' for inclusion (include_path='.;E:\programs\XAMPP\xampp\php\pear\') in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 6
Warning: include(/phpfusion/forumz/common.) [function.include]: failed to open stream: No such file or directory in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 7
Warning: include() [function.include]: Failed opening '/phpfusion/forumz/common.' for inclusion (include_path='.;E:\programs\XAMPP\xampp\php\pear\') in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 7
Fatal error: Call to undefined function session_pagestart() in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 8
...слагам го най отгоре и изглежда така
Къде греша?!Благодаря ви предварително!
Код:
<?
define('IN_PHPBB', true);
$phpbb_root_path ='forum/';
include($phpbb_root_path . 'config.php');
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
?>
..който е за интегриране и ми дава следната грешка
Warning: include(/phpfusion/forumz/config.php) [function.include]: failed to open stream: No such file or directory in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 5
Warning: include() [function.include]: Failed opening '/phpfusion/forumz/config.php' for inclusion (include_path='.;E:\programs\XAMPP\xampp\php\pear\') in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 5
Warning: include(/phpfusion/forumz/extension.inc) [function.include]: failed to open stream: No such file or directory in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 6
Warning: include() [function.include]: Failed opening '/phpfusion/forumz/extension.inc' for inclusion (include_path='.;E:\programs\XAMPP\xampp\php\pear\') in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 6
Warning: include(/phpfusion/forumz/common.) [function.include]: failed to open stream: No such file or directory in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 7
Warning: include() [function.include]: Failed opening '/phpfusion/forumz/common.' for inclusion (include_path='.;E:\programs\XAMPP\xampp\php\pear\') in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 7
Fatal error: Call to undefined function session_pagestart() in E:\programs\XAMPP\xampp\htdocs\phpfusion\news.php on line 8
...слагам го най отгоре и изглежда така
Код:
<?
define('IN_PHPBB', true);
$phpbb_root_path ='/phpfusion/forumz/';
include($phpbb_root_path . 'config.php');
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
?>
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
Къде греша?!Благодаря ви предварително!