Broken link on "Proceed to ACP"

Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Locked
gcaramaliu
Registered User
Posts: 2
Joined: Tue Feb 10, 2009 2:25 pm

Broken link on "Proceed to ACP"

Post by gcaramaliu »

Hello,

I have installed phpBb 3.0.4 on IIS/MySQL.
Everithing works fine, I have only one error:
After login as administrator I push "Administration Control Panel" -> Login again -> Proceed to ACP

In the last step a wrong url is generated:
http://my_domain.com/D:/HostingSpaces/my_user/my_domain.com/wwwroot/adm/index.php?sid=570a20142f4077efd67b24c8c29b866e

In stead of:
http://my_domain.com/adm/index.php?sid=570a20142f4077efd67b24c8c29b866e

What can I do to correct this error?

User avatar
stickerboy
Registered User
Posts: 94
Joined: Fri Jun 04, 2004 3:05 pm
Location: Scotland
Contact:

Re: Broken link on "Proceed to ACP"

Post by stickerboy »

What are your cookie settings set to? Looks like they may be wrong (cookie_domain). Either that or the script_path.
If you have direct access to the database, you can check in the _config table
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red

gcaramaliu
Registered User
Posts: 2
Joined: Tue Feb 10, 2009 2:25 pm

Re: Broken link on "Proceed to ACP"

Post by gcaramaliu »

The Cookie settings are the default settings. The domain is correct (without http://), name is phpbb3_g7gia, path /.

User avatar
Brf
Support Team
Support Team
Posts: 332
Joined: Sun Mar 11, 2007 1:06 pm

Re: Broken link on "Proceed to ACP"

Post by Brf »

Did you check the Script path? You might need to set the Force URL settings flag.

Locked