Forum Moderators: coopster
I am using an application which requires pdo & pdo_mysql extensions to work. Application is running on shared hosting env. now when I use phpinfo to check php configuration it is showing
with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '
under configure command section, but now when I use extension_loaded() function to check loaded extension it is not showing both extension and I am also getting error that both extensions should be loaded to work application.
When I contacted hosting company they are showing me phpinfo that extensions are already loaded.
I have searched abt this in forum too but did not find any solution. So can any one please help me. Thanks.
What is the error you are receiving?
I have used this function too, but still it is not showing do & pdo_mysql in loaded extensions.
Actually I am trying to install magento, during setup it is saying "PHP Extension "pdo_mysql" must be loaded"
When i have talked with host they still saying that, extension is already enabled. So can you please guide me.