how to resolve he PDO extension is required for this adapter but the extension is not loaded?
After upload php.ini file to root directory I got “the PDO extension is required for this adapter but the extension is not loaded”
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
If you have FTP access,download the php.ini file and add the below code.
Or just create a file and save as php.ini and paste the below code and upload it to server using FTP.
extension = pdo.so
extension = pdo_sqlite.so
extension = sqlite.so
extension = pdo_mysql.so
upload_max_filesize = 20M
post_max_size = 20M