Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,186
  • Joined

  • Last visited

  • Days Won

    900

Everything posted by Krydos

  1. Does it work now?
  2. 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.
  3. 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.
  4. Deployed: http://mathayde.heliohost.org/cursoRLJSP/
  5. What database are you trying to connect to? lloguers_ad? Remote postgresql access should now be enabled for username=lloguers_sa database=lloguers_ad
  6. Here are the instructions on the wiki http://wiki.helionet.org/Java_Servlet#Upload_The_.war_File
  7. All Johnny accounts come with aspx enabled from creation.
  8. Is that the full error? Can you post a link to the test page where this error occurs?
  9. The forum account likeraintofire has been deleted, and your likerain forum account contact email address has been changed to match your hosting account.
  10. There you go http://songbook.heliohost.org/test.aspx
  11. 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?
  12. Remote mysql definitely works and is enabled on Tommy. Do you have port 3306 blocked in your firewall?
  13. Let us know if you have any questions about how to install anything or if you need any help.
  14. 65.19.143.6 or tommy.heliohost.org should work for remote mysql host, and the port is 3306.
  15. 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.
  16. What does your TEMPLATE_DIRS = ( ) look like?
  17. https://laracasts.com/discuss/channels/laravel/installing-laravel-on-server-without-ssh
  18. Does it work now?
  19. 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.
  20. Do you have steps that we could use to reproduce the error?
  21. flexphysiotherapy.in/css/nav.css looks the same as /home1/hrce/public_html/flexphysiotherapy.in/css/nav.css to me.
  22. The mysql-python module doesn't apparently support python 3.6 like we are using, but the mysqlclient module does.
  23. Does it work now?
×
×
  • Create New...