Posts: 10
Threads: 0
Joined: Oct 2009
Reputation:
0
Almost have it.
I got this error...
Warning: main(../infocenter/global.php) [function.main]: failed to open stream: No such file or directory in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 13
Warning: main(../infocenter/global.php) [function.main]: failed to open stream: No such file or directory in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 13
Fatal error: main() [function.require]: Failed opening required '../infocenter/global.php' (include_path='.:/usr/local/lib/php') in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 13
My forums are setup under the directory "infocenter"
I figure it is something small.
Line 21 - is that supposed to be the database setup for the chat itself or should that be for the MyBB forums?
Posts: 1.367
Threads: 201
Joined: Apr 2009
Reputation:
24
Database is MyBB database.
You have to adjust your paths correctly.
Posts: 10
Threads: 0
Joined: Oct 2009
Reputation:
0
I just thought of something.
The directory that our forum is in has an additional login/password are before our member can use their MyBB user/pass
Could that be causing the issue?
Posts: 1.367
Threads: 201
Joined: Apr 2009
Reputation:
24
Usually not because Php runs on serverside and does ignore password questions at client side.
I guess your paths are wrong, could you list the structure?
Posts: 10
Threads: 0
Joined: Oct 2009
Reputation:
0
domain.com/infocenter/chat/index.php
You are not allowed to see php code.
The error:Warning: main(../infocenter/global.php) [function.main]: failed to open stream: No such file or directory in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 13
Warning: main(../infocenter/global.php) [function.main]: failed to open stream: No such file or directory in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 13
Fatal error: main() [function.require]: Failed opening required '../infocenter/global.php' (include_path='.:/usr/local/lib/php') in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 13
Posts: 1.367
Threads: 201
Joined: Apr 2009
Reputation:
24
Is your MyBB located at domain.com/infocenter ?
Posts: 1.367
Threads: 201
Joined: Apr 2009
Reputation:
24
No idea what could be wrong then...
Try instead of
You are not allowed to see php code.to use
You are not allowed to see php code.
Kind regards
Lennart Sauter
Posts: 10
Threads: 0
Joined: Oct 2009
Reputation:
0
That gave me this...
Warning: main(../infocenter/global.php) [function.main]: failed to open stream: No such file or directory in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 13
Warning: main(../infocenter/global.php) [function.main]: failed to open stream: No such file or directory in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 13
Warning: main() [function.include]: Failed opening '../infocenter/global.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 13
Fatal error: Call to undefined function: redirect() in /home/content/f/t/d/ftdj2009/html/infocenter/chat/index.php on line 18
Posts: 10
Threads: 0
Joined: Oct 2009
Reputation:
0
Lennart,
I can't make sense of this. Is thetre a way I can pay you to fix this? I'm certain its a simple fix that I just can't see.