-
Posts
25,345 -
Joined
-
Last visited
-
Days Won
907
Everything posted by Krydos
-
Deployed: http://mathayde.heliohost.org/cursoRLJSP/
-
What database are you trying to connect to? lloguers_ad? Remote postgresql access should now be enabled for username=lloguers_sa database=lloguers_ad
-
Error In Postgres Configuration Johnny Server
Krydos replied to ddanniel's topic in Customer Service
Does it work now? -
Here are the instructions on the wiki http://wiki.helionet.org/Java_Servlet#Upload_The_.war_File
-
[Solved] How Do I Request Aspx For My Johnny Account
Krydos replied to jromb6's topic in Escalated Requests
All Johnny accounts come with aspx enabled from creation. -
Error In Postgres Configuration Johnny Server
Krydos replied to ddanniel's topic in Customer Service
Is that the full error? Can you post a link to the test page where this error occurs? -
The forum account likeraintofire has been deleted, and your likerain forum account contact email address has been changed to match your hosting account.
-
There you go http://songbook.heliohost.org/test.aspx
-
I HIGHLY recommend switching to MySQL. We have remote MySQL enabled on Tommy so you can use the same connection settings and the same database locally and on the server. Is there any reason you have to use sqlite?
-
Remote mysql definitely works and is enabled on Tommy. Do you have port 3306 blocked in your firewall?
-
65.19.143.6 or tommy.heliohost.org should work for remote mysql host, and the port is 3306.
-
Django Template Not Loading On Tommy
Krydos replied to nijojob's topic in Website Management and Coding
Oh yeah, you're right on the new syntax https://docs.djangoproject.com/en/1.10/ref/templates/upgrading/#the-templates-settings I changed TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['templates'], 'APP_DIRS': True, ... to TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/home/nijojob/public_html/MyApp2/templates'], 'APP_DIRS': True, ... and it seems to work now? You should probably use something like os.path.dirname to make it more portable if so. -
Django Template Not Loading On Tommy
Krydos replied to nijojob's topic in Website Management and Coding
What does your TEMPLATE_DIRS = ( ) look like? -
[Solved] Heliohost Server Monitor Is Broken
Krydos replied to paladox2014's topic in Escalated Requests
Whitelisted. -
Does it work now?
-
This is because that domain is hosted by us, so emails sent to a domain hosted by us don't need to leave the server. If we did this NO ONE on Tommy would be able to send or receive email.
-
I Cannot Load My Css File In Full
Krydos replied to hrce.tk's topic in Website Management and Coding
flexphysiotherapy.in/css/nav.css looks the same as /home1/hrce/public_html/flexphysiotherapy.in/css/nav.css to me. -
The mysql-python module doesn't apparently support python 3.6 like we are using, but the mysqlclient module does.
-
Does it work now?
-
Post your code?
-
It helps things be a lot less confusing if you let us know the actual names of the domains so we can check settings for you, but I would just use this page https://tommy.heliohost.org:2083/frontend/paper_lantern/subdomain/index.html to create a subdomain. If you're trying to make yourdomain.com show the same thing as your.heliohost.org then you could use https://tommy.heliohost.org:2083/frontend/paper_lantern/park/index.html
-
It looks like all you need to do now is set your nigelbarksfield.co.uk nameservers to ns1.heliohost.org and ns2.heliohost.org and your domain will be hosted. Your account has existed and been ready to go since 2017-02-14.
