Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,797
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. Here's your error: [Sat May 23 04:18:05.998369 2020] [cgi:error] [pid 29633] [client x.x.x.x:59951] End of script output before headers: ea-php72, referer: https://qubesystems.heliohost.org/ It looks like you're using php 7.2. Try changing it to php 7.3 and see if it works then.
  2. Intl and iconv are both already installed on Johnny's php 7.3. Are you sure you have your php version set correctly?
  3. You're on Tommy now. Thanks for the donation.
  4. The accounts laxmidha and shitalsc are his too. You may not be aware of this, but you can host as many domains as you want on ONE account. You don't need an account per domain.
  5. java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) You can't connect to mysql with the root account on a shared server. Please use a mysql user that you created through cpanel.
  6. Yes, pip installs and updates requirements so all you need to do is request django-spirit and pip takes care of the rest. https://krydos.heliohost.org/cgi-bin/modules37.py
  7. I also want to mention that 500 errors are possible on any of our servers if the load is high. Johnny and Ricky are more overloaded than Tommy, but even Tommy is hosting thousands of websites at the same time, and if thousands of people around the world try to load those pages at around the same time the load goes up. It's also possible for people on Tommy to run bloated high memory software, like wordpress, which can cause the server to run out of memory and then the load spikes and causes 500 errors for everyone. If you want to remove everyone else causing errors on your website the only way to do that is to get a VPS where your website is the only site on the entire server. 500 errors should be less common on Tommy though. (Unless you're the one causing them.)
  8. I tried this out on my Tommy account and I got the same result as you. The problem is express apparently does not like being in a subdirectory. As soon as I created a subdomain for it, it started working perfectly. https://express.krydos.heliohost.org/ You'll need to create a subdomain for it, or put it on the webroot of either your main domain or an alias or an addon domain. Ghost, which is another cranky node.js thing, hates being in a subdirectory as well. Here's my app.js var express = require('express') var app = express() app.get('/', function (req, res) { res.send('Express is working on HelioHost!'); }) var server = app.listen(3000, function () { var host = server.address().address var port = server.address().port console.log('Example app listening at http://%s:%s', host, port) })
  9. That link automatically sends out invitations if the paypal contact email address doesn't already belong to an account. It doesn't automatically move accounts if the email address is already in use. We have to do that manually.
  10. I think Angular would work on Johnny anyways, as long as you compiled it with node.js on your home pc, and then uploaded the result.
  11. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  12. The python3.7 module praw on the Johnny server has been upgraded to version 7.0.0. https://krydos2.heliohost.org/cgi-bin/modules37.py
  13. Tommy doesn't have python 3.6 anymore. Will your bot run on python 3.7?
  14. Perhaps this will help? https://stackoverflow.com/questions/13339695/nodejs-w-express-error-cannot-get
  15. Doesn't Angular require node.js? That's only available on Tommy.
  16. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  17. The extension postgis has been created on the database ipurnama_data.
  18. Here's your error: [Sun May 17 05:41:29.185802 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] mod_wsgi (pid=37849): Failed to exec Python script file '/home/geofferyj/public_html/geoffery/dispatch.wsgi'., referer: http://geosblog.ml/ [Sun May 17 05:41:29.185859 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] mod_wsgi (pid=37849): Exception occurred processing WSGI script '/home/geofferyj/public_html/geoffery/dispatch.wsgi'., referer: http://geosblog.ml/ [Sun May 17 05:41:29.186162 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] Traceback (most recent call last):, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186264 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "/home/geofferyj/public_html/geoffery/dispatch.wsgi", line 10, in <module>, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186285 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] application = get_wsgi_application(), referer: http://geosblog.ml/ [Sun May 17 05:41:29.186311 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186327 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] django.setup(set_prefix=False), referer: http://geosblog.ml/ [Sun May 17 05:41:29.186350 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "/usr/local/python3.7/lib/python3.7/site-packages/django/__init__.py", line 19, in setup, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186367 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING), referer: http://geosblog.ml/ [Sun May 17 05:41:29.186390 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "/usr/local/python3.7/lib/python3.7/site-packages/django/conf/__init__.py", line 57, in __getattr__, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186406 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] self._setup(name), referer: http://geosblog.ml/ [Sun May 17 05:41:29.186429 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "/usr/local/python3.7/lib/python3.7/site-packages/django/conf/__init__.py", line 44, in _setup, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186445 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] self._wrapped = Settings(settings_module), referer: http://geosblog.ml/ [Sun May 17 05:41:29.186468 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "/usr/local/python3.7/lib/python3.7/site-packages/django/conf/__init__.py", line 107, in __init__, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186489 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] mod = importlib.import_module(self.SETTINGS_MODULE), referer: http://geosblog.ml/ [Sun May 17 05:41:29.186514 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "/usr/local/python3.7/lib/python3.7/importlib/__init__.py", line 127, in import_module, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186531 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] return _bootstrap._gcd_import(name[level:], package, level), referer: http://geosblog.ml/ [Sun May 17 05:41:29.186554 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "<frozen importlib._bootstrap>", line 1006, in _gcd_import, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186579 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "<frozen importlib._bootstrap>", line 983, in _find_and_load, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186603 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186628 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186653 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "<frozen importlib._bootstrap>", line 1006, in _gcd_import, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186677 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "<frozen importlib._bootstrap>", line 983, in _find_and_load, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186702 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked, referer: http://geosblog.ml/ [Sun May 17 05:41:29.186741 2020] [wsgi:error] [pid 37849] [client x.x.x.x:50322] ModuleNotFoundError: No module named 'geoffery', referer: http://geosblog.ml/
  19. Unblocked. If you go to the FTP page at the top of the page is the hostname and port and everything you need to connect to SFTP.
  20. Here are your modules https://krydos.heliohost.org/cgi-bin/modules37.py And remote access enabled.
×
×
  • Create New...