mcrypt_generic() not happy
AlexisWilke - April 22, 2009 - 21:25
| Project: | Mail API |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I got those errors when I tried to add a server:
<?php
# warning: mcrypt_generic() [function.mcrypt-generic]: An empty string was passed in /usr/clients/www/drupal/sites/all/modules/aes/aes.module on line 494.
# warning: mcrypt_generic() [function.mcrypt-generic]: An empty string was passed in /usr/clients/www/drupal/sites/all/modules/aes/aes.module on line 494.
?>I do not have a sub-folder defined.
Although, if a field should not be null, you should have a validation that prevents me from saving.
Thank you.
Alexis Wilke
