1

在 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。只是告诉这个以防它们引起任何冲突!)

4

2 回答 2

0

display_errors在你的 php.ini 文件中关闭

或者

单击 WAMP>PHP>PHP 设置>显示错误

于 2016-10-13T00:05:18.280 回答
0

在我升级到win 10之前,我和你有同样的环境。我想这是与MSSQL的冲突。并且,请检查您的 php.ini 以获取 mysql 扩展。

我正在使用 xampp 服务器,它工作得很好。但是pdf模板->报价组模板存在解析问题。

祝你好运。

于 2016-01-11T08:59:38.870 回答