zf2-facebook-module icon indicating copy to clipboard operation
zf2-facebook-module copied to clipboard

Zend Framework 2 module adding integration with Facebook php-sdk

Results 2 zf2-facebook-module issues
Sort by recently updated
recently updated
newest added

[22-Apr-2012 22:49:20] PHP Fatal error: Uncaught exception 'Zend\Di\Exception\ClassNotFoundException' with message 'Class (specified by alias view) Zend\View\PhpRenderer could not be located in provided definitions.' in C:\Program Files (x86)\Zend\Apache2\htdocs\hummingbird\vendor\ZendFramework\library\Zend\Di\Di.php:164 Stack trace: #0...

this ``` "require": { "php": ">=5.3.3", "zendframework/zendframework": "2.0.0beta4", "facebook/php-sdk": "v3.2.1" }, ``` should be updated to ``` "require": { "php": ">=5.3.3", "zendframework/zendframework": "dev-master", "facebook/php-sdk": "v3.2.1" }, ``` otherwise, anyone using...