Jump to content

Krydos

Chief Executive Officer
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Are you using MariaDB or PostgreSQL?
  2. You could also create the tables manually through Phpmyadmin.
  3. The only plans that have shell access are VPS which can be seen at https://heliohost.org/vps/ It looks like you signed up for the $19 Morty plan. There are a few ways that I can think of that you can run your migrations without shell access. 1. Use Bash CGI to run the python command. 2. Enable remote database connection and run your migrations from the development environment if it has shell access. 3. Run the migrations on your development environment and then import the database into your Morty account. If none of those sound good to you, and you absolutely can't continue living without SSH, then we could exchange your Morty account for a VPS plan instead.
  4. Closing due to inactivity since there has been no response in this thread for over a week. If you're still having this issue or need help with something else please open a new ticket.
  5. That error likely means you have an infinite loop in your .htaccess. For instance, domain.com/a redirects to domain.com/b which redirects back to domain.com/a which redirects back to domain.com/b and so on until your browser gets sick of it and shows you an error. Another common way to end up with that error is if your code redirects from http to https and then https redirects back to http which redirects back to https, and so on. One useful tool that I've found for debugging infinite loops like that is curl on the command line. Just run curl firsturl.com and examine the output of what it's redirecting you to. Then curl secondurl.com and see if the second page is redirecting you back to the first. When you say migrations are you referring to setting up a database, or migrating something else?
  6. The file has been deleted. Keep in mind you can fix this yourself by increasing your storage space at https://heliohost.org/dashboard/storage/ rather than waiting for an admin.
  7. Closing due to inactivity since there has been no response in this thread for over a week. If you're still having this issue or need help with something else please open a new ticket.
  8. Here's a guide I found on how to install Tomcat on Ubuntu 24. Since you have root access to the VPS you have the ability to install anything you want without an admin's help. https://medium.com/@jasonrbodie/learn-linux-install-apache-tomcat-10-and-nginx-on-ubuntu-24-04-5bcdd9fad1c9 If you're new to Linux or if if you have any questions feel free to ask. We prefer to give users the opportunity to learn how to do stuff like this themselves if they're willing to learn. If you mess things up you always get 1 free rebuild per month.
  9. Yeah, thanks for using Perl. Not many people do so it's cool to see it getting some use. Let us know if you need help with anything else.
  10. The rebuild has been started and you'll have the Hestia control panel installed as well. The Hestia login with be Username: admin Password: <same as SSH password for fatedmagic> Hestia URL https://vps154.heliohost.us:8083/ Obviously that URL won't work until it gets done installing. You'll get an email when it finishes.
  11. Our email system doesn't accept attachments, like it says in the first autoreply email you received a few seconds after you emailed us originally. But, I went ahead and installed the missing Python modules for you anyways because it took you 5 days to remove the modules that are already installed from your list. You mentioned "please solve the error I am facing". What is the error message you're seeing? If the error is in regard to the missing modules, does it work now that they are installed?
  12. Your VPS is ready now, and you should have received an email about it. Depending on the OS you select it can take anywhere between 6 minutes to 24 hours for it to be ready. CentOS Stream 10 is closer to the 24 hour end of the spectrum. In fact, you're the only person who has ever requested this OS.
  13. Something like this may work depending on your software. Make sure the port matches what port your websocket is running on. RewriteEngine on RewriteRule (.*) http://127.0.0.1:33333/$1 [P,L] If it doesn't work let us know and we can try an Nginx proxy instead.
  14. I'm not sure why you need all of these installed. Most people just use one type of database at a time. Nonetheless, they have been installed.
  15. Are you still interested in signing up for a VPS?
  16. Glad it's working. Let us know if you need help with anything else.
  17. It looks like your email sending privileges were revoked today for trying to send 246 emails. The default limit is 50 sent emails per day, but it looks like you've already had your limit increased once to 100 sent emails per day here https://helionet.org/index/topic/64314-hh684367-email-related-issues/#findComment-289368 I assume all of the answers to those questions haven't changed. I have increased your limit to 250 sent emails per day.
  18. According to translate.google.com you said: Good morning, I'm contacting you regarding the daily email sending limit for my account associated with the domain giuliodinatale.it. In the next few days, I will need to send an official communication to several institutional recipients (approximately 74 addresses of Parliament and its employees). This is a single, legitimate, and non-commercial message. To avoid any automatic blocks or spam reports, I kindly ask you to increase your daily email sending limit to at least 200 messages per day. I remain available for any additional information or necessary verifications.
  19. Have you read https://wiki.helionet.org/FAQ#Does_HelioHost_support_sockets?_Which_ports_are_open?
  20. Does it work now?
  21. Are you using Python 3.12 or Python 3.9?
  22. It looks like you paid $19 for $24 Morty prepaid balance. This isn't a subscription. It's just a one-time payment, so there is no billing zipcode or any billing information at all really saved. $24 balance at $1 per month generally lasts people 2 years, but if you have any memory or CPU overages it could shorten the time. You can add to your prepaid balance at any time if you want, but right now your estimated expiration date is 2027-09-21. We'll email you once a month to keep you updated on how your balance is being used. If your balance goes all the way to zero we'll email you one last time to ask you if you want to increase your prepaid balance, and if we don't hear from you your account gets moved to Tommy, and will then require logins every 30 days to stay active. If you fail to login the account is archived, and you can renew it at any time through our website. TLDR: You didn't signup for a subscription.
  23. Remote access enabled. host=64.62.151.106 port=5432 user=blasco86_tstsite dbname=blasco86_tstsite_db password=<set in Plesk> It looks like you picked the Johnny plan, which doesn't have SSH. If you need SSH you will have to choose a VPS plan instead which can be found at https://heliohost.org/vps/
  24. Remote access enabled. host=65.19.154.94 port=5432 user=victord1_nutrilink_app dbname=victord1_nutrilink password=<set in Plesk>
  25. Yeah, your account definitely didn't reactivate correctly. This happens sometimes on Johnny due to high load and the number of accounts. I manually reactivated it. Is everything working now?
×
×
  • Create New...