• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Is it possible to install php5-mysqlnd without break Plesk 11.5?

wing_hk

New Pleskian
Currently I found my new site is getting following error message:

Fatal error: Call to undefined method mysqli_stmt::get_result()

After searching for a while I found it's because new site need php-mysqlnd and my server is currently working with php-mysql instead of php-mysqlnd.


I tried : apt-get install php5-mysqlnd

The result is a disaster that php-mysql is removed and I can never access my PLESK again. I have to rebuild the server.


Is there any way I can install php-mysqlnd and still have working PLESK?
 
Currently I found my new site is getting following error message:

Fatal error: Call to undefined method mysqli_stmt::get_result()

After searching for a while I found it's because new site need php-mysqlnd and my server is currently working with php-mysql instead of php-mysqlnd.


I tried : apt-get install php5-mysqlnd

The result is a disaster that php-mysql is removed and I can never access my PLESK again. I have to rebuild the server.


Is there any way I can install php-mysqlnd and still have working PLESK?

I have been wanting to do the same but can't install php-mysqlnd because it conflicts with php-mysql. I have been thinking about forcefully removing php-mysql and then installing php-mysqlnd but don't want to end up with a damaged plesk installation. Hopefully someone will answer this soon.

I believe that it won't be long and the php-mysql will become obsolete and we need to be on php-mysqlnd soon. Maybe someone can correct me if I am wrong.
 
Back
Top