DataFace Display Issues

Archived from the Xataface Users forum.

Wed Nov 14, 2007 4:04 pm

Hi,

I’m having some issues with the stylesheet displayed. Dataface is running correctly for other people within the organization from their computer but on mine for some reason, i got no idea why it doesn’t renders correctly. When i try to access Dataface i’d get missing images and it loads very slow. I’ve tried using three different browsers (I.E., FireFox, Opera) but none seems to work for me. Has anyone of you out there encountered a similar issue like mine?

CSS - http://xataface.com/df/plone.css

Linked-in stylesheet

font-color is an unknown property

Line 1675:

font-color: #8cacbb;

————^

Error:

name: ReferenceError

message: Statement on line 2: Reference to undefined variable: registerRecord

Backtrace:

Line 2 of inline#30 script in http://stp-webops/endeca_tracking/index … de_exclude

registerRecord(“override_exclude?pid=32”, {__title__ : “75269”, __url__ : “http://stp-webops/endeca_tracking/index.php?-table=override_exclude&-action=browse&pid=%3D32”});

JavaScript - http://stp-webops/endeca_tracking/index … de_exclude

Inline script thread

Error:

name: ReferenceError

message: Statement on line 2: Reference to undefined variable: registerRecord

Backtrace:

Line 2 of inline#31 script in http://stp-webops/endeca_tracking/index … de_exclude

registerRecord(“override_exclude?pid=33”, {__title__ : “93366”, __url__ : “http://stp-webops/endeca_tracking/index.php?-table=override_exclude&-action=browse&pid=%3D33”});

JavaScript - http://stp-webops/endeca_tracking/index … de_exclude

Event thread: load

Error:

name: ReferenceError

message: Statement on line 1: Reference to undefined variable: bodyOnload

Backtrace:

Line 1 of script

bodyOnload();

At unknown location

[statement source code not available]

Code: Select all
[img][/img][img][/img][img][/img][url][/url]

[url][/url][url][/url][url][/url]


shannah — Wed Nov 14, 2007 9:47 pm

Are you loading the css file directly from the dataface website? What does your index.php file look like? Specifically what is your value for the dataface url (the 2nd parameter of the df_init() call)? This should point to the dataface installation on your server.

-Steve