Open Jofairden opened 6 years ago
Now, itt actaully bricked my entire forum. Every page went completely blank. I can no longer even access the dashboard.
Nothing in the logs? Also you can fix the forum by deleting vendor and manually running composer install. Sorry we're improving bazaar, it's a pretty groundbreaking and young extension.
Hmm.. there was a bunch of stuff in the logs, but I never saw anything mentioning bazaar. (something something zen zomething), for now I completely reinstalled Flarum (I'm not doing production stuff yet anyway, but soon)
I think what might've been the problem is the folder not owned by www-data, I just noticed it. Let me actually try it again now that I've fixed that.
Hmm, I'm now getting
We recommend allowing PHP to use at least of memory, your php.ini currently allows . Although we try to increase the memory limit during runtime, success depends on your hosting environment. For further information, refer to the wiki.
But when I use htop, I only see 470M/1.95G usage
The bazaar page just says Processing for a second, and then simply no extension shows. The red button is giving that above error (this is a fresh install, no extensions added)
Hm the variable isn't even added. It should say that it needs 1GB of memory. Also the nginx/fpm timeout should be considerably large (15 minutes), because we're pulling in a lot of data unpaginated. The upcoming version for flarum beta 8 will be able to read paginated and run tasks in the background.
Before I would instantly see the extensions, can I do something about it?
Steps to reproduce
Expected behaviour
No error
Actual behaviour
Error
Configuration
Operating system:
Version of Bazaar: 0.2.4 Version of Flarum: 0.1.0-beta.7 Other extensions:
**Logs**:
The mod kept complaining about not being able to write to composer.json, then composer.lock then vendor/ I chmod them all and it should be fine. After I tried to install something I can now no longer access the bazaar page it just says: ```An error occured. Check the History tab and your Flarum log for details. Don't be afraid to report it to us. Oops! Something went wrong. Please reload the page and try again.``` It also created a vendor2/ folder for some reason