-
Posts
24,855 -
Joined
-
Last visited
-
Days Won
885
Everything posted by Krydos
-
[Solved] Java Api For Json Processing On Tommy
Krydos replied to tradeJmark's topic in Escalated Requests
Tomcat on Tommy has been restarted. -
There is a record of that email address requesting a validation code on February 19th. Would you like me to PM you the validation link?
-
@daksh101, the Tommy server time appears to be correct within a second or two. Unless it was out of sync when you posted this thread, and then it synced itself up afterwards. The time is set up to automatically sync fairly often. @byron, on Stevie and Johnny v1.0 I believe the system clock was set to Pacific time, and the timezone was set to UTC which was a really wonky way to do things, and why people had to write such strange php scripts etc to make it work. On Tommy and Johnny v3.0 the system clock is set to UTC, and the local timezone is set to /etc/localtime -> ../usr/share/zoneinfo/America/Los_Angeles
-
Deployed http://fallstardust.heliohost.org/ServerLet/
-
Does it work now?
-
The etc directory is for mail. myacc_name.heliohost.org would translate to the email address myacc@name.heliohost.org and all the email for that address are stored as files in there. I highly recommend not messing with anything in the etc directory or deleting it because it will break your account.
-
The "fix" is to view your site through http (instead of https) or install an SSL certificate on your domain. The certificate for albertnis.com comes up when you try to view a domain on a shared IP with https that doesn't have a certificate of it's own so apache tries to use the first one it finds alphabetically.
-
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.