在 Windows 7 64 位的 WampServer 上安装 SuiteCRM 7.4.3 时,在 Stepp 2(配置)中出现以下错误:
( ! ) Strict standards: Declaration of MssqlManager::getAffectedRowCount() should be compatible with DBManager::getAffectedRowCount($result) in C:\wamp\www\CRM\include\database\MssqlManager.php on line 2104
Call Stack
# Time Memory Function Location
1 0.0030 411392 {main}( ) ..\install.php:0
2 0.3320 16332736 require( 'C:\wamp\www\HFTCRM\install\installConfig.php' ) ..\install.php:750
3 0.3320 16333216 DBManagerFactory::getDbDrivers( ) ..\installConfig.php:1655
4 0.3320 16333616 DBManagerFactory::scanDriverDir( ) ..\DBManagerFactory.php:234
5 0.3350 16351992 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.0030 411392 {main}( ) ..\install.php:0
2 0.3320 16332736 require( 'C:\wamp\www\HFTCRM\install\installConfig.php' ) ..\install.php:750
3 0.3320 16333216 DBManagerFactory::getDbDrivers( ) ..\installConfig.php:1655
4 0.3320 16333616 DBManagerFactory::scanDriverDir( ) ..\DBManagerFactory.php:234
这些错误的问题和解决方案是什么?
(我的系统上安装了 Visual Studio 2012 和 MSSQL Server 2012。只是告诉这个以防它们引起任何冲突!)