Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. This is the only response I get, and I don't know how to fix this.
  3. I have paid for a morty account and validated my email address. I followed the link to create an account with the username willis1927 I entered a password and confirmed but when I try to login it says no account exists Many thanks Adam
  4. Today
  5. Hello, I would like to add the following sub domains to my account: Account Name: mbta98 Add Sub Domains: cv.bgs.my.id I will be moving these domains to ns1.heliohost.org and ns2.heliohost.org Where/how can I modify the DNS's value for these domain? E.g. for TXT records to enter SPF values? Thank you and kind regards
  6. Still doesnt show the error and now its says 504 Gateway Time-out doesnt load the page https://dead-run.helioho.st/api/health# https://dead-run.helioho.st/log/development.log and the log page stills says i cant see the logs yet if Krydos can take a look at the logs for me i would apreciate very mutch Update now the page is showing the error not api health but api scores I now have detailed diagnostics: Passenger times out at “Handshake with subprocess — 90s”. My Node process prints a log line but never reaches “app start listening for requests”. I realized my app was not calling listen() under Passenger. I’ve updated it to start the HTTP server with server.listen('passenger') when IN_PASSENGER=1 / Passenger env vars are set. I’ll redeploy and restart; this should fix the spawn timeout. Hi! I fixed it — the issue was Passenger spawn timeout because the app wasn’t starting to listen under Passenger. I updated the Node app to listen via the Passenger socket (server.listen('passenger') when IN_PASSENGER=1 / Passenger env vars are present). After redeploy + restart, /api/health returns JSON successfully (ok: true). Thank you for the guidance. thx 4 the help
  7. Hi, Your last question, no. I changed to PHP 8.4.15. on both instalations, as you can see on attached screenshots. Both works fine. Could you please update max_input_vars to 5000, at least on your end? If I can I will upgrade de moodle site elearning.minutice.helioho.st (moodle 5.0.3) by setting up a staging site and continue to update minutice.helioho.st (moodle 5.1.3) for a while. When I decide which installation works well for a personal hobby project, I will delete one of them and continue to maintain only one moodle installation. By the way, I don't have any backup on my main domain (costacja.helioho.st). I have only one backup of my elearning.minutice.helioho.st moodle installation on Softaculous (uses 74.34 MB). On costacja.helioho.st the site is the default one. Could you verify, why my account spends 1058.5 MB? Thanks. Best regards, Carlos Costa
  8. I downloaded it. Thank you.
  9. Hello, Please cancel my Hestia installation request. I will keep the VPS as it is and use SSH/terminal access. No rebuild is needed. Thank you.
  10. Hello, my VPS has now finished building and I received the welcome email. I have not logged in via SSH and I have not configured anything on the VPS yet. I still want Hestia Control Panel installed. If needed, please rebuild the VPS and preinstall Hestia on a fresh system. Thank you.
  11. Hola, Acabo de comprar un nuevo VPS Mars y todavía se está instalando. Me gustaría que el panel de control de Hestia viniera preinstalado en mi VPS, por favor. Si ya no es posible agregar Hestia durante el aprovisionamiento, por favor avísame si puedes reconstruir el VPS e instalar Hestia en un sistema nuevo. Mi correo electrónico de cuenta es: flutterflow614@gmail.com Mi nombre de usuario de VPS es: serverdb Gracias.
  12. thx so i will check tomorrow again to try to see the logs
  13. It takes up to 2 hours for a change to development mode to take effect. Wait 2 hours then try again and it should provide more information. If for some reason it does not, we can escalate it at that point so Krydos can take a look at the logs for you.
  14. ok thx i will try to change to development to see if i can see the error both https://dead-run.helioho.st/api/scores# and https://dead-run.helioho.st/api/health# are getting 504 Gateway Time-out sometimes and when it loads its still the in the same state even that i already change to development it says i dont have permission to acess the log but i already switch to development
  15. Yesterday
  16. The error message you posted says: "You can also get a detailed report to appear directly on this page, but for security reasons it is only provided if Phusion Passenger is run with environment set to development and/or with the friendly error pages option set to on." So if you want a detailed report to appear, then you need to set the environment to development. Since this is the second time you've been impatient about the unpaid volunteer staff not being able to help you immediately, I'd recommend you make use of the technical documentation in our Wiki: https://wiki.helionet.org There is a search function and detailed information on how to use Node on the shared hosting servers. It's unreasonable to expect any of us to drop everything at our paying jobs or school classes because you're not patient enough to wait for someone to be available to assist you, for free, in our spare time.
  17. where do i see my environment ? i founded its production do i need to change to development ?
  18. Since the 20 days that were transferred from the Morty payment have been used up, there is no need for a trial period anymore, so the new link to pay is https://heliohost.org/vps/pay/?code=AsYrhPBG9TMml7Fd
  19. We offer 2 different free domains, ending "helioho.st" and "heliohost.us". Since you already have alperugurcan.helioho.st as your main domain, we could add alperugurcan.heliohost.us as an addon domain for you. Would that work?
  20. Do you have your environment set to development or productions?
  21. My username is alperugurcan I wanna add alperugurcan.helionet.org or smth like that Thanks
  22. Added. # dig +short CNAME shop.ryofist.dev webstore.tip4serv.com.
  23. Your Tommy account was created in 2019, so we always recommend doing a reset on anything that was transferred from cPanel. I started a full backup of the ancient robev account for you, and in a few minutes it will be available to download from https://heliohost.org/backup Once the full backup is downloaded and you are sure you have everything you need let us know and we can do the reset. As far as canceling and deleting the VPS you can do that yourself at https://heliohost.org/dashboard/cancel/ Make sure you login with the username rob33x for your VPS. If you login with your email address it is ambiguous because both the VPS and the Tommy account have the same email address so it will probably default to logging in to Tommy.
  24. Looks like the Apache restart finished or has been unstuck, though the server is still seeing quite a bit of load. Your website is currently up.
  25. Apache looks like it got stuck while restarting as there's a large number of other maintenance tasks piled up behind the restart in the queue. I'm waiting for a response in a staff channel about it...
  26. Hello, I am hosting a Node.js API on dead-run.helioho.st (HelioHost / Plesk). The app never starts: every request shows the generic Phusion Passenger error page (“We’re sorry, but something went wrong” / “Web application could not be started by the Phusion Passenger application server”). The Error ID changes on every refresh, so I assume the process crashes on startup each time. My setup Application root: /httpdocs Document root: /httpdocs Application startup file: server.js Node.js version (panel): 23.11.1 Package manager: npm (I run NPM install from the panel and Restart App) Custom environment variable: LEADERBOARD_JSON_ONLY=true (to avoid native SQLite; the app can fall back to a JSON file) What I have already tried Uploaded a CommonJS server.js with module.exports = app (no listen() under Passenger). Dependencies: Express 4 and cors in package.json; removed native better-sqlite3 from the critical path when using the env var above. Deleted node_modules and ran a fresh npm install, then Restart App. Confirmed server.js, package.json, and node_modules are under /httpdocs. Cleared browser cache; waited after changes. What I need from you Please check the Passenger / Node.js logs for my account/domain and tell me the real stack trace (e.g. missing module, permission denied on data/, Node version issue, etc.). I do not have access to /var/log/passenger/passenger.log from my side. If something in my Plesk Node.js settings is wrong (application root vs document root, Node version, or permissions on /httpdocs / data/), please advise what to change. Sample Error IDs (if helpful): I can provide the latest ID from the Passenger page if you tell me where you prefer I paste it. Thank you for your help. Best regards, smel Domain: dead-run.helioho.st
  27. I've been getting consistent "504 Gateway Timeout" and "502 Bad Gateway" errors all day today. While server status 1 and 2 say the Johnny server is up, something is causing these two errors. Last time I got the same errors because my account was locked (due to FTP over-quota usage). So this time, before posting here, I checked that my account is active and that my website pages are not showing an account suspension notice.
  1. Load more activity
×
×
  • Create New...