Rody
July 22, 2011, 7:02am
1
Hi Eldy,
Am wondering where to post the best the bug reports, this because there are several places where bugs can be posted!
https://savannah.nongnu.org/bugs/?group=dolibarr
Here on this forum!
Please advice where the best place to post where we have the chance for the best reactivity?
Seems in this forum there is better response and do not think it is a good idea to put the bug reports on both the mentionned site sections.
For now I have a database error while trying to upgrade from 3.0.0 to 3.1.0 beta and cannot even acces the program.
Sincerely, Rody
eldy
July 22, 2011, 9:55am
2
For a fast response: forum (but answer not guarante because some messages are not viewed).
For a guarented response: savannah. This guarante bug is not lost and will be processed one day. However, time to get answer might be longer…
Rody
July 22, 2011, 11:36am
3
O.K. thanks for your fast reaction.
In fact I cannot try the 3.1.0 beta because cannot complete the upgrade of the database, it bocks at the following message :
Erreur DB_ERROR_1452: ALTER TABLE llx_usergroup_user ADD CONSTRAINT fk_usergroup_user_fk_user FOREIGN KEY (fk_user) REFERENCES llx_user (rowid);
Cannot add or update a child row: a foreign key constraint fails (testdolibarr3
.#sql-110c_1e4
, CONSTRAINT fk_usergroup_user_fk_user
FOREIGN KEY (fk_user
) REFERENCES llx_user
(rowid
))
eldy
July 22, 2011, 1:44pm
4
Try to run this request (this delete orphelins data)
DELETE FROM llx_usergroup_user WHERE fk_user NOT IN (SELECT rowid from llx_user);
Then restart call install page.
If it solve, i include fix into migrate requests.
Rody
July 23, 2011, 7:32am
5
Yes, this solved the problem, have been able to open the program now, will keep you posted on eventual other bugs if I find them.