jordanjay29 Fixed one problem, facing 10 more now. I tried reinstalling the whole system again. What I'm not understanding: when I set up a fresh Flarum skeleton and go to sitename.com/public, do I install it again with all the info Forum Title, MySQL Host, etc. and how to, when some tables already exist in the database. Excuse my dumb questions, but I'm so new to this. Trying to follow instructions.
And also, I would love to have everything in my /public_html directory not /public. The mess happens after moving these files and editing index.php and flarum, as it is described in the Installation guide. Already updated the paths to:
'base' => __DIR__,
'public' => __DIR__,
'storage' => __DIR__.'/storage',
Then copied config.php and assets from my old Flarum installation to the public_html directory.
What am I doing wrong?