I need to figure out getting a database setup in MAMP before I can install EE. This may not happen for a couple of days.
Meantime, yes I can log into the control panel and see all the content in unstyled HTML format. I can post new content, just have to scroll down to find the entry fields. After logging in, below is what is contained in the source code in the head section. If you look at the ccs links, they contain “themescp_themes” as one word. I think it should be “themes/cp_themes.” So that doesn’t seem right to me.
————————————————————————————————————
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CP Home | ExpressionEngine</title>
<link rel="stylesheet" href="http://www.pontiacbible.org/themescp_themes/default/css/jquery-ui-1.7.2.custom.css?v=1296327854" type="text/css" media="screen" />
<link rel="stylesheet" href="http://www.pontiacbible.org/themescp_themes/default/css/global.css?v=1296327852" type="text/css" media="screen" />
<!--[if lte IE 7]><link rel="stylesheet" href="http://www.pontiacbible.org/themescp_themes/default/css/iefix.css?v=1296327853" type="text/css" media="screen" />
<![endif]-->
[removed]
// <![CDATA[
document.documentElement.className += "js";
if (typeof console === "undefined" || ! console.log) {
console = { log: function() { return false; }};
}
if (typeof EE === "undefined" || ! EE) {
var EE = {"SESS_TIMEOUT":3600000,"XID_TIMEOUT":14400000,"SESS_TYPE":"cs","BASE":"index.php?S=c3350b8668d687da3efe186e9f21ff1955c57b49&D=cp","XID":"79f80d67bcd06534f532aa4ea65cbb405e3b0591","PATH_CP_GBL_IMG":"http://www.pontiacbible.org/themes/cp_global_images/","CP_SIDEBAR_STATE":"y","flashdata":{},"username":"bsullan","router_class":"homepage","lang":{"logout_confirm":"Are you sure you want to log-out?","logout":"Log-out","search":"Search","session_timeout":"Your session is about to expire due to inactivity","session_expiring":"Your Session has expired. Please log back in to avoid data loss","username":"Username","password":"Password","login":"Login","close":"Close"},"THEME_URL":"http://www.pontiacbible.org/themes/cp_themes/default/"};
}
// ]]>
[removed]
[removed][removed]
[removed][removed]
[removed][removed]
<link type="text/css" rel="stylesheet" href="index.php?S=c3350b8668d687da3efe186e9f21ff1955c57b49&D=cp&C=css&M=third_party&package=cp_analytics&file=accessory" />
</head>