Closed dleehr closed 9 years ago
Ping to @jimallman via email (and also, I suppose, with notification on this issue).
OK, the latest code (as of 28d6fb44cc4564148891f6c368990b1dcf0887fd) should no longer require mysqlnd. Please test on the PalAss server and update this issue.
Thanks, Jim! I'll get Mark to give this a try. More soon.
On Sun, Jan 25, 2015, 23:29 Jim Allman notifications@github.com wrote:
OK, the latest code (as of 28d6fb4 https://github.com/NESCent/FossilCalibrations/commit/28d6fb44cc4564148891f6c368990b1dcf0887fd) should no longer require mysqlnd. Please test on the PalAss server and update this issue.
— Reply to this email directly or view it on GitHub https://github.com/NESCent/FossilCalibrations/issues/74#issuecomment-71413705 .
Code no longer uses mysqli_stmt_get_result
, closing.
During discussions with Mark Sutton trying to get FCDB up and running we encountered some issues with
mysqli_stmt_get_result
, reminiscent of #53[Fri Jan 16 21:04:36 2015] [warn] [client 152.3.68.115] mod_fcgid: stderr: PHP Fatal error: Call to undefined function mysqli_stmt_get_result() in fetch-search-results.php on line 152
Their web hosting environment (Plesk) has issues with php-mysqlnd:
Other notes (from Alan Spencer):
php-mysqlnd will not be installed on the host, so we must rewrite the code that uses
mysqli_stmt_get_result
to use a different function.