-
Posts
24,213 -
Joined
-
Last visited
-
Days Won
856
Everything posted by Krydos
-
Unblocked.
-
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/
-
Remote access enabled.
-
The extension bz2 has been installed on Tommy's php 7.3.
-
Remote access enabled.
-
[Solved] Remote access for PostgreSQL database on Tommy
Krydos replied to teguayco's topic in Escalated Requests
Remote access enabled. -
[Solved] Remote access for PostgreSQL database on Tommy
Krydos replied to rehub's topic in Customer Service
The main reason for that error message is if you hit the submit button twice. -
Instead of using a relative path ../../cgi-bin use an absolute path /home/ckuo/public_html/cgi-bin.
-
[Solved] Remote access for PostgreSQL database on Tommy
Krydos replied to rehub's topic in Customer Service
You can delete your own account with this page http://www.heliohost.org/classic/support/scripts/delete -
Usually cloudflare causes more problems than it solves. I'm glad it actually helped someone for once.
-
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.
-
[Solved] Remote access for PostgreSQL database on Ricky
Krydos replied to gtchuah's topic in Escalated Requests
Remote access enabled. -
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'
-
There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
-
Unarchived. You'll need to reset your password before you'll be able to log in.
-
[Inactive] SSL Page Still Still Showing Up Even After Configured
Krydos replied to taylors1's topic in Customer Service
You get the error messages in your browser because you have self-signed certificates installed. You have to install certificates from a valid certificate authority like Let's Encrypt to get ssl without the warnings. We recommend this guide https://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate -
[Wed Feb 12 04:01:47.630248 2020] [wsgi:error] [pid 10510] /usr/local/python3.7/lib/python3.7/site-packages/dotenv/main.py:52: UserWarning: File doesn't exist [Wed Feb 12 04:01:47.630302 2020] [wsgi:error] [pid 10510] warnings.warn("File doesn't exist {}".format(self.dotenv_path)) # type: ignore [Wed Feb 12 04:01:48.077793 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] mod_wsgi (pid=10510): Failed to exec Python script file '/home/nutra/public_html/api/flask.wsgi'. [Wed Feb 12 04:01:48.077974 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] mod_wsgi (pid=10510): Exception occurred processing WSGI script '/home/nutra/public_html/api/flask.wsgi'. [Wed Feb 12 04:01:48.120412 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] Traceback (most recent call last): [Wed Feb 12 04:01:48.120571 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/home/nutra/public_html/api/flask.wsgi", line 7, in <module> [Wed Feb 12 04:01:48.120600 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] from server import app as application [Wed Feb 12 04:01:48.120628 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/home/nutra/public_html/api/server.py", line 17, in <module> [Wed Feb 12 04:01:48.120645 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] from ntserv.accounts import ( [Wed Feb 12 04:01:48.120670 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/home/nutra/public_html/api/ntserv/accounts.py", line 11, in <module> [Wed Feb 12 04:01:48.120687 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] from .postgres import psql [Wed Feb 12 04:01:48.120710 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/home/nutra/public_html/api/ntserv/postgres.py", line 14, in <module> [Wed Feb 12 04:01:48.120727 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] options=f"-c search_path={PSQL_SCHEMA}", [Wed Feb 12 04:01:48.120752 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/usr/local/python3.7/lib/python3.7/site-packages/psycopg2/__init__.py", line 126, in connect [Wed Feb 12 04:01:48.120769 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] conn = _connect(dsn, connection_factory=connection_factory, **kwasync) [Wed Feb 12 04:01:48.120843 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] psycopg2.OperationalError: FATAL: no pg_hba.conf entry for host "::1", user "root", database "nutra", SSL off You're trying to connect to postgres with the username root. That's never going to work. If you look at the first two lines, it looks to me like it's not finding your .env file.
-
[Solved] Remote access for PostgreSQL db in Johnny
Krydos replied to stewartp's topic in Escalated Requests
Remote access enabled. -
These two lines have to reference the same file name. In the top line you say the file is named api.wsgi, and in the second line you say it's flask.wsgi. Which one is it actually? The logic behind these two lines is the first one says "Is the request going through api.wsgi? If so stop processing rules and leave the request as is." The second line basically says, "If the request isn't going to flask.wsgi already redirect the request and process it through the .wsgi file." Since the two lines don't reference the same file name it just endlessly loops.
-
/usr/local/bin/php should work and on Johnny it's php 7.2 Here's the errors your script is showing: PHP Warning: fopen(../../cgi-bin/div_radar_cgi/curl_log_updateStocks.txt): failed to open stream: No such file or directory in /home/ckuo/public_html/div_radar/tools/updateStocks.php on line 15 PHP Warning: curl_setopt(): supplied argument is not a valid File-Handle resource in /home/ckuo/public_html/div_radar/tools/updateStocks.php on line 17 d1 = 2020/02/11 d7 = 2020/02/18 PHP Warning: fclose() expects parameter 1 to be resource, bool given in /home/ckuo/public_html/div_radar/tools/updateStocks.php on line 25
-
Unarchived.
-
Unarchived. Your username is skab33 now.
-
Your backup can be downloaded from https://www.heliohost.org/backup/
-
[Solved] Support Email Robots Stuck in a Loop :P
Krydos replied to wolstech's topic in Escalated Requests
I added that email address to the blacklist so even if they send another email it won't start a loop again.