I'm trying to switch PHP versions 7 to 8, get the following error.
Considering dependency mpm_prefork for php7.4:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Considering conflict php5 for php7.4:
Module php7.4 already enabled
i want to create QR codes for invoices in my website. so it should be dynamic, and it should contains invoice info like payer name, and other detail, whom they paying, etc.
i have installed the SSL to my server but somehow some links come to without SSL like http , so i want to redirect it http to https
so i want some code for htaccess so it redirect http request to https forcefully
A Database Error Occurred
Error Number: 2006
MySQL server has gone away
SELECT * FROM `users` WHERE `id` = '2'
Filename: models/Auth_model.php
Line Number: 450
I am trying to call some curl calls to get some API , and API has heavy data to get. so somehow other pages are working well but in that API getting page at Codeigniter
I am developing the app, and it should create a table in SQLite when the first time installs the app. after that it should not create the table again and again when the app starts so only create a table only for install time. is that possible with andorid by code.