Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,790
  • Joined

  • Last visited

  • Days Won

    827

Everything posted by Krydos

  1. By default the VPS firewall is disabled. I checked your VPS and the firewall is still disabled so you're probably not blocked. What was the exact error from PyCharm?
  2. Webroot means marcatexto.helioho.st. Subdirectory would be something like marcatexto.helioho.st/node. You can also use the webroot of a subdomain like node.marcatexto.helioho.st. Up to you. I've been developing software for quite a few years and it's always easier to start simple and debug one problem at a time than start at maximum complexity and debug 100 issues at the same time. This doesn't really mean anything if your development environment is different than your production environment. It's like saying my boat works fine when it's on my development lake, but it doesn't work at all on my production parking lot. The environment of a lake and a parking lot are quite different.
  3. I would simplify things a bit. Your pages are returning error code 401 which means authorization required. They should be returning 200 ok. Maybe try setting up a test app that doesn't have database connection, and all the other complications. Then if that works you can build from that and make small changes. If you get an error after a change you can know what the issue is. The way things are now it could be 500 different things causing the issue, and it's difficult to narrow it down. The other thing that might be useful is installing Passenger locally so you have a more similar development environment in case that is what is causing issues.
  4. On Plesk you can't run node apps in a subdirectory. They have to be at the webroot. Are you using Passenger locally too?
  5. Plesk has github integration built into it, but I haven't personally tried it out. You could check out this guide that the developers of Plesk wrote https://docs.plesk.com/en-US/obsidian/customer-guide/git-support/using-remote-git-hosting.75848/ Let us know if it works.
  6. IP addresses might be considered private information to some people so I removed it from Wolstech's post. If the person says their own IP address publicly then it's fine because they disclosed their own private information.
  7. Oh, ok. Right now it's set up to bill again for $5.00 on December 6th, but if you cancel on December 4th it won't charge again. Just let us know if you need help.
  8. It's not a problem because remote access is intentionally disabled for security. Most people don't want or need remote access so it's off by default until you request it. Remote access enabled.
  9. There is no VPS matching the email address on your forum account. Which VPS number is yours?
  10. The four subsubdomains matching the four directories have been created for you. Not implemented yet. We're working on it.
  11. If you check Login > Plesk > Websites & Domains > cyclos.za.org > Logs you can see that your error after renaming your .htaccess file has changed. mod_fcgid: stderr: Next Illuminate\\Database\\QueryException: SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO) (SQL: select * from `languages` where `code` = en limit 1) in /home/cyclos.za.org/public_html/vendor/laravel/framework/src/Illuminate/Database/Connecti Your database user obviously isn't 'forge'@'localhost'. It has to start with tchesoen_ you can find the exact database user on the databases tab if you forgot the name that you chose when you created it.
  12. Sun Dark called this one. Your main domain iceitcup.heliohost.org was transferred to Plesk, but it was kind of pointless because it immediately redirects to your .net which was still being hosted on cPanel. I transferred all of your domains over to Plesk now. Regarding the undetected logins There were a few people whose logins weren't being detected originally, but it should be working for everyone now. If you want I can manually set your login date to a week ago, and you can test logging in to see if it updates the system properly.
  13. Thanks for the feedback. I'll see if I can figure out why it took so long to renew your account. Glad everything is working now.
  14. Created, but it looks like the tumblr end isn't configured correctly yet. Created. In order to do the redirect I created an .htaccess file with these contents in the music.pinkie.horse directory: RewriteEngine On RewriteRule ^(.*)$ https://trixie-sonata.bandcamp.com/ Feel free to edit it if you need some other configuration.
  15. Your website is working for me. Are you able to login?
  16. Your VPS has been canceled and you won't be charged again. Thank you for using our VPS service.
  17. An invite to create an account has been sent to the provided email address.
  18. Yeah, your account has used 470 GB of memory in the last 24 hours. Please don't start processes if you have no idea how to stop them. There were two node processes that had been running since 2022-11-01. I stopped them.
  19. You listed fav.or.id twice, but apart from that they've all been added. 4 of them are good to go, but 4 of them have the wrong DNS settings. To host a domain with us you can either: Use our nameservers: ns1.heliohost.org and ns2.heliohost.org Or use any external DNS provider (such as Cloudflare) and create an A record pointed to 65.19.141.77 Let us know if you need help with anything else.
  20. Sure, that's fine then. What is the email address you want the invite sent to? I have enabled DMs if you don't want to post it publicly.
  21. Since you're here, I'd like to also mention that your account has used over 402 GB of memory in the last 24 hours which is more than twice as much as the second highest account. Load and memory usage don't matter too much right now because there aren't that many accounts on the server, but eventually we'll have to start suspending people if the server's uptime and speed start to dip.
  22. Ahh, that might be it then. Tommy is running PostgreSQL 13 and Johnny is going to have 14.
  23. The wildcard subdomain has been created and points to the directory wildcard in your home directory.
×
×
  • Create New...