Jump to content

Recommended Posts

Guest Geoff
Posted

Sorry about this. We are aware of this issue and trying to fix it.

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Does this thread help? How about this one?

 

It looks like this issue just results from general problems with your code and doesn't have a generic solution.

 

EDIT: Never mind... looks like we have a problem. Even basic test sites are failing.

Posted

After some research, I am unable to identify the cause of this issue. I have escalated the issue to cPanel tech support; we'll see what they have to say.

Posted

Wait for djbob to post updates. He has submitted the issue to cPanel and we are waiting for a response. ;)

Posted

I am new at asp.net and found helihost. I was hoping it would work but it doesn't seem to. When I view the indes.aspx all I see is the source.

 

<html>

<body>

<form name="login" runat="server">

<asp:TextBox id="user" runat="server" />

<asp:TextBox id="pass" TextMode="password" runat="server" />

<asp:Button id="submitlogin" text="Login" onClick="Submit" runat="server" />

</form>

</body>

</html>

 

I am on the johnny server and I know that I don't have the Submit function in yet for the button. But I thought I would at least see the form. Am I programming it right or is the something I need to change. Please Help. Thanks in Advance

Posted

A little side info: I'm getting now this error:

XML-Verarbeitungsfehler: Kein Element gefunden
Adresse: http://www.mardukcorp.co.cc/login.aspx
Zeile Nr. 1, Spalte 1:

Before it was a 0 Byte html file.

Maybe this helps a little bit. :mellow:

Posted

Yeah, the techs have done some work, but it hasn't quite fixed the problem yet...

Posted

Hey guys... it looks like the issue is now resolved. For the admins' reference, here was the solution:

 

To fix this I stopped Apache, killed any Mono processes running, deleted /tmp/mod_mono* and started Apache. I had noticed that /root/mod_mono_server_global was owned by root which I believe was causing the issue.

Please let me know if the issue persists.

Posted

Okay, fixed. Admins, this will fix the issue going forward:

 

rm -f /tmp/mod_mono_*
killall mono

 

PS: MardukCorp: We have version 6.3.6.0 installed, not 5.0.9.0.

Guest
This topic is now closed to further replies.

×
×
  • Create New...