MyBB Community Forums

Full Version: not connecting to pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have installed mybbrc4 and during the installaion everything works without an error but when i finish the intallation and i want to visit my admin cp it doesn't work. I installed the forums in a forum directory "/forum/" and when i try to access the admin cp or anything else on the top menu it goes
"www.mysite.com/admin.php" instead of "www.mysite.com/forum/admin" this happens with everything on the top menu. Can anyone please help ?
go to the browser put this http://www.mysite.com/forum/admin login the admin cp and go change/general config/ board url and enter the correct url probably u have set there www.site.com instead of www.site.com/forum
Rename your admin/ folder to something like management/ and then go to http://www.mysite.com/forum/management/ and see if that works.
I have similar problems.

1) No access to admin.
2) member.php?action=login shows member.php?action=register.
3) The URL http://www.mydomain.com/foren/member.php... becomes http://www.mydomain.com/foren//member.php...

Any ideas?
Shiva Wrote:1) No access to admin.
Please be more specific. Can you get to the login screen? Is it the same problem with the double slashes as in your problem #3 below?
Shiva Wrote:2) member.php?action=login shows member.php?action=register.
3) The URL http://www.mydomain.com/foren/member.php... becomes http://www.mydomain.com/foren//member.php...

Any ideas?

For #3, it's probably because in your Board URL settings you left a trailing / after your URL.

Do you have a link to your forum?
I hat the same prombles to, but it was not mybb's fault, the settings where fault Toungue
peterbuyk Wrote:I hat the same prombles to, but it was not mybb's fault, the settings where fault Toungue

Which settings? The server settings? The installation settings?
The server settings
I tried the installation on another server and it works... I have to find out the differences.
Okay, I found the problem. There was an .htaccess with the entry:

php_flag register_globals off

Without this it works.

Thank you peterbuyk for the hint!