Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,798
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. You're on Tommy now. Thanks for the donation.
  2. Normally when you do the Register Application step it creates two files. One for http and one for https. When I checked your account the https one was missing, so that's why it worked over http, but not https. To fix it I copied the http setting over to the https virtualhost and restarted apache. The reason I think it happened is you probably added that domain, and then quickly registered the application prior to autossl running and setting up ssl for that domain. Since the https virtualhost didn't exist at the time register application couldn't create both records like it normally does. To fix it yourself you probably could have just ran the register application step of the guide again, and waited two hours for apache to restart. To prevent it from happening in the future, just make sure ssl is working before you register the application.
  3. There you go https://akilis.cf/
  4. Your recurring donation has been canceled, and your domain has been pointed back to your Johnny account. You can use .htaccess or html or whatever to redirect the domain now. Thanks for being a VPS customer.
  5. I actually have a situation on one of my personal sites where https on certain api calls breaks things, but I want the site itself to be served over https to browsers. So I don't use .htaccess redirect as that would force all the api calls to use https too. Instead I use this php code on the browser viewable pages. if (empty($_SERVER['HTTPS']) || $_SERVER['HTTPS'] === "off") { $location = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; header('HTTP/1.1 301 Moved Permanently'); header('Location: ' . $location); exit; }
  6. That's funny, because you have >>>5<<< of them running at once right now: # ps aux | grep -v grep | grep andyye03 andyye03 1863 0.2 0.2 272596 45280 ? S 15:45 0:08 /usr/bin/python3.7 /home/andyye03/public_html/cgi-bin/gaonnuriallimi.py andyye03 8600 0.2 0.2 270036 42480 ? S 15:50 0:07 /usr/bin/python3.7 /home/andyye03/public_html/cgi-bin/gaonnuriallimi.py andyye03 22318 0.3 0.2 268244 41036 ? S 15:44 0:09 /usr/bin/python3.7 /home/andyye03/public_html/cgi-bin/gaonnuriallimi.py andyye03 23821 0.2 0.2 272600 45068 ? S 15:46 0:08 /usr/bin/python3.7 /home/andyye03/public_html/cgi-bin/gaonnuriallimi.py andyye03 25727 0.2 0.2 266092 38652 ? S 15:56 0:06 /usr/bin/python3.7 /home/andyye03/gaonnuriallimi.py I'll kill them for you.
  7. The extensions cannot be installed because it appears you're in violation of our Terms of Service. Each user is allowed to have one account. Please delete all accounts in excess of one as soon as possible and let us know when you're done.
  8. There you go https://krydos.heliohost.org/73/phpinfo.php Be careful though, in the last month two people on Tommy have had imagemagick fill the entire /tmp partition, which causes cpanel and mysql to stop working. Obviously their accounts were suspended.
  9. The extension exif has been installed on Johnny's php 7.2. https://krydos2.heliohost.org/72/phpinfo.php
  10. The modules cannot be installed because you're in violation of our Terms of Service. Each user is allowed to have one account. Please delete your extra accounts.
  11. I tried installing Yetiforce on Tommy through softaculous, and I got the same error, but when I opened a browser to the directory it was fully installed and fully functional. The install probably takes longer than the browser UI allows for so you get an error, but the installation continues in the background and succeeds.
  12. What is your database user that you want to have access? Since your username is lpgjr it should start with lpgjr_ or just be lpgjr without anything after it.
  13. One failed to install, and a lot of those are default modules that come with every python install. # /usr/local/python3.6/bin/pip3.6 install smtlib Collecting smtlib Could not find a version that satisfies the requirement smtlib (from versions: ) No matching distribution found for smtlib https://krydos1.heliohost.org/cgi-bin/modules36.py If you need python3.7 you need to change servers to Johnny or Tommy. Ricky only has 2.7 and 3.6.
  14. Are you using python 2.7 or python 3.6?
  15. Did you make an exception in .htaccess to allow static files to be handled by apache rather than passing them through dispatch.wsgi?
  16. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  17. [Tue May 05 18:26:44.452842 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] Traceback (most recent call last):, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453011 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] File "/home/painless/public_html/store.painlesspvp.ml/Index/dispatch.wsgi", line 10, in <module>, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453047 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] application = get_wsgi_application(), referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453093 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453136 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] django.setup(set_prefix=False), referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453167 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] File "/usr/local/python3.7/lib/python3.7/site-packages/django/__init__.py", line 24, in setup, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453188 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] apps.populate(settings.INSTALLED_APPS), referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453227 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 89, in populate, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453254 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] app_config = AppConfig.create(entry), referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453296 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/config.py", line 90, in create, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453317 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] module = import_module(entry), referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453345 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] File "/usr/local/python3.7/lib/python3.7/importlib/__init__.py", line 127, in import_module, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453365 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] return _bootstrap._gcd_import(name[level:], package, level), referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453392 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] File "<frozen importlib._bootstrap>", line 1006, in _gcd_import, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453421 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] File "<frozen importlib._bootstrap>", line 983, in _find_and_load, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453460 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked, referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ [Tue May 05 18:26:44.453523 2020] [wsgi:error] [pid 109280] [client 108.162.216.123:52682] ModuleNotFoundError: No module named 'allauth', referer: https://www.helionet.org/index/topic/39594-solved-django-ecommerce-site-showing-err-500-on-deployment/ If you use a module that isn't installed it will give a 500 error. # /usr/local/python3.7/bin/pip3.7 install allauth Collecting allauth Could not find a version that satisfies the requirement allauth (from versions: ) No matching distribution found for allauth Let me know what module you need installed.
  18. I'm not sure why Softaculous doesn't send a warning email prior to the subscription expiring. They finally sent me an email the day after it expired.
×
×
  • Create New...