-
Posts
24,140 -
Joined
-
Last visited
-
Days Won
847
Everything posted by Krydos
-
Our apologies for the delay in responding to your message. The forum that you posted this thread in is primarily designed for the Heliohost community to discuss code and help each other manage their websites as it states in the description of the forum: I have moved your thread to the appropriate subforum, Customer Service. In the future to receive the swiftest resolution to any issues that you may have it is strongly recommended to choose the most appropriate subforum to create your topic. Are you able to connect to cpanel, ftp, and view your site in a browser now?
-
Perhaps if you described the problem more we could help more. Are there any error messages? Can you post a link to the site so we can see it for ourselves?
-
You can do whatever you want with your files whenever you want as long as you don't break any rules or violate the terms of service http://wiki.helionet.org/Terms It's your account, and it's your files; if you want to delete them go ahead.
-
Deployed. http://vishalsarkar2050.heliohost.org/OVIS/
-
=> SELECT COUNT(*) FROM pg_language WHERE lanname = 'plpgsql'; count ------- 1 (1 row) It sure looks like it's already installed to me. Like I said, if you aren't able to use plpgsql you just need to drop the database, and recreate it. Here is the results of the same query on a database that I created before I installed plpgsql on Johnny. It hasn't been dropped and recreated: => SELECT COUNT(*) FROM pg_language WHERE lanname = 'plpgsql'; count ------- 0 (1 row) I think your confusion is from using the wrong command. You don't need to create the language because only superuser privileges can do that, and the language is already created. You just need to use create the function in the language plpgsql.
-
[Solved] Error While Creatinn Ror Application Via Cpaneln
Krydos replied to anandkrs's topic in Escalated Requests
This should be fixed now. See http://www.helionet.org/index/topic/15603-johnny-ruby-on-rails/ -
I just deployed the .war for you. If there is a code error in the .war it's up to you to change the code so it will work. If you want to deploy a new version of the .war just create a new topic for it.
-
LMGTFY: http://www.google.com/search?q=dotnetnuke+install+instructions of course a better question would be does dotnetnuke work with mysql? http://www.dotnetnuke.com/Resources/Blogs/EntryId/393/Running-DotNetNuke-on-MySQL.aspx
-
Yes, mono clears its own cache. I'm not sure if it's based on time, or if it's based on how much cached code it has and then when new code is added it deletes the oldest, but cache issues like this clear themselves up with time (or an admin can clear it manually.)
-
My bad, I didn't see it hiding in the error message spam. I cleared the mono cache for you http://jetwebhost.heliohost.org/
-
Link? Mono/asp.net has a tendency to cache code so the first time you load the page it might be a little slower as it processes the code, and then subsequent visits will be much faster since it's loading cached data. The downside to this is sometime changes you make don't show up immediately since it's using cached data. Time will fix this usually.
-
Your domain works fine, but it's just a blank page. If you're still seeing the queued page please clear your cache. If you want your site to be more than a blank page upload some different files to your public_html folder.
-
It was working 5 seconds ago when I posted the link. Does it work now?
-
Since your account is now using 104 MB total I'm going to assume that you got logged in, deleted a bunch of spam mail, and everything is good now.
-
Java is not enabled on that account. Please monitor http://www.helionet.org/index/topic/15425-request-for-java-sw2013/
-
Deployed. http://vishalsarkar2050.heliohost.org/OVIS/
-
The domain plr-gold.tk has NOT been added to cPanel. If you want the domain to show the contents of /home/giulio74/public_html/ then use this link http://johnny.heliohost.org:2082/frontend/x3/park/index.html If you want the domain to show the contents of /home/giulio74/public_html/plr-gold.tk/ then use this link http://johnny.heliohost.org:2082/frontend/x3/addon/index.html
-
By having two (or more) active accounts without prior permission you run the risk of both accounts being suspended. If you don't want your Johnny account you should delete it http://www.heliohost.org/home/support/scripts/delete
-
Did you drop the database and recreate it?
-
I got your account to 497/500 the other day so it was under quota, but I think you waited too long and it filled back up before you got a chance. Your account is now listed as 100 MB under quota so please try to get logged in and start deleting the rest before it fills up again. While we're talking about it, what url do you use to log into your mail? If you use something like http://baskets.tk:2095/ you should be able to log in no matter how much usage your account is at. You could also log in with a client using pop3 or imap. Let us know if you're still unable to get your mail account under control.
-
It's working for me. If you're still seeing the queued page clear your browser cache. By the way, the same thing happened to me on a .tk domain. They just started redirecting everyone to some terrible search engine or something and were trying to charge me $40 to buy my own domain back that I had been using for a few years. It's such a scam, but since co.cc died there aren't a lot of good options for free domains anymore. It certainly puts the $10 or whatever for a .com/.net/.org a little more in perspective.
-
To update your DNS simply log into the registrar that you purchased your domain from. In your case it sounds like you used godaddy. Then delete any nameservers that may already be there and type in ns1.heliohost.org and ns2.heliohost.org What that message means about using third party DNS servers is that godaddy won't be able to directly edit the contents of the ywander.com.db files that are served when someone requests your domain. Most people don't need to worry about that though since cPanel takes care of all that behind the scenes. If you're curious about what it looks like here is the link http://johnny.heliohost.org:2082/frontend/x3/zoneedit/advanced.html
-
To elaborate a little on what Tjoene already said: That account is active, and the domain is working fine. It was created on April 9th at 12:42am PDT, and anytime after that you should be able to log in at http://heliohost.org/ Using an alternate login method such as sidoncode.heliohost.org/cpanel is not recommended, but it should be available in less that 24 hours after account creation if you insist on using it. If logging into http://heliohost.org/ results in an invalid password type error you can visit http://stevie.heliohost.org:2082/ and use the password reset box. If that doesn't work for you let us know and we can do a manual password reset and test logging into your account for you too.