MyBB Community Forums

Full Version: My Website is MESSED UP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My website suddenly became like this

[Image: QLUB1g2.png]

How will i fix it? Force reload didnt work!
check ur cookie path and board url in admin cp
What?

They are all OK. All correct. What now?
Your style sheets are not accessible, please ensure the CHMOD of your "cache" directory is 777.
<link type="text/css" rel="stylesheet" href="http://arszilla.neq3.com/cache/themes/theme7/css3.css" />
<link type="text/css" rel="stylesheet" href="http://arszilla.neq3.com/cache/themes/theme7/global.css" />
After you do so, open up your theme(s) stylesheets, edit them in "advanced" mode and save them. Don't edit them, by doing this, it'll create the proper files in your cache directory so that your theme displays properly. Though, it should use css.php if the cache directory isn't available.
(2013-11-08, 07:53 PM)Arszilla Wrote: [ -> ]What?

They are all OK. All correct. What now?

global.css appears messed up or missing.
look for/at http://arszilla.neq3.com/cache/themes/theme7/global.css.

try editing global.css from your adminCP and changing some classes
(2013-11-08, 08:09 PM)Rymax99 Wrote: [ -> ]Your style sheets are not accessible, please ensure the CHMOD of your "cache" directory is 777.
<link type="text/css" rel="stylesheet" href="http://arszilla.neq3.com/cache/themes/theme7/css3.css" />
<link type="text/css" rel="stylesheet" href="http://arszilla.neq3.com/cache/themes/theme7/global.css" />
After you do so, open up your theme(s) stylesheets, edit them in "advanced" mode and save them. Don't edit them, by doing this, it'll create the proper files in your cache directory so that your theme displays properly. Though, it should use css.php if the cache directory isn't available.

I changed my theme to default but it is atill the same. Where do i fix this

Ok in acp i went to both default and apart1 global.css and css in apart and pressed reset and saved it and it worked
(2013-11-08, 08:32 PM)Arszilla Wrote: [ -> ]
(2013-11-08, 08:09 PM)Rymax99 Wrote: [ -> ]Your style sheets are not accessible, please ensure the CHMOD of your "cache" directory is 777.
<link type="text/css" rel="stylesheet" href="http://arszilla.neq3.com/cache/themes/theme7/css3.css" />
<link type="text/css" rel="stylesheet" href="http://arszilla.neq3.com/cache/themes/theme7/global.css" />
After you do so, open up your theme(s) stylesheets, edit them in "advanced" mode and save them. Don't edit them, by doing this, it'll create the proper files in your cache directory so that your theme displays properly. Though, it should use css.php if the cache directory isn't available.

I changed my theme to default but it is atill the same. Where do i fix this

Ok in acp i went to both default and apart1 global.css and css in apart and pressed reset and saved it and it worked
Yep, all it needed to do was re generate the CSS files.
Thank you for your helps