Summary | Upgrade errors |
Queue | Turba |
Queue Version | 4.2.0 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | george.lucan (at) romtelecom (dot) ro |
Created | 07/10/2014 (3990 days ago) |
Due | |
Updated | 07/10/2014 (3990 days ago) |
Assigned | 07/10/2014 (3990 days ago) |
Resolved | 07/10/2014 (3990 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
Priority ⇒ 1. Low
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Upgrade errors
Type ⇒ Bug
State ⇒ Unconfirmed
there seems to be a bug in the upgrade DB script:
This error repeats for every turba_object:
ERR: HORDE [horde] Share name example@example.com not found
I looked into the script and this is what I found:
in /turba/migration/10_turba_upgrade_categoriestotags.php
line 70 the function: getShare($row['owner_id']), should be called
with a share name(the format seems to be a random of some sort), but
it is called with a email address. This seems to generate the errors
above.
Is it safe to ignore these errors?
Thank you