joshp23 / YOURLS-IQRCodes

YOURLS QRCode plugin with exposed options and full integration
GNU General Public License v3.0
22 stars 11 forks source link

Set permissions #4

Closed gehwissenlos closed 7 years ago

gehwissenlos commented 7 years ago

Hello,

in the readme is "2. Set permissions" but which files and permissions do I need to change? I get an error "empty string".

Thanks Manuel

joshp23 commented 7 years ago

you have to chmod/chown (info) the plugin directory to be readable by the webserver, and whatever folder you use for the cache to be writable.

gehwissenlos commented 7 years ago

Thanks. Wasn't a permisson problem. Missed the line "move file to YOURLS/pages/" in assets/srv.php

joshp23 commented 7 years ago

I'll update the readme