-
Posts
24,609 -
Joined
-
Last visited
-
Days Won
871
Everything posted by Krydos
-
What is the url to your django page?
-
You don't need a complete log because your issue is very simple. I'm not going to waste my time copy/pasting 20 pages of spam and making sure there isn't any info from other users hidden amidst it all. java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO) This is a shared server with thousands of other users, so no, you can't connect to the database as the root user especially without a password.
- 4 replies
-
- Java
- spring boot
-
(and 1 more)
Tagged with:
-
It looks like you already have an account called edrick2 on Tommy. Users are only allowed to have 1 active account at a time. Would you like me to suspend your Tommy account and unarchive your Johnny account?
-
There you go https://krydos.heliohost.org/cgi-bin/modules37.py
-
Here's your error: SEVERE [localhost-startStop-2] org.apache.catalina.startup.ContextConfig.beforeStart Exception fixing docBase for context [/iotblend_iotb] java.util.zip.ZipException: error in opening zip file It looks like your .war file is corrupt. Try creating it again. You can test if it's a valid .war archive by renaming it to a .zip file and unzipping it.
- 4 replies
-
- Java
- spring boot
-
(and 1 more)
Tagged with:
-
For anyone who searches and finds this thread, that error message likely meant that your MX record(s) are incorrect. OP switched to zoho which involves changing the MX records, which fixed the issue.
-
That account was deleted by request from either you, or someone that knows your password. Would you like a new Tommy invite?
-
Oh yeah, I forgot about that guy accusing Tommy of having the corona virus. Maybe Tommy had it, and then gave it to Johnny?
-
[Solved] VPS slow (and CPU at 100% during operations)
Krydos replied to maicol07's topic in Escalated Requests
Alright, you're booted up and running on the new hard drive. Sorry it took a little longer than advertised. Real life happened while I was copying it. Let me know if the performance is any better. -
We finally got a response back from Payoneer. Our application to create an account was denied because Payoneer doesn't allow non-profits to use their services. Does Skrill work in your country?
-
Remote access enabled.
-
That's a new one. I've heard hundreds if not thousands of people complain about Johnny's performance over the years, but no one has ever accused him of having a virus.
-
You also have to keep in mind that on shared hosting it's not just you using flask or django. There's hundreds of other people using it, and if we upgrade flask or django it may break dozens of people's websites that aren't compatible with the new version. If you want full control over having the latest versions we recommend a VPS where you'll have root access to install any version you want as soon as it's available.
-
Maybe this will help? https://www.postgresql.org/docs/9.1/collation.html CREATE TABLE test1 ( a text COLLATE "de_DE", b text COLLATE "es_ES", ... ); You should be able to create tables through phppgadmin.
-
[Solved] VPS slow (and CPU at 100% during operations)
Krydos replied to maicol07's topic in Escalated Requests
Yes, the hard drives are definitely the slowest part of your VPS, and that's why we're doing a fundraiser to buy faster ones. Mysql does a lot of reading and writing to the disk too. I'm not sure why your CPU usage is so high though. Generally if the hard drive is being slow that actually causes the CPU usage to be lower since it's just waiting for the data to arrive. If you don't mind an hour or two of downtime I could try moving you to a different hard drive to see if that helps. Make sure you take a backup of everything if you want to try that. Copying files should be fairly safe, but you never know. Let me know if you want to try it. -
[Solved] Request To Connect Remotely To Postgresql
Krydos replied to enesonme's topic in Escalated Requests
Remote access enabled.- 6 replies
-
- postgresql
- connect
-
(and 2 more)
Tagged with:
-
You can also help out on discord to get promoted if you enjoy chat more than forums.
-
What is the URL where you have this hosted on our servers?
-
You must delete ahkdev.ml from addon domains and alias domains before you can change your main domain.
-
I took a look at the pop3 logs, and I can confirm that google is connecting to our server successfully and downloading your emails. Unfortunately we can't access google's systems to provide support for anything that happens to your emails after they leave our server. You'd have to contact gmail support, which as far as I know is non-existent. It's probably some spam related issue though. Who knows? The only other way I know how to receive and send emails from a custom domain through gmail like you're trying to do is to set up gsuite, but that isn't free unless you're a school or a non-profit. Something that may help, which also isn't free but is probably cheaper than gsuite, is a dedicated IP. If you pay $2 per month, or $20 per year you can have your own dedicated ipv4 for your account so you won't have to use the shared server ip. I'm willing to give you a refund if you pay and it doesn't help your emails arrive in your gmail inbox correctly.
-
Which version of php are you using?
-
[Solved] VPS slow (and CPU at 100% during operations)
Krydos replied to maicol07's topic in Escalated Requests
Actually your VPS is the problem right now. You're causing 95.42 load, Johnny is 148.24, and the problematic VPS was at 79.30. For a comparison the rest of the VPS on the server are less than 10. -
Jenova, one of the HelioHost admins, was having trouble getting the wordpress plugin to work too on one of his personal sites. I think he finally just deleted the plugin and installed it using the manual instructions.
-
[Solved] Help unsuspending account for 30 days of inactivity
Krydos replied to gad1001's topic in Escalated Requests
Unarchived. -
You can host as many domains with whatever TLDs you want on your account. This news post was in regard to the free subdomains that we provide.