WAMP上的PHP脚本生成错误

WAMP上的PHP脚本生成错误,php,zend-framework,wampserver,Php,Zend Framework,Wampserver,我从本地WAMP环境中得到以下错误 Unknown error: Non-static method SJB_System::shutdownFunction() should not be called statically in C:\wamp\www\engjobs\system\core\System.php on line 161 Unknown error: Declaration of GoogleSocialPlugin::ifUserIsRegistered() should

我从本地WAMP环境中得到以下错误

Unknown error: Non-static method SJB_System::shutdownFunction() should not be called statically in C:\wamp\www\engjobs\system\core\System.php on line 161
Unknown error: Declaration of GoogleSocialPlugin::ifUserIsRegistered() should be compatible with SJB_SocialPlugin::ifUserIsRegistered($network, $profileSocialID = NULL) in C:\wamp\www\engjobs\system\plugins\google_integration_plugin\google_integration_plugin.php on line 9
Unknown error: Non-static method GoogleSocialPlugin::getNetwork() should not be called statically in C:\wamp\www\engjobs\system\plugins\google_integration_plugin\index.php on line 7
Unknown error: Non-static method SJB_SocialPlugin::getNetwork() should not be called statically in C:\wamp\www\engjobs\system\plugins\google_integration_plugin\index.php on line 7
Unknown error: Declaration of SJB_TwitterDetails::getDetails() should be compatible with SJB_ObjectDetails::getDetails() in C:\wamp\www\engjobs\system\plugins\twitter_integration_plugin\Twitter\TwitterDetails.php on line 156
我不是从生产服务器上得到这个,但是通过WAMP我得到了这个


这是PHP,一个名为Smart Job Board的定制框架,它构建在Zend framework之上

WAMP可能对您的生产web服务器具有不同的PHP错误报告级别—您的PHP版本相同吗?您是否在每台服务器上都将错误报告设置为相同的值?WAMP启用了Xdebug,而生产不启用。生产为PHP 5.3.15,开发为5.4.3所有文件和数据库都会被复制。只是更改了配置,如数据库凭据和站点url