-
Posts
26430 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
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.
-
Deployed. http://vaninf.heliohost.org/1/
-
It's not something we can just unflag. Our mail servers use algorithms to determine which emails are spam and which aren't. Here's the report our spam filters gave X-Spam-Status: Yes, score=5.4 X-Spam-Score: 54 X-Spam-Bar: +++++ X-Spam-Report: Spam detection software, running on the system "tommy.heliohost.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see root\@localhost for details. Content preview: for cloud flare i made the account and activate it and when i visit the link from email and enter the website to activate it gives that so again tell me in steps if there is dns nummber should be written, and how i see it,, [...] Content analysis details: (5.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [66.163.191.60 listed in list.dnswl.org] -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (nadeemwagdy[at]yahoo.com) 1.6 HTML_IMAGE_ONLY_24 BODY: HTML: images with 2000-2400 bytes of words 0.0 HTML_MESSAGE BODY: HTML included in message 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid 0.8 CPANEL_LOTS_OF_EMPTY_LINE RAW: Spam that has large block of empty lines 2.3 FORGED_MUA_MOZILLA Forged mail pretending to be from Mozilla X-Spam-Flag: YES Most of your points came from the fact that the email was forged to appear to come from mozilla, and most of the rest of your points came from sending a binary attached image. The first time you send support an email it informs you Please be aware that our system rejects binary attachements. If you are submitting a screenshot or attachement please post a link to the file instead of attaching it to the email. If you can think of a better way to explain that our system rejects binary attachments such as images and screenshots let us know.
-
Here's your error [Fri Jun 09 20:20:12.124673 2017] [wsgi:error] [pid 1213] [client <krydos>:25350] ModuleNotFoundError: No module named 'drEdsby', referer: http://edsby.drte.ch/ Here's the sample dispatch.wsgi from the wiki import os, sys # edit your username below sys.path.append("/home/username_on_heliohost/public_html") from django.core.wsgi import get_wsgi_application os.environ['DJANGO_SETTINGS_MODULE'] = 'hello.settings' application = get_wsgi_application() You don't add your django app to the path so it's not going to be able to find your modules, such as drEdsby.
-
What is the path to the django project on Tommy?
-
Have you read http://wiki.helionet.org/Django#Getting_started_with_Django_1.10 ?
-
We support most of .NET 4.6 and backwards compatible with most everything prior to that.
-
There you go http://khaled.heliohost.org/test.aspx
-
That account was flagged as inactive because the last time it was logged in to was 2017-05-09. If your logins aren't being counted be sure you're logging in at https://www.heliohost.org/login/ Logging in at other urls, especially ones that end with .html, are not guaranteed to work. If you would like to renew the account and continue using it visit https://www.heliohost.org/renew/
-
Escalating this to myself as a reminder to look into it. Also, this request is for Tommy server since it isn't stated in the post.
-
ASP.NET on Tommy only works if you request access first. What is your username or main domain?
-
[Hh#39860] Account Not Available And No In Databe In The Same Time
Krydos replied to HelioHost's topic in Email Support
You created your account literally the day before we started logging account creation failure errors so I can't say why your account didn't get created. The reason the username geograf wasn't available is because your forum account got created, but the hosting account encountered some unknown error. I have renamed your forum account so that your username is available again. Let us know if you can create your account now. -
[Hh#39860] Account Not Available And No In Databe In The Same Time
Krydos replied to HelioHost's topic in Email Support
What is your username that you're trying to use and main domain you would like to create? -
It looks like sosiaku.gq is working. It's putting up a forbidden message for me at least.
-
Changed back.
-
That account is not suspended. What do you see when you go to https://krydos.heliohost.org/ip.php ?
-
Request: Free Auto Ssl Installation On My Domain
Krydos replied to maicol01's topic in Customer Service
You need to change all the links like this <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> To https links or remove them for that error to go away.
