coolcsn / CsnUser

Authentication module using Doctrine
MIT License
33 stars 36 forks source link

Account confirmation issue #3

Closed mikaint closed 11 years ago

mikaint commented 11 years ago

Hi,

I was getting an error message when opening the link for new registration confirmation. I used $e->getMessage() to see what's wrong and the output was 'Your proxy directory must be writable'. Could you please tell me which directory is this?

Thanks,

C.

coolcsn commented 11 years ago

Create directory data/DoctrineORMModule/Proxy and make sure your application has write access to it. This is part of the DoctrineORMModule installation instructions. You can join the developers of these modules in IRC channel "#coolcsn" at http://freenode.net/. Maybe you will get faster answers to your questions.

mikaint commented 11 years ago

Cool, thank you!