Hello,
I once wanted to say thank you. Integration is a great das.
However, I get an error:
Warning: require(C:/xampp/htdocs/forums/config.php) [function.require]: failed to open stream: No such file or directory in C:\xampp\htdocs\2\includes\sessions.php on line 19
Fatal error: require() [function.require]: Failed opening required 'C:/xampp/htdocs/forum/config.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\2\includes\sessions.php on line 19
That is my folder structure:
- (GALLERY) http://localhost/2/
- (FORUM) http://localhost/2/forum/I have put the phpbb_function.php in my
http://localhost/2/includes/ folder
I work on my local computer in the moment. But the structure of the folder changes to my online server does not!
I am grateful for more help!
My Session.php you'll find in attachment if you need this for troubleshooting!
Edit:Kann mir da keiner helfeN?
----
Because nobody can help me?
Edit 2:Even on my online server does not do it! There is always a folder.
The folder structure on my server on-line here is this:
- (GALLERY)
http://mydomain.de/service/- (FORUM)
http://mydomain.de/service/forum/Here comes this error:
Warning: require(/var/www/html/web574/html/forum/config.php) [function.require]: failed to open stream: No such file or directory in /var/www/html/web574/html/service/includes/sessions.php on line 19
Fatal error: require() [function.require]: Failed opening required '/var/www/html/web574/html/forum/config.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/web574/html/service/includes/sessions.php on line 19
Edit:I can not help with this problem?
I've now changed these lines:
--
Kann mir keiner bei dem Problem helfen?
Ich habe nun diese Zeilen geändert:
define('PHPBB_DIRECTORY', 'http://'.$_SERVER['SERVER_NAME'].'/forum/');
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : $_SERVER['DOCUMENT_ROOT'].'/2/forum/';
$phpEx = 'php';
require($phpbb_root_path . 'config.' . $phpEx);
require($_SERVER['DOCUMENT_ROOT'].'/2/includes/phpbb_functions.php');
require($phpbb_root_path . 'includes/acm/acm_file.' . $phpEx);
require($phpbb_root_path . 'includes/cache.' . $phpEx);Now at least opens the gallery again, but there are now these errors to occur!
--
Nun öffnet sich die gallery wieder, aber es sind nun neue Fehler da:
Notice: Undefined index: ip_check_bot in C:\xampp\htdocs\2\includes\sessions.php on line 1484
Notice: Undefined variable: newstype in C:\xampp\htdocs\2\index.php on line 183
Notice: Undefined variable: additional_sql_2 in C:\xampp\htdocs\2\index.php on line 200
Notice: Undefined variable: newstype in C:\xampp\htdocs\2\index.php on line 225