When I call tfu_config.php directly (
#removed_broken_link) I get a series of errors:
Warning: session_start(): open(C:\PHP\sessiondata\sess_ea306837cd7823dc7fb28d3cad39b1d6, O_RDWR) failed: No such file or directory (2) in D:\Inetpub\troop62\uploads\tfu_config.php on line 20
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at D:\Inetpub\troop62\uploads\tfu_config.php:20) in D:\Inetpub\troop62\uploads\tfu_config.php on line 20
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at D:\Inetpub\troop62\uploads\tfu_config.php:20) in D:\Inetpub\troop62\uploads\tfu_config.php on line 20
Warning: main(./Uploads/tfu_helper.php): failed to open stream: No such file or directory in D:\Inetpub\troop62\uploads\tfu_config.php on line 24
Warning: main(): Failed opening './Uploads/tfu_helper.php' for inclusion (include_path='.;c:\php4\pear') in D:\Inetpub\troop62\uploads\tfu_config.php on line 24
Fatal error: Call to undefined function: getmaximumuploadsize() in D:\Inetpub\troop62\uploads\tfu_config.php on line 32
Warning: Unknown(): open(C:\PHP\sessiondata\sess_ea306837cd7823dc7fb28d3cad39b1d6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\PHP\sessiondata) in Unknown on line 0
...
Right now I am just trying to get tfu.htm to work.