Here are 2 errors I encountered. I suspect my php.ini config may have something 2 do with it. Any ideas?
// Error 1
Warning: Failed opening '/code/portal-routines.php3' for inclusion (include_path='') in c:\wwwroot\openweasel\weasel\index.php3 on line 6
Fatal error: Call to undefined function: initialize() in c:\wwwroot\openweasel\weasel\index.php3 on line 7
// Error 2
Warning: Cannot add header information - headers already sent by (output started at c:\wwwroot\form.php:7) in register2.phtml on line 126
Actually, I'm not too sure abt the include_path() part in my php.ini...what if I were to include files from various directories? what abt the syntax for Win installation of PHP?