Jump to content

Krydos

Chief Executive Officer
  • Posts

    26477
  • Joined

  • Last visited

  • Days Won

    946

Everything posted by Krydos

  1. 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.
  2. 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.
  3. 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
  4. You have to make sure the directory that you're outputting the file to is writable by the mysql process.
  5. 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.)
  6. 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) })
  7. You can just copy/paste the transaction code. It's only like 20 character of letters and numbers. No forwards or pictures required for that.
  8. 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.
  9. Remote access enabled.
  10. Yeah, I've never tried it myself, but that would probably work. It might be easier to write a php/python script to query the database and write the .csv file though.
  11. 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.
  12. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  13. If you're planning on making a donation anyways, you might want to check out https://www.heliohost.org/tommy/ Making a donation with that link will send you an invite to create an account on our best server even if it's full for the day. Let us know if you make a donation and don't automatically receive your invitation within a few hours.
  14. 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
  15. Tommy doesn't have python 3.6 anymore. Will your bot run on python 3.7?
  16. Perhaps this will help? https://stackoverflow.com/questions/13339695/nodejs-w-express-error-cannot-get
  17. Doesn't Angular require node.js? That's only available on Tommy.
  18. Unarchived.
  19. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  20. Yes, you can upload the data from your current host to HelioHost using ftp.
  21. The extension postgis has been created on the database ipurnama_data.
  22. 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/
  23. 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.
×
×
  • Create New...