MyBB Community Forums

Full Version: My Forum Is Mean
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2018-04-11, 10:25 PM)effone Wrote: [ -> ]Your public root is not assigned to 'public_html' it seems. Have you created that  'public_html' directory manually?
This is an invalid path
http://forums.unstoppablegamingnetwork.com/images/default_avatar.png

however, this works
http://forums.unstoppablegamingnetwork.com/public_html/images/default_avatar.png

To fix the issues related to loading the resources you can try adding this line to your header template after meta tags:
<base href="//forums.unstoppablegamingnetwork.com/public_html/" target="_self">

For your login and related issues append 'public_html' to your 'Site Details' under 'Board Settings' in ACP : Board URL, Homepage URL,  Cookie Path
For example set cookie path to:
/public_html/

Hard refresh (Ctrl+F5) several times, clear cookies and cache of browser and see what happens...

To set the routing altogether you can try adding these 2 lines in your .htaccess
RewriteEngine on
RewriteRule ^(.*) public_html/$1 [L]
* Note that this may take some times to reflect ...
I cant even get into my ACP atm. Yes I did create that manually.
Just do the .htaccess modification through your FTP.
This will solve major problems right away.
(2018-04-11, 10:37 PM)effone Wrote: [ -> ]Just do the .htaccess modification through your FTP.
This will solve major problems right away.

just make a blank .htaccess file?

Did the .htaccess and still cant get into my ACP...
Doesn't seem you did it properly. You have to place the .htaccess file outside of public_html, in your actual document root, not inside it.

document_root
|- public_html
...|+ {mybb_files}
|- .htaccess

If you have done it properly test with another browser / clear cache/cookies. Sometimes it doesn't affect right away ...
did that now
Can you create a snapshot of your directory structure shown in FTP client?
You have made a subdomain forums. What is its document root?
now I cant get access to logging in at all.

just a screenshot of my files through my ftp
You can also forward me temporary FTP, CPanel, ACP access to try a fix, if you can trust. Over PM
I dont have access to my ACP or both of my admin accounts.

Would you mind helping me through discord?
Man, I can't help you in this severe misconfig situation just by advice. If I can't see in person whats wrong actually I can only suggest you to take a database backup and reinstall MyBB.
This time don't create a subdomain with wrong document root and / or don't manually create any directory ...

There is nothing wrong with MyBB and this support should not be provided here. As I can see the following link works perfectly, not an issue of MyBB.
http://forums.unstoppablegamingnetwork.com/public_html/

Join MyBB Server. I am there. You can message privately ...
Pages: 1 2 3