You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add the honeypot fields to a view I get the following error when I try to load the page. Removing "{{ Form::honeypot('homepage', 'time') }}" from the view solves it.
Unhandled Exception
Message:
mcrypt_encrypt(): Size of key is too large for this algorithm
Changing the Application key in the config file to a shorter one solved the problem. Strange thing is that encrypting cookies and sessions haven't given me any problems.
The text was updated successfully, but these errors were encountered:
When I add the honeypot fields to a view I get the following error when I try to load the page. Removing "{{ Form::honeypot('homepage', 'time') }}" from the view solves it.
Unhandled Exception
Message:
mcrypt_encrypt(): Size of key is too large for this algorithm
Changing the Application key in the config file to a shorter one solved the problem. Strange thing is that encrypting cookies and sessions haven't given me any problems.
The text was updated successfully, but these errors were encountered: