-
Posts
25,495 -
Joined
-
Last visited
-
Days Won
913
Everything posted by Krydos
-
The cpanel backup page is https://ricky.heliohost.org:2083/frontend/paper_lantern/backup/index.html
-
Well, someone hacked your account. The index.php on your wordpress install has a backdoor, and they were using it for illegal activities. Would you like a copy of your database?
-
It's not a problem; it's a security feature. Remote postgresql is only enabled by request. You should now be able to connect to the potsgresql database shurlik_ursus remotely from the ip 91.237.114.10 using the postgresql username shurlik_admin. Let us know if you need help with anything else.
-
What do you use your account for?
-
In the last 3 hours and 30 minutes since you were unsuspended you've skyrocketed to the highest load account on Ricky once again even though all the other accounts had quite a bit of a head start. It says most of your load is coming from these two files: /home/besharin/public_html/besharing.id/index.php /home/besharin/public_html/besharing.id/wp-cron.php It looks like a wordpress install. Maybe disable some plugins or something? You could also take a look at https://torquemag.io/2015/08/ways-to-speed-up-wordpress-decrease-page-load-time/ Generally the longer your site takes to load the more load it's putting on the server.
-
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.
-
Deployed. http://citisnet.heliohost.org/citisnetsql3/
-
Those values are because Tomcat is proxied through Apache.
- 2 replies
-
- server name
- port
-
(and 2 more)
Tagged with:
-
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 -
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/
-
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/
-
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 ?
-
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.
