Site broken in a strange way
Permalink
Part of the theme loads behind the content, but it isn't right. Also can't log in to administer the site. Any thoughts?
1life1000words.org
Garrett
1life1000words.org
Garrett
The last two CSS locations appear to be wrong
<link rel="stylesheet" media="screen" type="text/css" href="/packages/theme_clearview/themes/clearview/fonts/fonts.css" /> <link rel="stylesheet" media="screen" type="text/css" href="/index.php/tools/css/themes/clearview/typography.css" /> <link rel="stylesheet" media="screen" type="text/css" href="/index.php/tools/css/themes/clearview/main.css" />
Funny thing is I didn't change anything. It was just broken one day.
Never_the_less
Here are the errors
Here are the errors
Failed to load resource: the server responded with a status of 404 (Not Found) http://1life1000words.org/index.php/tools/css/themes/clearview/typography.css Failed to load resource: the server responded with a status of 404 (Not Found) http://1life1000words.org/index.php/tools/css/themes/clearview/main.css Failed to load resource: the server responded with a status of 403 (Forbidden) http://cdn.wibiya.com/Toolbars/dir_1319/Toolbar_1319896/Loader_1319896.js
In your header.php file you have this
Change it to this
<link rel="stylesheet" media="screen" type="text/css" href="/packages/theme_clearview/themes/clearview/fonts/fonts.css" /> <link rel="stylesheet" media="screen" type="text/css" href="/index.php/tools/css/themes/clearview/typography.css" /> <link rel="stylesheet" media="screen" type="text/css" href="/index.php/tools/css/themes/clearview/main.css" />
Change it to this
<link rel="stylesheet" media="screen" type="text/css" href="/packages/theme_clearview/themes/clearview/fonts/fonts.css" /> <link rel="stylesheet" media="screen" type="text/css" href="/packages/theme_clearview/themes/clearview/typography.css" /> <link rel="stylesheet" media="screen" type="text/css" href="/packages/theme_clearview/themes/clearview/main.css" />
That should do the trick
Assuming you haven't customized the elements/header.php file in other ways, I would just grab a fresh copy of the header.php file from the theme archive and replace the 'broken' one.
It's likely found in packages/theme_clearview/themes/clearview/elements/header.php
If you have modified it in other ways and just want to fix this issue in this file then I would take Steevb's advice and use
If you just 'hard-code' the path to the css stylesheets, then the theme will no longer be customizable in the dashboard.
It's likely found in packages/theme_clearview/themes/clearview/elements/header.php
If you have modified it in other ways and just want to fix this issue in this file then I would take Steevb's advice and use
If you just 'hard-code' the path to the css stylesheets, then the theme will no longer be customizable in the dashboard.
Replaced the Header file but it didn't change the situation.
Hey gewald!
Do you by chance have a view.php in the theme folder? If you don't, it tends to screw up the Typography & CSS files for some odd reason
Thanks!
Do you by chance have a view.php in the theme folder? If you don't, it tends to screw up the Typography & CSS files for some odd reason
Thanks!
I do have the view file. I even replaced the entire theme but that didn't help. If I try to navigate to any of the pages or the login screen nothing loads, just an error message.
Hmmm. Can you maybe upload the Header file for us to view?
My site recently started having this exact same issue. It seems to have something to do with the server configuration as I was able to download all of the files and the database and get the site running correctly on a local VM. Has anyone figured out a solution for this issue? The only errors are tons of 404s for the theme files and I get a 404 whenever I try to visit any page besides the homepage.
Have you tried toggling 'Pretty URLs' off and back on again?
Thanks for the response! I was actually just able to solve the issue by defining the "SERVER_PATH_VARIABLE" global variable in my config file.
Here is the bug report that helped me:
http://www.concrete5.org/developers/bugs/5-6-3-4/every-page-returns...
Here is the bug report that helped me:
http://www.concrete5.org/developers/bugs/5-6-3-4/every-page-returns...
Good to know!
[accidentally double-posted. please delete]
Your path is
You really should update C5.