-
Posts
24,912 -
Joined
-
Last visited
-
Days Won
891
Everything posted by Krydos
-
You can add as many domains to your account as you want. Do you want thebrightchef.com to be an addon domain or show the same content as vlnlss.heliohost.org?
-
Before you log in check https://www.heliohost.org/ip.php and make note of the number. After you get that error check again. The cause of this is usually your ISP changing your dynamic IP on you constantly. You can contact your ISP and ask them to stop changing it so often, use a proxy, or connect from a different ISP.
-
[Solved] Unable To Export Database From Phpmyadmin
Krydos replied to rahulawa's topic in Escalated Requests
Please be patient. When you make a post at 3am you can't reasonably expect a quick response. Deployed. http://rajesha1.heliohost.org/cmis/ -
In softaculous what do you have entered as the SVN repository directory?
-
Deployed. https://shuffly-backend.heliohost.org/shufflyMusicBackend/
-
You create the username and password, and grant permissions at https://tommy.heliohost.org:2083/frontend/paper_lantern/psql/index.html Depending on what you create it will look something like this: username = iniesta_user database = iniesta_db password = <whatever> port = 5432 host = localhost Take a look at http://wiki.helionet.org/Django The .htaccess file is where you define your static file directories that won't be processed through dispatch.wsgi RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] You can add as many directories as you want or change media and admin_media to whatever you want, but whatever you put in there will be served directly from apache to the browser without being processed through django.
-
There is no hosting account named patonoid. The hosting account that matches your forum email address is pato so I guess I'll transfer that one. Please ignore any invitation emails you got to your @ig.com.br email address. Transferring... Your account is on Tommy now. http://empreenda.heliohost.org/ If you see the Johnny queued page or a 404 error please clear your browser cache and flush your os dns records. Thank you for your donation. We really appreciate it.
-
Does it work now?
-
FAIL - Application at context path /afarias_BarcodeNetBar could not be started FAIL - Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/afarias_BarcodeNetBar]]
-
You can delete your account at http://www.heliohost.org/classic/support/scripts/delete
-
That .war file cannot be deployed because java is not enabled on your account. To request java on your account please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and click the Request Java button. Please be aware that since you picked the Johnny server the queue to receive java is quite long. The queue to receive java on a Tommy account is generally only a few hours.
-
It can take up to 24 hours for Johnny accounts to unsuspend sometimes. I'll check back on this thread later today to make sure it unsuspends itself.
-
Alright, it looks like I got it installed. I had to fix a lot of syntax errors by hand. Since you're on Johnny it could take up to 24 hours to start working. Just don't mess with it, and it should start working eventually. I'll check back on this thread later today to make sure.
-
Unarchiving... There you go http://premiumsg.heliohost.org/
-
Your account is now on Tommy. http://zumbalenzburg.heliohost.org/ If you see the Johnny queued page or a 404 error be sure to clear your browser cache and flush your os dns records. Thank you for your very generous donation. We really appreciate it.
-
The point of this post is that the wikipedia page HelioHost doesn't exist and if anyone is willing and experienced in writing wikipedia articles we would greatly appreciate them writing an article about us. We've been in business since 2005 providing free webhosting and as far as we know we're the only 501c3 non-profit webhosting orginization in the world. The wikipedia trolls didn't argue with us being notable. Our article just had too much information, and most of that information was from internal sources like interviews with the founder. We've had thousands of reviews written about us over the years, both good and bad. Academic thesis papers have been written about us. There's a book that has a whole chapter about us. The sources are out there, but the wikipedia folks want someone other than me to write it.
-
To troubleshoot missing modules I highly recommend making a simple helloworld cgi and adding each import one at a time until it throws a 500 error. You can also follow this guide https://www.helionet.org/index/topic/29544-python-27-module-request500-error-troulbeshooting/?p=133824 to use a cron to find your error, although that doesn't always work with django/flask because they are loaded through wsgi. Let us know what you find.
-
If you're using opera mini they do have a compression proxy. Maybe that's where the nginx error came from, but we definitely run apache not nginx.
- 7 replies
-
- an error occurred
- occured
-
(and 2 more)
Tagged with:
-
Oh, you're right. I just checked the username, checked the server, and assumed he was having the same issue as everyone else on Johnny. Or maybe that was added in the edit?
- 7 replies
-
- an error occurred
- occured
-
(and 2 more)
Tagged with:
-
There you go http://denisoft.heliohost.org/test.aspx
-
Since you picked the Johnny server he can experience high load from time to time. This is because he is our experimental server. Experimental means that we allow people who don't care much about uptime or speed to experiment with their code. Johnny has been experiencing higher load than normal for the last few hours, but it should be returning to a more normal level soon. If you need better uptime and speed we recommend one of our production servers like Tommy.
- 7 replies
-
- 1
-
-
- an error occurred
- occured
-
(and 2 more)
Tagged with:
-
That .war file cannot be deployed because java is not enabled on your account. To request java please go to https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and click the Request Java button. Once java is enabled on your account please post back here and we can get that .war file deployed.
-
The modules that come with a default python are not included on the list because they are guaranteed to be there. The list is for installed modules only. # /usr/bin/python2.7 Python 2.7.13 (default, Aug 25 2017, 20:17:53) [GCC 4.4.7 20120313 (Red Hat 4.4.7-18)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> import json >>> import time >>> import httplib2 >>> import googleapiclient >>> import oauth2client >>> from __future__ import print_function >>> import not_a_module Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named not_a_module None of your imports are causing the 500 error. The final not_a_module is to show what it would look like if any of those imports were the issue. Here's a way to debug your script: Go to https://johnny.heliohost.org:2083/frontend/paper_lantern/cron/index.htmlType in an email address that you would like to receive the error report atClick update emailGo to https://www.google.com/search?q=current+time+in+pstPick a time roughly 5 minutes in the future to give you time to finish the rest of this tutorialType the minutes (example: 5 for 2:05pm)Type in the hour in 24 hour format (example: 14 for 2:05pm)Put * in the next three boxes, day, month, weekdayIn command put your shebang without the leading #! (example: /usr/bin/python2.7)Followed by a space and then the absolute path to your script that is throwing a 500 error (example: /home/silverb/public_html/DFArchiver.py)Click Add New Cron JobWait until the time that you set your cron job to run and then check your emailIf you got an email be sure to click delete next to your cron under the Current Cron Jobs header to make sure you don't exceed your 2 per day limitHere is an example email I just got: Date: Sun, 03 Sep 2017 08:06:02 -0700 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - johnny.heliohost.org X-AntiAbuse: Original Domain - yahoo.com X-AntiAbuse: Originator/Caller UID/GID - [503 498] / [47 12] X-AntiAbuse: Sender Address Domain - johnny.heliohost.org X-Get-Message-Sender-Via: johnny.heliohost.org: authenticated_id: krydos2/primary_hostname/system user X-Authenticated-Sender: johnny.heliohost.org: krydos2 X-Source: X-Source-Args: CROND X-Source-Dir: /home/krydos2 Content-Length: 136 File "/home/krydos2/public_html/cgi-bin/test.py", line 6 ^ SyntaxError: unexpected EOF while parsing Sure enough line 6 is print("Heliohost rules!" It's (intentionally) missing the closing parenthesis.
-
Your account does not currently have any open mysql connections.
-
[Solved] Unable To Add Addon Domains To My Johnny Account
Krydos replied to seintitus's topic in Customer Service
This is a pretty common occurrence on Johnny. Since he's an experimental server his load tends to be a lot higher than our production servers. When you try to execute a long delicate task like creating an addon domain while the load is high things can break or only get partially created. I've actually never seen this happen on Tommy or Ricky. I manually fixed your partially created addon domains and you should be able to see them now in your cpanel https://johnny.heliohost.org:2083/frontend/paper_lantern/addon/index.html and they should start working within 24 hours.