Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,840
  • Joined

  • Last visited

  • Days Won

    670

Everything posted by wolstech

  1. There isn't a control panel for java. It is enabled on your account though. I see a tomcat 404 error. You just need to upload your scripts. If you need a .war deployed, upload it to your home folder, then ask for it to be deployed in customer service.
  2. Please clear your cache. As for moving to Stevie, see this wiki topic: http://wiki.helionet.org/Moving_your_account
  3. I see that website fine. If you still see the suspended page, please clear your cache.
  4. That account is not suspended and is working fine for me. It's being a bit slow to load right now though due to Johnny's load. If you still see the suspended page, please clear your cache
  5. That'd be because it came out of queue, then got suspended for running 19 cron jobs. The limit is 2 in a 24 hour period. Your account has been unsuspended.
  6. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  7. The I in index being capitalized might be the issue. Linux filenames are case-sensitive. Try renaming it to "index.php" in all lower-case.
  8. I've never understood it either, but I think it has to do with how cpanel works. Every cpanel host I've used requires this, and every non-cpanel host didn't. One of the admins would know the details on this.
  9. It's normal. All domain setup or change can take up to 48 hours. If you're on Johnny, it can sometimes take a little longer due to load. The reason you have to wait is because one of the processes on the server needs to restart (I think its Apache, but not sure) before your domain will work. If we restarted it immediately every time a domain was added/removed/changed, high load from it restarting and downtime would be an issue.
  10. You just registered yesterday. Give it another 24-48 hours to finish being set up.
  11. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  12. There isn't any way for you to check it, but if you ask in customer service, an admin can usually tell you.
  13. There is no way for a user to just check how much load they're using, however you can ask in customer service. An admin can usually tell you.
  14. You were indeed suspended for high load. This was your second suspension for it, and a third may be permanent. Your account has been unsuspended.
  15. I'm sorry, but that account cannot be unsuspended.
  16. Your new host appears to be working since I see your blog/profile at that domain. If you still see the queued page, please clear your cache.
  17. As byron said, you are better off parking it. I have mine set up the same way byron does, and it has been useful several times (I lost a domain once, and also where I work my .tk domain is blocked but heliohost.org is not, so I can still use my site through my subdomain). If for some reason you really want to change your main domain though, use this script to do so: http://www.heliohost.org/home/support/scripts/domain
  18. You were suspended for running 5 cron jobs. The limit is 2 per day. Your account has been unsuspended.
  19. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
  20. I don't know anything about oscommerce or its templates. What I can say is that the issue is not a server problem, but an issue with the software installed on your account. I'll move this to Website Management and Coding, which is for this sort of issue. Perhaps someone else here knows more about oscommerce. If not, I'd recommend finding another template, or (if its possible) just disabling the image slideshow on that page.
  21. The simple answer is that the error means the php script tried to get data out of a database, and failed trying to do so. That file specifically appears to be part of the image slideshow on that website. If I had to guess, the template you used is installed incorrectly or is just broken.
  22. It means that whatever got passed into mysql_fetch_array() wasn't the result of a mysql_query() call. Odds are the SQL query failed, and the script just lacks error checking to catch the failures. If it just randomly appeared and was working before, I wouldn't be surprised if mysql was just bogged down, and I'd wait to see if it goes away on its own. You are on Johnny, so such things are rather prone to happening. If you wrote this script, you need to check the code. The input of mysql_fetch_array() is supposed to be the resource returned by a mysql_query(). You get this error if you put anything else into it (including a failed mysql_query(), which returns false). Also, where are you seeing this? Your website looks fine.
  23. The error just means the captcha was wrong. You can just try again. The second word in the picture: your "lo" is actually a b.
  24. Your DNS has indeed propagated: http://byrondallas.heliohost.org/php/tools/dns_records.php?domain=marionfamily.org&rec=ALL Since the NS records are there and correct, I'm out of ideas as to why it won't allow you to add the domain. I'll move this topic to customer service. An admin will likely know more about why this isn't working for you.
  25. If you want to use A records, you need to use that domain as your main domain, which you can do by changing your main domain using this script. If you want to use it as an addon domain as you are trying to do now, you need to delete the A records and create NS records pointing to ns1.heliohost.org and ns2.heliohost.org instead.
×
×
  • Create New...