DragonByte Tech
Well-known member
After I re-ran my
After about 30 minutes I discovered you can't directly add floats to setDefault, due to
It would be very useful if running
Fillip
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