I installed my Flarum forum yesterday, and Bazaar today. Installing extensions with Bazaar results in several errors.
First, it error'd but seemed to install anyway. The logs indicated a timeout: PHP was set to 30s, so I upped it to 60s, which seems like a lot. But that worked... Just as well as the first time:
The next error indicates a RAM problem, and this is fun:
Allowed memory size of 268435456 bytes exhausted (tried to allocate 14683144 bytes)
That threw me, but apparently that's just the most recent chunk of memory PHP tried to allocate, not the total.
Despite these errors the new extension was successfully installed. But now I can't uninstall it, I assume this is the file deletion thing mentioned in the first post. Also it (Circles) doesn't seem to do anything, I can't tell if this is because of the error or what.
Trying to install another extension, Upload doesn't succeed. I get the memory allocation error and it doesn't result in the same half success as Circles.
Finally, the activate/deactivate checkboxes seem to be reversed. They are checked for Activate, and unchecked for Deactivate (it is the opposite behavior in the Extensions tab).