Library is installed correctly.

Happens whenever I visit admin/settings/mobile_codes page.

Comments

skolesnyk’s picture

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.

skolesnyk’s picture

Won't you fix the module to work as per PHPQRCode library changes?