View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000242 | NNW API Service | Uncategorized | public | August 18, 2014, 9:07 pm | January 13, 2017, 11:36 am |
| Reporter | Scott Bradford | Assigned To | Scott Bradford | ||
| Priority | high | Severity | block | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 0.7 | ||||
| Summary | 0000242: Call to undefined function mysqli_begin_transaction() | ||||
| Description | Call to undefined function mysqli_begin_transaction() | ||||
|
|
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 |
|
|
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. |
|
|
Closing (all resolved and published) |
| 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 |