
equinox69
User
Nov 17, 2011, 9:29 PM
Post #21 of 23
(6321 views)
Shortcut
|
|
Re: [gkornbluth] QR Code Generator
[In reply to]
|
Can't Post
|
|
Hi Jerry, I followed the readme.txt file. I uploaded the qrcode generator plugin to the plugins folder. http://www.sitename.com/rdAdmin/plugins/QRCodeGenerator/ Then I logged in to the CMS admin panel (called /rdAdmin), at http://www.sitename.com/rdAdmin/admin.php clicked on "plugins" in the left panel under the Admin section and it goes to: http://www.sitename.com/rdAdmin/admin.php?menu=admin&action=plugins Then I click "Activate" to the QR Code Generator plugin and the plugin moves from the inactive plugins group to the active plugins group. I now can click either "deactivate" or "example code" and I chose "example code" On the next screen I get a list of choices like: * Plain Text, * Web Address, * Email Address, *etc.. No matter which one I choose the bottom box under Example Output gives the message: "Couldn't load viewer library, check filepath in sourcecode." The middle box, titled "Source Code" when I've clicked the Plain Text example gives the following:
URL: /rdAdmin/plugins/QRCodeGenerator/examples/plaintext.php File: /home/content/46/7318446/html/rdAdmin/plugins/QRCodeGenerator/examples/plaintext.php <?php echo qrCode(array( 'type' => 'text', 'text' => 'Hello world!' )); ?> This site is using version 2.13, as well.
|