Discussion:
[Citrusdb-users] I got error on admin page.
Eric Cho
2010-04-23 17:59:43 UTC
Permalink
Hello.

I'm using CitrusDB on localhost.

I found one error when I try to open sub window for configuration menu in tool as follows.



Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Fri, 23 Apr 2010 17:48:04 UTC


Message: Object required
Line: 27
Char: 25
Code: 0
URI: http://localhost/CitrusDB/index.php?load=settings&type=tools




So I opened that page's source by notepad there's something weird.


function toggleOff()
{
var myelement = document.getElementById("WaitingMessage").style;
myelement.display="none";

This source looking for 'WatingMessage' variable, but there's nothing named like this in the source.

How could activate this source ??

Please take a look this problem for me.

Thanks.
Paul Yasi
2010-04-23 18:55:54 UTC
Permalink
What browser are you using? Could you try it in a different or newer browser?

Paul
Post by Eric Cho
Hello.
I'm using CitrusDB on localhost.
I found one error when I try to open sub window for configuration menu in tool as follows.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ;
SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media
Center PC 6.0)
Timestamp: Fri, 23 Apr 2010 17:48:04 UTC
Message: Object required
Line: 27
Char: 25
Code: 0
URI: http://localhost/CitrusDB/index.php?load=settings&type=tools
So I opened that page's source by notepad there's something weird.
function toggleOff()
{
var myelement =
document.getElementById("WaitingMessage").style;
myelement.display="none";
This source looking for 'WatingMessage' variable, but there's nothing named
like this in the source.
How could activate this source ??
Please take a look this problem for me.
Thanks.
------------------------------------------------------------------------------
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
Eric Cho
2010-04-24 00:53:08 UTC
Permalink
Both IE 8 and Firefox 3.6.3 (latest).

I think there's something miss.. (I couldn't find any "WaitingMessage" object in the source)

Thanks.




________________________________
From: Paul Yasi <***@coffeebuzz.com>
To: For users of CitrusDB discussion <citrusdb-***@lists.sourceforge.net>
Sent: Sat, April 24, 2010 3:55:54 AM
Subject: Re: [Citrusdb-users] I got error on admin page.

What browser are you using? Could you try it in a different or newer browser?

Paul
Post by Eric Cho
Hello.
I'm using CitrusDB on localhost.
I found one error when I try to open sub window for configuration menu in tool as follows.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ;
SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media
Center PC 6.0)
Timestamp: Fri, 23 Apr 2010 17:48:04 UTC
Message: Object required
Line: 27
Char: 25
Code: 0
URI: http://localhost/CitrusDB/index.php?load=settings&type=tools
So I opened that page's source by notepad there's something weird.
function toggleOff()
{
var myelement =
document.getElementById("WaitingMessage").style;
myelement.display="none";
This source looking for 'WatingMessage' variable, but there's nothing named
like this in the source.
How could activate this source ??
Please take a look this problem for me.
Thanks.
------------------------------------------------------------------------------
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System

------------------------------------------------------------------------------
Loading...