QR Code Generator

Re: [equinox69] QR Code Generator

Hi equinox69,

Your previous post didn't say that you uploaded the examples directory to your plugins folder as well.

I assume you did?

There's a line in the examples that looks for a folder called cmsAdmin as the path to the library.
$libraryPath = 'cmsAdmin/lib/viewer_functions.php';
try changing that to:
$libraryPath = 'rdAdmin/lib/viewer_functions.php';

Hope that works for you.

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

By Codee - November 18, 2011 - edited: November 18, 2011

Mr. Kornbluth, worked like a charm! Thank you!

I didn't think to specify that because the readme.txt instructions said to upload the plugin (and the examples folder is inside the plugin automatically), and then activate it. The instructions do not mention changing anything such as that in the code. Other plugins, when that is needed, generally have an instruction (like the Watermark plugin), whereas most work "as is" when uploaded and activated. I'll try your suggestion. Thanks!