Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,186
  • Joined

  • Last visited

  • Days Won

    853

Everything posted by Krydos

  1. Since you picked the Johnny server this can happen sometimes. Johnny is an experimental server which means that he can experience high load fairly often. If you try to add a domain during a spike of high load it can sometimes break or the domain can get half set up. I have fixed your domain and it should show up on the addon page now. The domain should start working within the next 24 hours.
  2. Maybe try a simpler test. Just create a new page with the minimum code possible. That way you can figure out if it's something conflicting or if the problem is directly with your code.
  3. Do any of these help https://www.google.com/search?q=ajax+not+sending+data ?
  4. I just registered an account and got the verification email. I clicked the link in the email and it gave me a 404 error. Make sure the link you email out is correct.
  5. Here's your /home/arvy/public_html/stantoine/.htaccess RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(stantoine/dispatch\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ stantoine/dispatch.wsgi/$1 [QSA,PT,L] The line for dispatch.wsgi starts from the webroot which is public_html. So according to the .htaccess it looks for /home/arvy/public_html/stantoine/dispatch.wsgi and it can't find it there because it's actually one directory deeper in /home/arvy/public_html/stantoine/stantoine/dispatch.wsgi That's fine and it matches the structure that running the startproject command on your home computer creates. So, try changing your /home/arvy/public_html/stantoine/.htaccess to this RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(stantoine/dispatch\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ stantoine/stantoine/dispatch.wsgi/$1 [QSA,PT,L]
  6. What is the error?
  7. Your account has been unarchived and you should now be able to log in at https://www.heliohost.org/login/ again. Your domain should start working within the next 24 hours.
  8. Thanks for finding that. I've submitted a request for a higher limit, but it says it may take a couple weeks to get back to us. I'll keep you all updated on how it goes.
  9. # ./deploy_java dessingu root User dessingu found. Unable to find file: /home/dessingu/root.war Java is enabled on dessingu Usage: deploy_java <username> <.war file>
  10. This account has been suspended for violation of our one account per user policy which is clearly stated during the creation process of each and every account on Heliohost. A common misconception is that you need a separate account for each website that you want to host, but since Heliohost differs from most free hosts and even most paid hosting by offering unlimited addon domains, unlimited parked domains, and unlimited sub domains one can easily and conveniently host as many separate websites as they wish all from your one free hosting account. If multiple accounts were created to get around our disk space limit we strongly suggest using a free service such as dropbox to host your large images, videos, and downloads while continuing to host your website with us if you wish. If you understand that each user is only allowed to have one active account please let us know which account you would like to use and it can be unsuspended for you. Also let us know if you need backups of any of the data on the other accounts, and if there are any domains on the suspended accounts that you would like to host on your main account because we will need to remove them from the suspended account before you will be able to host them on your unsuspended account. For example: user1: unsuspend user2: backup user3: backup, idontreadrules.com user4: thoughticouldgetawaywithit.org
  11. This account has been suspended for violation of our one account per user policy which is clearly stated during the creation process of each and every account on Heliohost. A common misconception is that you need a separate account for each website that you want to host, but since Heliohost differs from most free hosts and even most paid hosting by offering unlimited addon domains, unlimited parked domains, and unlimited sub domains one can easily and conveniently host as many separate websites as they wish all from your one free hosting account. If multiple accounts were created to get around our disk space limit we strongly suggest using a free service such as dropbox to host your large images, videos, and downloads while continuing to host your website with us if you wish. If you understand that each user is only allowed to have one active account please let us know which account you would like to use and it can be unsuspended for you. Also let us know if you need backups of any of the data on the other accounts, and if there are any domains on the suspended accounts that you would like to host on your main account because we will need to remove them from the suspended account before you will be able to host them on your unsuspended account. For example: user1: unsuspend user2: backup
  12. http://wiki.helionet.org/Moving_your_account
  13. We've been hitting the rate limits on autossl so some certificates are expiring instead of automatically renewing. I recommend http://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate to get your https working again without errors.
  14. Does it work now?
  15. You can download your backup at https://www.heliohost.org/backup/ and recreate your account at https://www.heliohost.org/signup/ Let us know if you need help restoring your backup.
  16. That means your trying to log in to your database with the mysql username root, not xsirk_r. So you need to fix your user field. You will also need to use a password to connect. Use the same password you used when you created the xsirk_r mysql user.
  17. Your IP was blocked because you tried to log in to cPanel with the wrong password too many times. In the future logging in at https://www.heliohost.org/login/ will prevent your IP from being blocked again. Unblocked.
  18. Java is not enabled on that account and .war files cannot be deployed on accounts that don't have java enabled. To request java please go to https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Be aware that the queue to receive java on Johnny is currently very long. The queue to receive java on Tommy is roughly 24 hours or so.
  19. Same error. Try setting that to 4 instead of 20.
  20. Then I recommend the Tommy server as it has the best uptime.
  21. I think since we enabled autossl when there were already a lot of accounts on Tommy they all had their certificates updated right around 90 days ago. https://www.helionet.org/index/topic/28033-autossl/ I noticed that the comodo queue was kind of backed up and it was hit or miss on which autossl certificates were getting updated. I switched to LE to try to clear out some more of the queue. I know we'll hit the rate limits on LE, but it appears Comodo must have some rate limits too. I've contacted cpanel to ask them about it, but so far none of them want to admit to there being any rate limits. When LE gets maxed out I'll switch back to Comodo and see if that will take care of some more. Worst case scenario we disable autossl for everyone, and make it a requested feature. I manually ran LE autossl on rax2 and it picked up a lot of missing/expired certificates.
  22. Why do you need to have your sites on different servers?
  23. Same error. Still won't start.
  24. I've been experimenting with autossl providers for the last couple days so it's currently set to Let's Encrypt not Comodo, but I forced it to run on your domain: https://royalsdestiny.tk https://www.sslshopper.com/ssl-checker.html#hostname=royalsdestiny.tk
  25. Have you gotten django working at all? Start with this guide: http://wiki.helionet.org/Django
×
×
  • Create New...