mcrypt_module_open() is deprecated error on laravel 5.4 + consolibyte quickbooks -
good day,
i tried integrating quickbooks laravel 5.4, saw tutorial in net "http://lamparchitect.blogspot.com/2016/03/how-to-implement-quickbooks-online-api.html" have installed on localhost, added plugin successfull.
now when tried use connect button accesses oauth url.. redirected qb page asks authorize app or not.. when clicked authorized button.. got error laravel app
(1/1) errorexception function mcrypt_module_open() deprecated in aes.php (line 34) @ handleexceptions->handleerror(8192, 'function mcrypt_module_open() deprecated', 'd:\\xampp\\htdocs\\quickbooks_appx\\vendor\\consolibyte\\quickbooks\\quickbooks\\encryption\\aes.php', 34, array('key' => 'bcde1234', 'plain' => 'a:2:{i:0;s:48:"qyprdjzmhoc2rx8ag8eaugkyj6awxzvpdo7nr2iksqmucz0o";i:1;s:32:"b4e2sk3n6gdutsml9pdhx0w1iwjhki5p";}', 'salt' => 'b4e2sk3n6gdutsml9pdhx0w1iwjhki5p')) in aes.php (line 34) @ quickbooks_encryption_aes::encrypt('bcde1234', 'a:2:{i:0;s:48:"qyprdjzmhoc2rx8ag8eaugkyj6awxzvpdo7nr2iksqmucz0o";i:1;s:32:"b4e2sk3n6gdutsml9pdhx0w1iwjhki5p";}') in driver.php (line 1401) @ quickbooks_driver->oauthaccesswrite('bcde1234', 'qyprd24bsq8j0dg36yw7bnczurlwfplpfdn2ofzitlalcfrl', 'qyprdjzmhoc2rx8ag8eaugkyj6awxzvpdo7nr2iksqmucz0o', 'qv7idw7oaxpfwtxglme3kx7ab1irgyxgawx52nud', '193514559060839', 'qbo') in intuitanywhere.php (line 417) @ quickbooks_ipp_intuitanywhere->handle('do_not_change_me', '12345') in quickbookcontroller.php (line 53)
Comments
Post a Comment