Over the past few days I've been trying to upgrade our two website baker sites from 2.5.2 to 2.6.6 to 2.6.7 to 2.7.
On our second site after running the recommended update.php script from the download link in the instructions to upgrade from 2.5.2 to 2.6.y we received this error during the script execution.
Fatal error: Call to a member function numRows() on a non-object in /var/www/html/scholarships/upgrade.php on line 136.
line 136 is in the function strip_slashes_in_da
tabase
if($result_array->numRows() > 0) {
This update.php script is not modified from the download.
This same script worked on our other WebsiteBaker site, but if you read in my other post we had to run a modified strip slashes to fix a quote problem.