sign_me_up icon indicating copy to clipboard operation
sign_me_up copied to clipboard

A registration handler for CakePHP

Results 3 sign_me_up issues
Sort by recently updated
recently updated
newest added

I'm getting the following error: Missing Component Error: SignMeUp.SignMeUpComponent could not be found. Error: Create the class SignMeUpComponent below in file: /Users/ryanneudorforig/Sites/dev/counterpoint-beta/app/Plugin/sign_me_up//Controller/Component/SignMeUpComponent.php

Hi, I just updated to cake 2.3 I am not sure before or after the update the registration no longer works. What happens is that form is submitted but I...

Error: An Internal Error Has Occurred. Stack Trace CORE\Cake\Network\Email\CakeEmail.php line 972 → MailTransport->send(CakeEmail) $this->_createBoundary(); $this->_message = $this->_render($this->_wrap($content)); ``` $contents = $this->transportClass()->send($this); if (!empty($this->_config['log'])) { ``` object(CakeEmail) { charset => 'UTF-8'...