-
Bug
-
Resolution: Won't Fix
-
None
-
3.0.4
-
None
-
PHP Environment: 5.2.8
Database: SQL Server 2008
Hi
The redirect function in the function.php is generating garbage URLs.
Here's the line that's causing the problem.
$url = generate_board_url() . '/' . $user->page['page_dir'] . '/' . $url;
$user->page['page_dir'] is returning the absolute path to the file (i.e. c:\website\my.domain.com\adm)
Here's the output I get.
http://my.domain.com/c:\website\my.domain.com\adm/index.php?sid=blahblahblah
Here's the version info for the function.php file.
@version $Id: functions.php 9519 2009-05-23 16:11:40Z acydburn $
I'm able to generate the error as follows.
- Logout
- Login as admin
- Click the administrator control panel link at the bottom of the page
- Login again (the page prompts for logon credentials again)
- Wait for the http redirect to occur
Thanks

