You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: