2013-11-27

Hi folks,
Recently upgraded to 1.11.9 and the CSS isn't loading properly on the backend when I'm editing pages. It loads everything without the CSS and in my debug console I see this:
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://iiaglobal.com/admin/style.php?_sx_=259d91eb".

I saw someone else had a similar problem and fixed it by deleting FEU and reinstalling it. I have FEU and upgraded it, but I don't want to delete it in fear that I won't be able to get the users back in properly.

When I try to edit my content despite the pages not loading properly, I receive the following error when I hit submit:

Warning: Class __PHP_Incomplete_Class has no unserializer in /home3/iiagloba/public_html/include.php on line 51

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home3/iiagloba/public_html/include.php:51) in /home3/iiagloba/public_html/include.php on line 51
Output has already been sent to the browser at /home3/iiagloba/public_html/include.php:51. Please make sure the command $xajax->processRequest() is placed before this.

I'm convinced that this has something to do with my template and FEU though. When I edit content on pages with templates without any member restrictions things are fine. I think maybe the preview pane is screwing it up on my member area templates because when I click to see the preview it shows me the header errors above, there, too.

Here is the body of my membership area templates:

Code:

</__body>
<div id="header">
<div id="topbarlt"></div>
<div id="topbarrt"></div>
<div class="topwrap">
<div id="toplogin">
<!-- Login form template -->
{FrontEndUsers nocaptcha='1' returnlast='1'}

<!-- Login form template -->
 <div id="header-search-form">
{Search}
</div>

</div><!--end top login-->
<a href="http://iiaglobal.com/index.php?page=imrp-shanghai-2013-2"><img src="images/imrp-button.png" class="imrp-button" /></a>
<a href="/"><img src="images/iia-logo.gif" class="logo" /></a>

</div><!--end headerwrap-->
</div> <!--end header-->
<div id="menu">
{menu template="newmenu"  excludeprefix="home"}      
</div><!--end menu-->

<div id="content">
<div id="sidebar">
{$cgsimple->get_root_alias($page_alias,parent)}
{$cgsimple->get_page_menutext($parent,maintitle)}
 
   <h2 style="text-transform: uppercase;">{$maintitle}</h2>
   {menu childrenof=$parent collapse='1'}

{newsletterNew}

</div><!--end sidebar-->
<div id="maincontent">

<h1 style="text-transform: uppercase;">{menu_text}</h1>

{if !$ccuser->loggedin()}
{global_content name='news_memberslogin'}   
{FrontEndUsers form='login' nocaptcha='1' returnlast='1'}
{else}

                  {content}

{/if}

</div>

<div id="buttons" {if $maintitle eq 'Members Area'}style="display:none"{/if}>
{if $parent eq ""}
{global_content name=$page_alias}
{else}
{global_content name=$parent}
{/if}

<a href="index.php?page=join-iia"><img src="images/joinbutton.gif" alt="Join iia" /></a>
</div>
<br style="clear: both" />

</div><!--end content-->

{global_content name='newlayoutfooter'}   
{global_content name='scripts'}
<__script__ type="text/javascript"> Cufon.now(); </__script>
<__body>

Any help would be much appreciated!

Here is my install info:
----------------------------------------------

Cms Version: 1.11.9

Installed Modules:

CMSMailer: 5.2.2
FileManager: 1.4.3
MenuManager: 1.8.6
ModuleManager: 1.5.5
News: 2.13
Printing: 1.0.4
Search: 1.7.11
ThemeManager: 1.1.8
Captcha: 0.4.6
FrontEndUsers: 1.22.1
SelfRegistration: 1.6.16
Jobs: 1.0
NMS: 1.0.3
TinyMCE: 2.9.12
CGExtensions: 1.37.3
ECB: 1.4
MysqlDump: 1.2.4
FileBackup: 0.5
FormBuilder: 0.7.3
CGSimpleSmarty: 1.7
CMSPrinting: 1.0.5
MicroTiny: 1.2.5
CustomContent: 1.8.3

Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 64000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true

Php Information:

phpversion: 5.3.27
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 256M
max_execution_time: 30
output_buffering: On
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 64M
upload_max_filesize: 64M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)

Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.5.33
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found

----------------------------------------------

Show more