Everything went well with installation. I am installing the Help Centre on my local machine with following settings: Vista Enterprise + Apache 2 + PHP Version 5.2.5 + mySQL (Client API version 5.0.51a).
On the final step I get the following error.
Fatal error: Call to undefined function strptime() in {drive-letter-then-path-to-location}\helpcenter\Satisfaction.php on line 117
And on line 117 we have:
$date_rec = strptime($date_str, '%a, %d %b %Y %H:%M:%S %Z');
Up-on looking at php.net:
http://uk.php.net/strptime
[quote]
Notes
Note: This function is not implemented on Windows platforms.
[/quote]
So this would not work on windows version of php and my production is Windows 2003 Server.