Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,793
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. You can use phpmyadmin to run raw sql commands. Click the database you want on the left navigation pane, and then hit the sql tab along the top. The commands you type in that box will be run. The other option is you can enable remote mysql connections to your database, and then run an application or command such as mysql --host=johnny.heliohost.org --user=antobarb --database=antobarb_example -p
  2. Since we don't offer command line access to run composer commands on our shared hosting accounts you have 3 options: Get a VPS instead where you'll have root SSH access https://www.heliohost.org/vps/Run the composer commands on your home computer or another system that you do have command line access to, and then upload the resulting directory structure.Use a service such as https://php-download.com/ to run the composer command for you. This doesn't always work very well though.Let us know how we can help.
  3. Please post the following information: Your cPanel username Your main domain The server that you are on
  4. It's because you changed your main domain. Java is only enabled on your main domain, and on Johnny only on http. On Tommy jsp/java works over http or https. When you change your main domain it breaks java/jsp. Your current main domain doesn't even work so I'm going to mark this solved since it's unrelated to your current issue.
  5. Marking solved as he's suspended for violating our terms of service for having more than 1 account. He's also been blocked from calling or texting our phone number because he called me 6 times between 3:23am and 6:02am and left 5 completely unintelligible voicemails. He's also been banned from Facebook for spamming the same request on 5 different random unrelated posts, and sending dozens of private messages to our page as well. He's also been blocked on whatsapp for calling me an unknown number of times. I just uninstalled the app and went back to sleep at around 4am after several calls. Easily the most annoying person I've ever encountered in my 12 years of volunteering for HelioHost.
  6. The default ssl page works on Johnny and Tommy, but Ricky broke and there are literally too many accounts on the server to change the default ssl page anymore. When I try to change the default it errors out because the account list is simply too long for the server to be able to handle it. We were scheduled to rebuild Ricky last February or March 2020, but due to covid we had to delay those plans because it wasn't safe for our staff to travel to the datacenter to do the required Ricky upgrade. We finally got that in person maintenance done a few days ago which gives us the ability to do the long overdue Ricky rebuild. It should hopefully be complete in the next few months, and it will fix many things such as the default ssl page.
  7. It was a server wide error, not your error. Another user broke tomcat, and as soon as java access was removed from their account your .war deployed without errors. Thanks for letting us know about it.
  8. Have you updated winscp when this started happening, or is it the same version that used to work?
  9. What is the database name, and what is the database user?
  10. There you go http://nic.se.ke/test.jsp
  11. Sometimes you can go months without bots finding your wordpress install, but as soon as they find it they just start spamming it to bruteforce the login and spamming it with exploits to try to hack it. Both cause massive load.
  12. When the firewall says "SSH logins" it actually means SFTP. They use the same login system, but obviously SSH is disabled.
  13. Authentication failed sounds like a wrong username or password. Did you change your password recently and not update your ftp client?
  14. Invite sent. For future reference, the fastest way to get support is to post on these forums, and then wait patiently. I work on threads based on the oldest last post first. So each time you bump your thread you move yourself to the bottom of the todo list. Other admins may work on threads in the same way.
  15. Unarchived. If you want a backup you can create one yourself by logging in to cpanel and clicking the backup button.
  16. Ok, after a bit of research for you I think this is the line you need SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 I found that line here https://ember-docs.kekalainen.me/installation/web.html#web-server-configuration The SetEnvIf directive is available for use in .htaccess https://httpd.apache.org/docs/2.4/mod/mod_setenvif.html#setenvif So try putting that line in your .htaccess file and see if it works.
  17. Here is your error: [Fri Jan 01 19:50:26.891443 2021] [core:error] [pid 44741] [client 65.19.143.5:56411] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: https://wmenezes.heliohost.org/ That's usually caused by an error in your .htaccess. For instance is page1 redirects to page2 and then page2 redirects back to page1.
×
×
  • Create New...