-
Posts
26450 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
I just tested SMTP on Ricky and it's working for me. Here are the settings that should work for you: email: user@yourdomain.heliohost.org imap: ricky.heliohost.org imap user: user@yourdomain.heliohost.org port: 993 password: <passwordforthataccount> smtp: ricky.heliohost.org smtp user: user@yourdomain.heliohost.org port: 465 password: <passwordforthataccount>
-
I never got sqlite working with django when I was experimenting. I just switched it to mysql and it worked perfectly. If you want to have it work with the same mysql database at home when you're developing and on the server without changing the settings each time just set up a remote mysql connection and it all should work.
-
What is your username, or main domain?
-
Deployed. http://citisnet.heliohost.org/citisnetsql3/
-
LMGTFY https://www.google.com/search?q=free+ga+domain
-
I'm having difficulty understanding you. Perhaps if it wasn't all in caps it would make a little more sense. Anyways, to enable cloudflare you would need a domain such as promotingall.com or promotingall.tk. You can't add cloudflare to a promotingall.heliohost.org type domain. Perhaps that is the confusion you're encountering?
-
What is your username, or main domain?
-
Those values are because Tomcat is proxied through Apache.
- 2 replies
-
- server name
- port
-
(and 2 more)
Tagged with:
-
You can put your own site on cloudflare using the plugin in cpanel. Here are the instructions to switch servers http://wiki.helionet.org/Moving_your_account
-
You picked Johnny which is our slowest experimental server. We provide this server for the people who don't need great response time, and don't care too much about uptime. If you want a faster server we recommend switching to Tommy.
-
Cool.
-
Deployed. http://vaninf.heliohost.org/2/
-
You're fine. Don't worry about it. I'm glad it's working for you now.
-
Have you tried these settings in Filezilla? host: tommy.heliohost.org port: 1342 protocol: SFTP logon type: normal user: lgpchelp password: <same as cPanel password> If that doesn't connect are there any error messages?
-
[Solved] Can Not Use Default Ssl Or From Cloudflare
Krydos replied to sosmed96's topic in Customer Service
Yeah, ssl is working for me too https://www.sslshopper.com/ssl-checker.html#hostname=sosiaku.gq -
In order to get a fresh install of cPanel the first step is to delete your account at http://www.heliohost.org/classic/support/scripts/delete and then create a new account at https://www.heliohost.org/signup/ Let us know if you need help with anything.
-
What is the problem with cloudflare?
-
So I installed django-debug-toolbar on python 3.6 on Tommy At least it's not a worthess 500 error now http://edsby.drte.ch/
-
[Sat Jun 10 21:15:58.236674 2017] [wsgi:error] [pid 19289] [client krydos:31885] ModuleNotFoundError: No module named 'debug_toolbar', referer: http://edsby.drte.ch/
-
Yep.
-
I read through the logs some more and found this as well [Sat Jun 10 04:43:48.904414 2017] [wsgi:error] [pid 6587] [client krydos:10808] ModuleNotFoundError: No module named 'django_jinja', referer: http://edsby.drte.ch/
-
Yep, you've got a new error now: [Sat Jun 10 04:18:38.747773 2017] [wsgi:error] [pid 26724] [client krydos:10325] RuntimeError: populate() isn't reentrant, referer: http://edsby.drte.ch/
-
What do you see when you go to http://promotingall.heliohost.org/ ? Any error messages or anything?
-
Yeah, it probably should be. The way I debug things is start really small and simple, and make sure that works. Then just keep adding small parts and making sure they all work as you add them. When I was experimenting I remember having trouble with this line os.environ.setdefault("DJANGO_SETTINGS_MODULE", "drEdsby.settings") which is the way startproject command writes it. I changed it to something more like os.environ['DJANGO_SETTINGS_MODULE'] = 'drEdsby.settings' and had better success. Does that work?
-
Same error. It still can't find the drEdsby module.
