View Issue Details

IDProjectCategoryView StatusLast Update
0000242NNW API ServiceUncategorizedpublicJanuary 13, 2017, 11:36 am
ReporterScott Bradford Assigned ToScott Bradford  
PriorityhighSeverityblock 
Status closedResolutionfixed 
Product Version0.7 
Summary0000242: Call to undefined function mysqli_begin_transaction()
Description

Call to undefined function mysqli_begin_transaction()

Activities

Scott Bradford

August 18, 2014, 9:07 pm

administrator   ~0000520

Upon deployment to the production environment, efforts to update the weather result in a fatal PHP error:

PHP Fatal error: Call to undefined function mysqli_begin_transaction() in getweather.php on line 318

Scott Bradford

August 18, 2014, 9:14 pm

administrator   ~0000521

The mysqli_begin_transaction() function is a new feature in PHP 5.5. Our prod environment runs 5.4. Oops.

Replaced with mysqli_autocommit($nnwDb, false), and then toggle back to true after the commit.

Scott Bradford

August 18, 2015, 1:23 pm

administrator   ~0001061

Closing (all resolved and published)

Issue History

Date Modified Username Field Change
December 31, 1969, 7:33 pm Scott Bradford Status @0@ => @0@
December 31, 1969, 7:33 pm Scott Bradford Resolution @0@ => @0@
August 18, 2014, 9:07 pm Scott Bradford New Issue
August 18, 2015, 10:43 am Scott Bradford Project @44@ => No-Nonsense Weather
August 18, 2015, 11:19 am Scott Bradford Category General => Uncategorized
August 18, 2015, 1:23 pm Scott Bradford Note Added: 0001061
August 18, 2015, 1:23 pm Scott Bradford Status resolved => closed
September 24, 2016, 5:14 pm Scott Bradford Project No-Nonsense Weather => NNW API Service
January 13, 2017, 11:36 am Changeset attached => NNW Web trunk r689