Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save qr image to sub directory #32

Open
kecoakkampret opened this issue Jun 1, 2020 · 1 comment
Open

save qr image to sub directory #32

kecoakkampret opened this issue Jun 1, 2020 · 1 comment

Comments

@kecoakkampret
Copy link

i want save qr image to sub directory, i change $params['savename'] = FCPATH.'tes.png' to
$params['savename'] = base_url('qr').'tes.png'
but i receipe notif
Message: imagepng(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0

@alfiansm27
Copy link

use like this bro
$params['savename'] = 'uploads/qr-code/tes.png';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants