Lack of interest xf-addon:install-step: log the reason for conflict

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

DragonByte Tech

Well-known member
After I re-ran my installStep1 I had about 10 __conflict tables. What I didn't have, was any information indicating why these tables were conflicting. I had to manually export them to compare them using Beyond Compare.

After about 30 minutes I discovered you can't directly add floats to setDefault, due to strval(). Simple enough fix :)

It would be very useful if running xf-addon:install-step while in development mode also logged the reason for the conflict. It should be as simple as running two array_diff calls and merging them, then var_export($merge, true) that onto the end of the already logged error message.


Fillip
 
Upvote 3
This suggestion has been closed. Votes are no longer accepted.
Top Bottom