ERROR with QR Code Generator Example Module
3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: September 12, 2012 (RSS)
By Codee - September 11, 2012 - edited: September 12, 2012
I installed CMSB v2.16 on a domain and did the typical set up stuff. I included the QR Code Generator plugin, and activated it. Then I clicked "Example Code" and then when I click on any of the example types such as "plain text" or "facebook like", etc...I always get the following message in the "Example Output" box:
Couldn't load viewer library, check filepath in sourcecode.
Yet, it should be correct...all other functions and sections seem to be working fine. This is on a GoDaddy hosting server, but never had this issue before.
Thanks in advance for your expeditious assistance! ;-)
Couldn't load viewer library, check filepath in sourcecode.
Yet, it should be correct...all other functions and sections seem to be working fine. This is on a GoDaddy hosting server, but never had this issue before.
Thanks in advance for your expeditious assistance! ;-)
Re: [equinox69] ERROR with QR Code Generator Example Module
Hi equinox69,
Is the path to your administration folder the default name cmsAdmin? The examples are all hard coded to look for that directory and this would need changing if you have renamed it to anything else.
If this is the problem you can change the file path on line 3 of the example files found in:
yourAdminDirectory/plugins/QRCodeGenerator/examples
Let me know if this isn't the problem.
Is the path to your administration folder the default name cmsAdmin? The examples are all hard coded to look for that directory and this would need changing if you have renamed it to anything else.
If this is the problem you can change the file path on line 3 of the example files found in:
yourAdminDirectory/plugins/QRCodeGenerator/examples
Let me know if this isn't the problem.
Greg Thomas
PHP Programmer - interactivetools.com
PHP Programmer - interactivetools.com
Re: [greg] ERROR with QR Code Generator Example Module
By Codee - September 12, 2012
Hi Greg, THAT took care of it! Thank you! Could this plugin be modified to change that example code automatically so that it works immediately upon install...like the other plugins? Just a suggestion. Thank you again - as usual...your team rocks!