Library is installed correctly.
Happens whenever I visit admin/settings/mobile_codes page.
The problem is that after some recent version phpqrcode.php and qrlib.php are two separate 'packages'. You have to use either one, but not both.
On line 72 of libraries.phpqrcode.inc you have
function mobile_codes_libraries_phpqrcode_generate() { require_once libraries_get_path('phpqrcode/qrlib.php');
I commented "require_once" but now block doesn't generate qr code.
Won't you fix the module to work as per PHPQRCode library changes?
Comments
Comment #1
skolesnyk commentedThe problem is that after some recent version phpqrcode.php and qrlib.php are two separate 'packages'. You have to use either one, but not both.
On line 72 of libraries.phpqrcode.inc you have
function mobile_codes_libraries_phpqrcode_generate() {
require_once libraries_get_path('phpqrcode/qrlib.php');
I commented "require_once" but now block doesn't generate qr code.
Comment #2
skolesnyk commentedWon't you fix the module to work as per PHPQRCode library changes?