tsdogs

Results 13 comments of tsdogs

I also would like to know what's the difference between the 2. Why should FusionInventory agent (and plugin) be preferred over GLPI agent?

So if I understand it correctly GLPI (agent/inventory) will be the future and FusionInventory functionality has been "integrated" into GLPI

username field is required at database level too (NOT NULL and Uniquie Index), so it would also require you to change the database structure for this to work. IMHO you...

I have seen that basically the structure corresponds except that for the last 2 migrations, so the solution is to simply add the yii2-usuario migrations to the database. IMHO documentation...

Thinking about this (though it works) it could simply be integrated into existing migrations. They should simply check for the existence of the table (or field) and apply only if...

Sure, no hurry, and thanks to you for your HARD work :-)

I understand that creating the foreign key would solve the problem, though in this case I'd implement the part that simply deletes the assignments when the User model is deleted...

Which platform is this? Could it be a filesystem permission problem?

Well it could be related to the permissions on runtime/* folder/files which when used from console are created with a user, but the httpd process is running with a different...

Then check in the app.log if there's any error relevant to the e-mail failing to be sent.