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”
Add Comment
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