Object id #36 on Top Page

4 replies [Last post]
Offline
Joined: 2009-06-15
Posts: 7

Hardware: Virtual Host provide by Vmware ESXi
Operating System: Linux CentOS 5.3 64
AMP Stack: Apache 2.2.8, MySQL 5.0.45, Php 5.2.6
OpenFISMA version: The last, 2.3

Hi guys, sorry about many problems.

Now there is a line on top page "Object id #". Anybody knows how to remove this line?

Tks

Offline
Joined: 2009-06-15
Posts: 7
RE: Object id #36 on Top Page

Hi guys,

I found a file "application/layouts/scripts/layout.phtml" and in the first line there is this content doctype()}\n" ?>

I dont know why, but I removed and now it´s ok
If anybody knows what do this line, please notice.

Tks so much

Offline
Joined: 2009-04-16
Posts: 89
RE: Object id #36 on Top Page

"'lferla' pid='39' dateline='1248289473'" wrote:

Hi guys,

I found a file "application/layouts/scripts/layout.phtml" and in the first line there is this content doctype()}\n" ?>

I dont know why, but I removed and now it´s ok
If anybody knows what do this line, please notice.

Tks so much

That's a very strange error. I have never seen it before.

The doctype is used to tell the browser how to interpret the page. So if you were able to fix it by removing that line, that indicates to me that maybe your browser is doing something unexpected.

Which browser are you using? What plugins do you have installed for the browser?

Offline
Joined: 2009-06-15
Posts: 7
RE: Object id #36 on Top Page

Hi Mark, tks for your reply.

I´m using IE 8.0, Firefox 3.5 and Chrome and all browsers has the same behavior. I posted another article to ask some help, cos I cant see the button to subimit Mitigations activities.

About the plugins, I have many, but I tested in other default setup computers and they have the same message.

If you want I could send my logs and configuration files.
Tks so much

Offline
Joined: 2009-07-15
Posts: 8
RE: Object id #36 on Top Page

I got an error much like this a while back, I think it was Object id #0 though. It turned out to be an issue with the version of php. RHEL 5 only has version 5.1.x of php in its repository, while OpenFISMA requires 5.2.x+.

Matt