I've installed the applications on a windows box. I'm seeing the same issue as your ticket # 556437
Can you please let me know how this was resolved ?
Richard Molnar rmolnar@attbi.com
Logged In: YES user_id=658191
Hi Richard,
Might need to turn DEBUG to 0 in your config.local file
If thats no help let me know, Cris
Logged In: YES user_id=835826
I found a solution that seems to partly solve the issue (ticket 781808). For NT/Win32 servers you need to change:
$options['baseURL'] = "/bugin/";
to
$options['baseURL'] = "/bugin/index.php";
then it seems to function (provided you have it in a 'bugin' directory of course ;) )
Log in to post a comment.
Logged In: YES
user_id=658191
Hi Richard,
Might need to turn DEBUG to 0 in your config.local file
If thats no help let me know,
Cris
Logged In: YES
user_id=835826
I found a solution that seems to partly solve the issue (ticket
781808).
For NT/Win32 servers you need to
change:
$options['baseURL'] = "/bugin/";
to
$options['baseURL'] = "/bugin/index.php";
then it seems to function (provided you have it in a 'bugin'
directory of course ;) )