Page 1 of 1

call to FEU module upsets layout

Posted: Fri Jan 15, 2010 2:50 pm
by docman
Hi, I need some help with the following issue.

1. I developed a site on a local installation. I have a FEU module call from one of the pages (Intarnet) as shild of the home page.
2. Loading Intranet comes up with a FEU login panel as it should on the local installation. Both the Home and the Intranet pages uses the same template.
3. However, on my live site (that otherwise seems to functions identical to the local one), when the Intranet page is loaded no layout is produced but only the individual items listed ("raw").

Any help is much appreciated.

Re: call to FEU module upsets layout

Posted: Fri Jan 15, 2010 3:08 pm
by jmcgin51
So your page structure is like this, right?

Home
- Intranet

and both pages use the same template, and Home appears fine on both local and live installs, but Intranet does not appear to include any CSS or layout on the live site?

what is your FEU call on the live site?  Are you using a WYSIWYG page editor on the live site?  If so, make sure it hasn't messed up your HTML entities.

Re: call to FEU module upsets layout

Posted: Fri Jan 15, 2010 3:54 pm
by docman
I got somewhat closer to the root of the problem.

It may have to do with the template of the FEU module. It crashes upon loading with this error message:

"          Truetype-Directory is not readable!"

The broken layout is not in the original encoding (UTF-8), but in latin-1.

The broken layour is greatly different in its source from the that of the Home page (Doctype, etc.).

I could not find  Truetype-Directory, so far.