qalexandru
That's how I installed Flarum on cPanel too 😆 However, I don't make a zip archive, uploading and extracting the files directly onto my server.
Instead, I have installed Flarum in my localhost, uploading it onto Github and then, I deploy the repository onto my server using the Git version control tool available on CPanel.. That's to ease my future version update or installing/uninstalling new extensions (I use composer to install extensions on my localhost copy of Flarum and push commit to Github... then use the Git version control tool to update the code).
If you have a doubt on why I don't use the Bazaar extension, I have actually faced some problem installing it ☹️ It just showing errors on the extension page and loading nothing.. Currently no extra time to troubleshoot the problem, so I just stick to the primitive one (use composer instead)..