Guest Geoff Posted May 8, 2011 Posted May 8, 2011 Sorry about this. We are aware of this issue and trying to fix it.
Ashoat Posted May 8, 2011 Posted May 8, 2011 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.
Ashoat Posted May 9, 2011 Posted May 9, 2011 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.
jje Posted May 11, 2011 Posted May 11, 2011 Wait for djbob to post updates. He has submitted the issue to cPanel and we are waiting for a response.
Will Dixon Posted May 11, 2011 Posted May 11, 2011 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
MardukCorp Posted May 11, 2011 Posted May 11, 2011 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.
Guest Geoff Posted May 11, 2011 Posted May 11, 2011 Will Dixon is also receiving this error: http://willdixon.heliohost.org/index.aspx
Ashoat Posted May 11, 2011 Posted May 11, 2011 Yeah, the techs have done some work, but it hasn't quite fixed the problem yet...
Ashoat Posted May 12, 2011 Posted May 12, 2011 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.
MardukCorp Posted May 12, 2011 Posted May 12, 2011 It worked for me: http://www.mardukcorp.co.cc/login.aspx Thanks for the help and keep up the good work! ;-)
Ashoat Posted May 13, 2011 Posted May 13, 2011 Awesome! Glad it's working. Closing due to issue being resolved...
MardukCorp Posted May 14, 2011 Posted May 14, 2011 Glad you didn't closed this thread. I'm getting the error again! http://www.mardukcorp.co.cc/login.aspx Its a 0byte page or this error: XML-Verarbeitungsfehler: Kein Element gefunden Adresse: http://www.mardukcorp.co.cc/login.aspx Zeile Nr. 1, Spalte 1: ^
Ashoat Posted May 14, 2011 Posted May 14, 2011 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.
Recommended Posts