MyBB Community Forums

Full Version: Administration pannel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello everybody,

I have yesterday installed mybb, but there is a little problem: when I click on Admin CP, shows mybb this warning.

Who nows the answer?

Thanks!
Maes Sebastiaan
Make sure that ./global.php is the correct one and uploaded from the package in ./admin/global.php into your server under ./admin/global.php

regards
Thank you for your answer,

I just have renewed the global.php file but there is no difference.

Have someone a other solution?

Thanks
Can you open admin/global.php and find this:
chdir('../');
Replace it with:
chdir('C:\Program Files\xampp\htdocs\forum\');
Thank you for the tip, but now this appears:

Parse error: syntax error, unexpected T_STRING in C:\Program Files\xampp\htdocs\forum\admin\global.php on line 17

What's the solution for this?

Thank you very much!
Maes Sebastiaan
Sorry, the replacement should have been:
chdir('C:\Program Files\xampp\htdocs\forum\\');
And what is on line 17 of admin/global.php?
What dennis first suggested to replace will give an error at line 17 and not at it's own line. So just do what he has asked in his other post.

regards
I'm having the same problem, i changed the line to be D:\inetpub\vhosts\eouclan.ca\httpdocs\\ but it still doesnt work. Am i missing something here? My forums are in the httpdocs not in a seperate folder such as forums.

This is what i get:

Warning: chdir(): No such file or directory (errno 2) in D:\inetpub\vhosts\eouclan.ca\httpdocs\admin\global.php on line 13

Warning: main(./inc/init.php): failed to open stream: No such file or directory in D:\inetpub\vhosts\eouclan.ca\httpdocs\admin\global.php on line 22

Fatal error: main(): Failed opening required './inc/init.php' (include_path='.;./includes;./pear') in D:\inetpub\vhosts\eouclan.ca\httpdocs\admin\global.php on line 22
but your forums are in C:\Program Files\xampp\htdocs\forum not
D:\inetpub\vhosts\eouclan.ca\httpdocs

regards
Pages: 1 2