PhlyContact
PhlyContact copied to clipboard
ZF2 module for implementing contact forms
( ! ) Fatal error: Class 'ZendService\ReCaptcha\ReCaptcha' can i use contact form without recaptcha?
Steps to reproduce: 1. git submodule add https://github.com/phly/PhlyContact.git vendor/PhlyContact 2. added "zendframework/zendservice-recaptcha": "2.*" to composer.json 3. composer update 4. cp vendor/PhlyContact/config/module.phly-contact.local.php config/autoload/module.phly-contact.local.php 5. set the recaptcha priv/pub keys, message from/to/address...
Hi, # I am getting following error while run this module. An error occurred An error occurred during execution; please try again later. Additional information: Zend\Session\Exception\RuntimeException File: ``` F:\xampp\htdocs\zf2\library\Zend\Session\SessionManager.php:111 ```...
This also affects zf2 homepage that use this module. After any form failed validation, if the form is send again with correct values, the referer check in ContactController->thankYouAction(), redirects to...
Correcting @mcloide pull request of setting the local config file to use .dist
Setting the local config file to use .dist instead of the regular php extension itself helps on correcting creating the module configuration and using the dist as an example. You...
I get this error after uploading to server. Module (PhlyContact) could not be initialized. I suspect it has to do with vendor/ZF2 instead of vendor/zendframework/zendframework. Can anyone assist?
Not sure what this is supposed to mean. Any idea? I see this error message when I request "/contact"