You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#26 2011-10-27 11:12:02

wawa
GLPI-DEV
From: Montpellier / France
Registered: 2006-07-03
Posts: 6,019
Website

Re: No Plugin -> Orders Menu after upgrading Orders from 1.4.0 to 1.5.0

1) save the glpi_plugin_order_profiles table
2 ) empty it's content
3) INSERT INTO `glpi_plugin_order_profiles` VALUES(4, 'w', 'w', 'w', 'w', 'w', 4, 'w');
4) logout and login again

Offline

#27 2011-10-27 11:16:21

sgghet
Member
Registered: 2011-05-26
Posts: 34

Re: No Plugin -> Orders Menu after upgrading Orders from 1.4.0 to 1.5.0

Before I do this, i just want to let you know, that the current structure and data in this table are as follows:
id, profiles_id, order, reference, validation, cancel, undo_validation, bill 
1,4, w, w, w, w, w, NULL

Last edited by sgghet (2011-10-27 11:20:37)

Offline

#28 2011-10-27 11:20:22

sgghet
Member
Registered: 2011-05-26
Posts: 34

Re: No Plugin -> Orders Menu after upgrading Orders from 1.4.0 to 1.5.0

I executed your sql statement and now the table looks like this
id, profiles_id, order, reference, validation, cancel, undo_validation, bill 
4,0,w,w,w,w,4,w

Logged out and again in. No change.

Offline

#29 2011-10-27 11:23:46

wawa
GLPI-DEV
From: Montpellier / France
Registered: 2006-07-03
Posts: 6,019
Website

Re: No Plugin -> Orders Menu after upgrading Orders from 1.4.0 to 1.5.0

are you logged as a super-admin ?

Offline

#30 2011-10-27 11:27:58

sgghet
Member
Registered: 2011-05-26
Posts: 34

Re: No Plugin -> Orders Menu after upgrading Orders from 1.4.0 to 1.5.0

Yep of course wink
Buuut: Is this value profiles_id = 0 not wrong now?

Last edited by sgghet (2011-10-27 11:28:52)

Offline

#31 2011-10-27 14:26:07

sgghet
Member
Registered: 2011-05-26
Posts: 34

Re: No Plugin -> Orders Menu after upgrading Orders from 1.4.0 to 1.5.0

Order Management is now visible.
What I did: Your insert SQL statement was wrong. It should have been
INSERT INTO `glpi_plugin_order_profiles` VALUES(1, 4, 'w', 'w', 'w', 'w', 'w', 'w');
In the original data after the 1.5  and the 1.5.1 update, the field bill was 'null'. Now it has a 'w' and order management works.
Thank you for your help and good luck with the next releases wink

Offline

#32 2011-10-27 20:12:44

wawa
GLPI-DEV
From: Montpellier / France
Registered: 2006-07-03
Posts: 6,019
Website

Re: No Plugin -> Orders Menu after upgrading Orders from 1.4.0 to 1.5.0

you're right, sorry about that
happy that it works now

Offline

Board footer

Powered by FluxBB