-
Posts
24,534 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
Do you really think any visitor to your site is going to sit there watching a loading spinner for 2 whole minutes waiting for your site to load? https://blog.kissmetrics.com/loading-time/?wide=1 25% of your visitors have already left your site at 4 seconds. At 120 seconds surely 99.999% of users are long gone.
-
Opinions Of My Website, Could It Include Anything?
Krydos replied to Bailey's topic in Website Management and Coding
On the skills page make a hover over popup thing or at least link to what the various icons mean. Maybe when you click them it opens a hidden description? -
Does anyone see the issue now?
-
What username are you using when you try to login at johnny.heliohost.org:2083?
-
Your ip isn't blocked.
-
Could Heliohost Apply For Funds From The Pineapple Fund?
Krydos replied to miwilc's topic in Other Discussion
Thanks for finding this. It certainly doesn't hurt to apply so I did. -
Unable To Restore Database From Backup From Ricky
Krydos replied to huabao's topic in Customer Service
I'm afraid so. -
Have you tried the host tommy.heliohost.org as suggested?
-
Deployed. http://jimesh.heliohost.org/jimesh/ Since you picked the Johnny server it could take up to 12 hours for the 404 error to go away.
-
When was Tommy down?
-
Deployed. http://jtong23.heliohost.org/MyFirstJavaHosting/ Since you picked the Johnny server it could show 404 error for up to 12 hours. If you deploy another .war with the same name after this one starts working it will only take a few minutes for the new version to be deployed.
-
You really think all this effort is needed to squeeze out another half a percent of uptime?
-
Is it possible to run without ioncube?
-
FTP and SFTP are both really slow when it comes to uploading tons of files because of the overhead of initializing each file transfer. If you zip the files first, then upload an archive, and then unzip it on the server the entire process will take a lot less time. Another option is to use an FTP client that supports incremental updates, and only updates files that have changed.
-
Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving... Done. You should now be able to log in and your website should start working within 2 hours.
-
[Solved] Request To Deploy Java Web Service .war
Krydos replied to macencio's topic in Customer Service
That .war file could not be deployed because java is not enabled on your account. To request java and then check the status of your request go to the java button in your cPanel. Please be aware that since you picked the Johnny server the wait to receive java access is quite long due to high demand. The wait to receive java on Tommy is generally just a few hours. If you're in a hurry we recommend moving your account to Tommy. If you want to save yourself some work an admin can move your account for you if you're a donor. Just let us know the transaction ID. -
Done. You should now be able to log in and your website should start working within 12 hours.
-
Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
-
Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving... Done. You should now be able to log in and your website should be working again.
-
Does dreamweaver support SFTP? If so use Host: johnny.heliohost.org Port: 1373 Protocol: SFTP Username: cliffm Password: <same as cpanel> If dreamweaver does not support SFTP Host: johnny.heliohost.org Port: 21 Protocol: FTP Username: cliffm Password: <same as cpanel> We strongly recommend using SFTP if it's available since it actually uses encryption.
-
Unable To Restore Database From Backup From Ricky
Krydos replied to huabao's topic in Customer Service
No, I meant backups you created and downloaded prior to the crash. We always recommend taking frequent backups. -
[Solved] Incorrect Disk Usage Showing Up For Mysql
Krydos replied to sharmijj's topic in Customer Service
Yeah, I ran a script to process the logs, bandwidth, and statistics for your account. It fixed the display error.- 6 replies
-
- mySQL
- disk usage
-
(and 3 more)
Tagged with:
-
Do something like this $conn = new mysqli("localhost", "user", "password123", "db"); $sql = "select things from stuff where id = '1'"; $result = $conn->query($sql); $row = $result->fetch_assoc(); $thread = $conn->thread_id; $conn->kill($thread); $conn->close(); Open then execute the query then close it immediately. No other code in between. Obviously don't do things like execute mysql queries inside loops, etc. Just write good code basically.
-
Unable To Restore Database From Backup From Ricky
Krydos replied to huabao's topic in Customer Service
That sounds like you were using innodb tables. I searched and it looks like prestashop 1.4 and above use innodb by default. What innodb means is that it can't be recovered after a server crashes. Myisam (our default) can be recovered after a crash. That's part of the reason we recommend it to everyone, and that's why if you create a database without specifying you end up with myisam. You'll need to use your next newest backup to restore and you'll lose whatever difference there was between when you took the backup and when the crash occured. -
You were blocked for failed imap logins. Be sure the credentials saved in your mail client are correct. Unblocked.