-
Posts
24,558 -
Joined
-
Last visited
-
Days Won
869
Everything posted by Krydos
-
His username is surely helio607. Sometimes it can say invalid login when the server load is high because the login times out due to slow response from the server. You can check the average load on Johnny over the past 15 minutes by viewing this image: When that number is less than 10 you should be able to log in without timing out. You can log in when the load is higher, but it may take a couple tries. The reason for all of this is because you picked Johnny the experimental server. What experimental means is that he can have much higher load, and periods of downtime. If you want to be able to log in to cpanel on the first try each time we recommend using a production server such as Tommy.
-
I'll consider MariaDB on Ricky when we rebuild him.
-
Tommy already has Python 2.7.5 on it. Would you rather move or stay on Johnny and have Python 2.7 there?
-
Good job.
-
Unarchived. You should now be able to log in at https://www.heliohost.org/login/ and your website should start working again within 24 hours.
-
Yes, you're right. You don't need the double stantoine if accessed from the subdirectory since that moves the webroot. I didn't realize you were using a subdomain so this would have caused a 500 error if you were using your main domain like I assumed. Python pillow 4.2.1 installed on Tommy version 3.6.0 /usr/bin/python3.6 https://krydos.heliohost.org/cgi-bin/modules36.py You actually don't need a shebang for django or flask. Even if you put the shebang of python 2.7 it would just ignore it and use 3.6 anyways. You don't even need the files to be executable; 644 suffices.
-
What does the console say? You can access it by pressing F12 in Chrome.
-
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.
-
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.
-
Do any of these help https://www.google.com/search?q=ajax+not+sending+data ?
-
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.
-
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]
-
What is the error?
-
[Solved] My Account Has Been Flagged As Inactive
Krydos replied to feshibab's topic in Escalated Requests
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. -
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.
-
# ./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>
-
[Solved] Please Remove Suspension From My Website
Krydos replied to abidkhan's topic in Suspended and Queued Accounts
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 -
[Solved] My Website Is Blocked, Please Reactivate It
Krydos replied to sharamke's topic in Suspended and Queued Accounts
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 -
http://wiki.helionet.org/Moving_your_account
-
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.
-
Does it work now?
-
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.
-
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.
-
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.
-
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.