History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: OSC-193
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Harald Ponce de Leon
Reporter: christopher lorne
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
osCommerce Core

Currencies not updating in admin

Created: 16/Jun/07 08:47 PM   Updated: 22/Jun/07 10:03 PM
Return to search
Component/s: Core Framework
Affects Version/s: 3.0 Alpha 4
Fix Version/s: 3.0 Alpha 5

Environment: Windows XP, php/mysql5


 Description  « Hide
Currencies not updating in admin.
For some reason seems to be caused by the

mysqli_autocommit extension of the startTransaction() function in mysqli.php

Turning this function off in "admin\includes\classes\currencies.php" allows the currencies to be updated but may have other implications.



 All   Comments   Change History      Sort Order:
christopher lorne [17/Jun/07 06:51 PM]
I see now that the it is only because the "commit" and "rollback" transactions have been omitted from the save function in currencies.php

Harald Ponce de Leon [22/Jun/07 10:03 PM]
Fixed in r1616. Thanks for the report!