peopleinside TheyCallMeTojo As i told I am available if you want but no responsibility mine 🙂 you can find my blog on my flarum profile and you can try to contact me on live chat when is live. I can try to do a remote look for see if I can help you.
TheyCallMeTojo I think I'm done trying. it's more complicated than it's worth. I've spun up dozens of VPS trying to get this working. I've tried Ubuntu 14, 16 and 18, PHP 7.1 and PHP 7.3. I've tried NginX and Apache. I've tried MySQL and MariaDB. I've followed numerous tutorials, that have been published recently. I've tried a Docker I found on GitHub. Something is certainly wrong.
peopleinside TheyCallMeTojo I think is difficult help from here without see the issue. You can consider to create a video... This maybe can help us understand better. Is your first Flarum install? Maybe at the start need just understand how to do and how solve issue. You can consider also to test to install on local but in my case was more easy install the Beta 8.1 ona VOS than on local PC.
TheyCallMeTojo I ended up purchasing a cheap Namecheap hosting account to test on, and it works 100%. I will do a video to show what I'm doing.
peopleinside GlrnDaniss You can try to install instead by poiting the browser to the community address, use SSH command: php flarum install
peopleinside GlrnDaniss maybe because you need reupload files and delete the database content? I think after version 8.0 Flarum start to have issue on installing by brwoser... so if i need to installa new Flarum instance i use the SSH command php flarum install
GlrnDaniss ok no 500 error, then I got 404 error, in error log, it shows Illuminate\View\Engines\CompilerEngine->evaluatePath() /var/www/html/vendor/illuminate/view/Engines/CompilerEngine.php:59, in my last error log.
peopleinside Maybe you need to specific to go on the public folder. Do you installed the community in a subdomain community.domain.,ext or domain.ext/community? Maybe this issue you are having (404 error) is related to not poiting correctly to the Flarum public folder. https://flarum.org/docs/install.html#url-rewriting
GlrnDaniss peopleinside Do you mean the url rewrite? in .httaccess file?, and set overwrite all? <Directory "/var/www/html/public"> AllowOverride All </Directory> I already add this in httpd.conf, because I use httpd, but still not working
peopleinside Do you mean the url rewrite? in .httaccess file?, and set overwrite all? <Directory "/var/www/html/public"> GlrnDaniss When i talk about public directoy is a directory inside the flarum directory called public. See https://flarum.org/docs/install.html#url-rewriting The Flarum installation is inside the html folder? In that folder all file are only of Flarum? I see is difficoult for me set Apache to work in the public folder... has helped for me use the control panel than point community.domain.ext to the public folder of Flarum. This work well.. otherwise if my control panel don't let me point the domain on public I was unable to make Flarum work. You maybe need some strong suggestion from someone on the Flarum community.
peopleinside GlrnDaniss Here i am not good... I cannot help maybe... hope someone can help better. I tried to follow instruction https://flarum.org/docs/install.html#url-rewriting for Apache but in my test did not work... so i found the solution to do all direct from my control panel. Are you running Apache? Let0s wait someone else reply here maybe some one of the Flarum team can help you better.
GlrnDaniss peopleinside AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.php,index.php) found, and server-generated directory index forbidden by Options directive. So if this means my rewrite is not working?
GlrnDaniss peopleinside I make it work, the problem is I don't move index.php in public to html dir, I wonder that is optional to do it. and then I still get 505 errors, but that is the error about permissions. Thx for help, I appreciate that.
GlrnDaniss TheyCallMeTojo Your 500 error might caused by the permission denied, you can see your apache error log, just chmod 775 in all of your html file, then the error will be gone.
peopleinside GlrnDaniss Awh... how many issues. Here again i have no idea on how to help. Maybe a screenshot of the issue can help or maybe i wish you could solve also this.