UPDATE: I just found this article which could help me with this problem.I’ll remove this post if I get this fixed myself
Hi everyone, I was going to log on to my locally-installed EE site, when it appears that all the CSS styling has disappeared from the CP. So for example, where the default EE login page would look something like
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Login | ExpressionEngine</title>
<meta http-equiv='content-type' content='text/html; charset=utf-8' >
<meta http-equiv='expires' content='-1' >
<meta http-equiv='expires' content='Mon, 01 Jan 1970 23:59:59 GMT' >
<meta http-equiv='pragma' content='no-cache' >
<style type='text/css'>
body {
margin: 0;
padding: 0;
font-family: Arial, Lucida Grande, Verdana, Geneva, Sans-serif;
font-size: 12px;
color: #333;
.....
mine instead looks like:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Login | ExpressionEngine</title>
<meta http-equiv='content-type' content='text/html; charset=utf-8' >
<meta http-equiv='expires' content='-1' >
<meta http-equiv='expires' content='Mon, 01 Jan 1970 23:59:59 GMT' >
<meta http-equiv='pragma' content='no-cache' >
<style type='text/css'>
</style>
When I do login (no problems there) there’s no CSS styling anywhere in the CP. But all my site’s content is intact. (I’ve attached a screenshot.)
What could have happened here? Is there a missing or corrupted mySQL table or something?
Thanks!
