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?
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?