Hello, I want to install Mantis on my Windows XP computer, I'm using IIS 5. Everytime I try to open any Mantis .php page, I get a blank screen. If I try to set up any other php page it works correctly.
How can I get it to work? (example code that works) <<?php // testing sessions // check to see if files are being created // in the session.save_path folder session_start(); ?> <html> <head> <title>PHP Test</title> </head> <body> <p> The browser you're using is <?php echo $_SERVER['HTTP_USER_AGENT']; ?> </p> <p> <!-- test the browscap setup --> Your browser's capabilities are: <br/> <pre> <?php print_r(get_browser(null, true)); ?> </pre> </p> <?php phpinfo(); ?> </body> </html> -- It's just about getting stronger. -Hazael ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mantisbt-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help
