Closed nickdring closed 7 years ago
If no qr codes are being generated then you may want to check permissions for the cache location. This may be the reason your logo isn't being saved as well.
Always start by checking permissions.
Open a separate issue for your second issue, please.
Hello, I get the same error. The users/cache/ folder does not exist either. Can it be at the SymLink?
I think it's not true.
ln -s user/plugins/iqrcodes/assets/srv.php pages/srv.php
ln -s user/plugins/iqrcodes/assets/qrchk.php pages/qrchk.php
HI, no the permissions seem ok, indeed inside the cache folder we can see files. The cache folder we created ourselves.
There needs to be two folders called cache (from YOURLS root)
user/plugins/iqrcodes/cache
user/cache/qr
The first (that you zipped above) is a static tool-box for phpqrcodes.php, it allows for slightly faster qr code image generation. The second is where iqrcodes will store the generated qr code images and your logo file.
Again, the issues mentioned in this particular thread all stem from a simple permissions issue. Iqrcodes plugin is trying to create user/cache/qr
but apparently doesn't have the necessary permissions to write to the user
directory in both of your setups. This is fine. You can do something like this:
Or, in case that is either unacceptable to you, or still doesn't do the trick, just do the following from YOURLS root:
The third command is merely for good measure, and shouldn't be required.
We've configured the plugin and the qr code created has a broken link as you can see here,. Also when we upload the logo it doesn't seem to get saved.