Dolibarr ERP & CRM » Bugs » bug #1644 Can't update initdata to test 3.7 after 3.6 upgradeLatest modifications
Answer now
Snapshot Details |
Submitted by: | Raphaël Doursenaud (rdoursenaud) | | Submitted on: | 2014-11-17 12:44 |
Last Modified On: | 2014-11-17 12:45 | |
Summary: | Can't update initdata to test 3.7 after 3.6 upgrade |
Description: | Follow up to #1643
After fixing 3.6.*, can't upgrade to 3.7.*.
Install log attached.
|
Step to reproduce bug: | Install initdata. Go to Dolibarr URL. Follow the recommended upgrade path. |
Detected in version: | develop | | Category: | Core Problem |
Severity: | 9 - Blocking - Critical | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Status |
Status: | Open | | Assigned to: | Raphaël Doursenaud (rdoursenaud) |
Resolution: | None | |
Comments- Laurent Destailleur 2014-11-22 15:23
- Can you try to run this request and rerun the upgrade
update llx_accountingaccount set tms = now() where tms < '2000-01-01'
the run again upgrade and tell if it is enough to fix ?
|
|
update llx_accountingaccount set tms = now() where tms < '2000-01-01'
the run again upgrade and tell if it is enough to fix ?