Hi

i installed this module . but when i reached ?q=admin/settings/openerp i got compleate white screen

i checked this in drupal 6.20 and drupal 6.19 checked the log and found these error

mcrypt_decrypt() [function.mcrypt-decrypt]: The IV parameter must be as long as the blocksize in /var/www/drupal6/sites/all/modules/openerp/openerp_api.inc on line 136.

i am lack something? nay help is welcome

Comments

BoogieBug’s picture

Component: User interface » Code
Assigned: Unassigned » BoogieBug

I guess that the installation process was somehow interrupted and the key was not correctly generated. Could you please try uninstalling and re-install the module?

If the above suggest not work, please send me the value of the variable "openerp.key" by check the the table 'system' in your database.

lipinponmala007’s picture

Sorry for the delay
in openerp.module i used

$key       = variable_get('openerp.key', FALSE);

 print_R($key);

i got 91f1f3e308134a1d823935483a7ea81b

i reinstalled the module. some time i am getting the seetings page with the same error and a waring to enter avlid url

i used the alpha version which works better (i think) here i am able to connet to the open erp db and got the databases etc

lipinponmala007’s picture

Also in beta when i submit the xmlRPC url then i am getting a white screen