Trying to Instal SuiteCRM on Wampserver on Windows Face an Error

While installing SuiteCRM on windows 7 64bit using Wamp Version 2.5, on step 2 (Configuration) I face these errors:

( ! ) Strict standards: Declaration of MssqlManager::getAffectedRowCount() should be compatible with DBManager::getAffectedRowCount($result) in C:\wamp\www\HFTCRM\include\database\MssqlManager.php on line 2104
Call Stack
#	Time	Memory	Function	Location
1	0.0020	411392	{main}( )	..\install.php:0
2	0.5010	16324296	require( 'C:\wamp\www\HFTCRM\install\installConfig.php' )	..\install.php:750
3	0.5010	16324776	DBManagerFactory::getDbDrivers( )	..\installConfig.php:1655
4	0.5010	16325168	DBManagerFactory::scanDriverDir( )	..\DBManagerFactory.php:234
5	0.5030	16343512	require_once( 'C:\wamp\www\HFTCRM\include\database\FreeTDSManager.php' )	..\DBManagerFactory.php:200

( ! ) Strict standards: Declaration of SqlsrvManager::compareVarDefs() should be compatible with DBManager::compareVarDefs($fielddef1, $fielddef2, $ignoreName = false) in C:\wamp\www\HFTCRM\include\database\SqlsrvManager.php on line 610
Call Stack
#	Time	Memory	Function	Location
1	0.0020	411392	{main}( )	..\install.php:0
2	0.5010	16324296	require( 'C:\wamp\www\HFTCRM\install\installConfig.php' )	..\install.php:750
3	0.5010	16324776	DBManagerFactory::getDbDrivers( )	..\installConfig.php:1655
4	0.5010	16325168	DBManagerFactory::scanDriverDir( )	..\DBManagerFactory.php:234

What is the problem and solution?

I am facing the same problem although on windows 10. Look forward to a response soon

Turn off strict standards in your php.ini?

How do we switch off the strict standards, Andy? Sorry, I am not well versed with the setup

display_errors to off in your php.ini file

or

Click WAMP>PHP>PHP Settings>Display Errors

Try This