Jump to content

Krydos

Chief Executive Officer
  • Posts

    26476
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. Reading the installation instructions at https://github.com/specify/specify7 it looks like a VPS would be perfect for you. You could do the docker installation and be up and running in probably less than an hour. VPS start at $4.00 per month for the base model, and it's really easy to upgrade later if you need more performance. You can check out the options at https://www.heliohost.org/vps/ I can even give you a free trial for a few days so you can play around with it if you want. Let us know if you're interested.
  2. If your site is popular you could also consider moving to Tommy. Tommy is faster and has better uptime, and doesn't require a monthly payment like a VPS. For a one time donation of only $1.00 USD or more an admin can move your account for you with only a short downtime.
  3. What is the transaction ID?
  4. Unblocked.
  5. To move for free the basic process is: 1) Backup your account. https://johnny.heliohost.org:2083/frontend/paper_lantern/backup/index.html You can take a full backup through cpanel, and download the resulting zipped file. 2) Delete your Johnny account. http://www.heliohost.org/classic/support/scripts/delete If it says your account wasn't found it's probably because you clicked submit twice. 3) Signup on Tommy. https://www.heliohost.org/signup/ Please be aware that free Tommy signups open at midnight UTC and fill fast. Usually in less than 10 seconds. 4) Restore your backup. We recommend extracting your zipped file from step 1 on your home pc. Then upload the public_html directory, recreate your databases though cpanel, and restore your database backup .sql files through phpmyadmin. If you want to save yourself all the hassle of the above an admin can move your account for you without you needing to delete it even if you donate $1.00 USD or more. https://www.heliohost.org/donate/ Just let us know your transaction ID.
  6. Can you provide an example ad?
  7. Zlib compression has been enabled on every single version of php we offer on every single server we offer since before I was an admin. You're literally the only person who has ever requested it to be turned off in the last decade. Unless we suddenly get a huge flood of people requesting the same thing as you, which I really doubt will happen, I'm going to have to suggest you get a VPS where you can set your php ini settings to whatever you want them to be. https://www.heliohost.org/vps/
  8. I tested it out on my Ricky account and softaculous installed Tiny Tiny RSS just fine. Perhaps the load was high when you tried to install it which could cause it to take a long time or timeout entirely. You can check the load on Ricky with this image. http://www.heliohost.org/load/server_load_s.gif Less than 10 is ideal, but I installed it with a load of 15 and it worked. If you want a faster server with better uptime and lower load we recommend switching to Tommy.
  9. Unarchived.
  10. Remote access enabled.
  11. Remote access enabled.
  12. The extension bz2 has been installed on Tommy's php 7.3.
  13. You could also try installing the software manually if softaculous isn't working for you.
  14. Remote access enabled.
  15. The main reason for that error message is if you hit the submit button twice.
  16. Instead of using a relative path ../../cgi-bin use an absolute path /home/ckuo/public_html/cgi-bin.
  17. You can delete your own account with this page http://www.heliohost.org/classic/support/scripts/delete
  18. Usually cloudflare causes more problems than it solves. I'm glad it actually helped someone for once.
  19. Binding to a port will be pointless because all inbound and outbound ports are either already in use by a process or blocked by the firewall. That's why flask and django run with wsgi so you can use port 80 and 443 and don't need to worry about proxying or anything like that.
  20. Why?
  21. Still the same error as yesterday, only now there is another write permission error on the log file: [Thu Feb 13 02:22:16.431547 2020] [wsgi:error] [pid 6287] /usr/local/python3.7/lib/python3.7/site-packages/dotenv/main.py:52: UserWarning: File doesn't exist [Thu Feb 13 02:22:16.431630 2020] [wsgi:error] [pid 6287] warnings.warn("File doesn't exist {}".format(self.dotenv_path)) # type: ignore [Thu Feb 13 02:22:16.656787 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] mod_wsgi (pid=6287): Failed to exec Python script file '/home/nutra/public_html/api/flask.wsgi'. [Thu Feb 13 02:22:16.656925 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] mod_wsgi (pid=6287): Exception occurred processing WSGI script '/home/nutra/public_html/api/flask.wsgi'. [Thu Feb 13 02:22:16.716822 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] Traceback (most recent call last): [Thu Feb 13 02:22:16.716987 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] File "/home/nutra/public_html/api/flask.wsgi", line 9, in <module> [Thu Feb 13 02:22:16.717013 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] from server import app [Thu Feb 13 02:22:16.717040 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] File "/home/nutra/public_html/api/server.py", line 17, in <module> [Thu Feb 13 02:22:16.717057 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] from ntserv.accounts import ( [Thu Feb 13 02:22:16.717082 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] File "/home/nutra/public_html/api/ntserv/accounts.py", line 11, in <module> [Thu Feb 13 02:22:16.717099 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] from .postgres import psql [Thu Feb 13 02:22:16.717122 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] File "/home/nutra/public_html/api/ntserv/postgres.py", line 14, in <module> [Thu Feb 13 02:22:16.717138 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] options=f"-c search_path={PSQL_SCHEMA}", [Thu Feb 13 02:22:16.717164 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] File "/usr/local/python3.7/lib/python3.7/site-packages/psycopg2/__init__.py", line 126, in connect [Thu Feb 13 02:22:16.717216 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] conn = _connect(dsn, connection_factory=connection_factory, **kwasync) [Thu Feb 13 02:22:16.717291 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] psycopg2.OperationalError: FATAL: no pg_hba.conf entry for host "::1", user "root", database "nutra", SSL off [Thu Feb 13 02:22:16.717314 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] [Thu Feb 13 02:22:16.717346 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] [Thu Feb 13 02:22:16.717363 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] During handling of the above exception, another exception occurred: [Thu Feb 13 02:22:16.717425 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] [Thu Feb 13 02:22:16.717464 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] Traceback (most recent call last): [Thu Feb 13 02:22:16.717523 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] File "/home/nutra/public_html/api/flask.wsgi", line 20, in <module> [Thu Feb 13 02:22:16.717544 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] with open('error.txt', 'w+') as f: [Thu Feb 13 02:22:16.717597 2020] [wsgi:error] [pid 6287] [client 65.19.141.66:62057] PermissionError: [Errno 13] Permission denied: 'error.txt'
  22. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  23. Unarchived. You'll need to reset your password before you'll be able to log in.
×
×
  • Create New...