-
Posts
17,867 -
Joined
-
Last visited
-
Days Won
671
Everything posted by wolstech
-
A script needing those kinds of resources or run times is almost certainly too heavy be hosted here. The server error is because php has an execution time limit on it. If php didn't exit on you and give the server error, you'd probably end up suspended for load instead. You can use a tool like setcronjob.com to set more than 2 crons, and you'll need to limit the php runtime to 30 seconds or it will just exit on you and make apache spit out a 500. I'd recommend setting those 10 crons to run over the course of a day or two to help with load (e.g. do one step of your 10 every 4 hours). Running it all at once could get you suspended if its really that heavy that it needs this kind of time to run.
-
There is no account with a domain of oz.heliohost.org. The account oz exists, but the main domain is Xohmz.com. Reason listed is Usually, this means illegal activity occurred. I often see this when an account gets hacked and later used to host something like malware botnets or to commit a crime. I'll escalate it, since krydos will know the exact reason, but these accounts often cannot recovered.
-
It was already answered here: http://www.helionet....nt-queued-help/ For what it's worth, your account is now working. Please clear your cache.
-
This support request is being escalated to our root admin.
-
It sometimes takes more than 24 hours for them to start working. On Johnny, I've seen it take nearly a week before. Just wait. What's your username so I can look at it further? P.S. I deleted the inline image from your post since they're not supported.
-
This support request is being escalated to our root admin.
-
[Solved] Inaccessible Databases At Stevie
wolstech replied to piotrekn's topic in Escalated Requests
This support request is being escalated to our root admin. -
You're suspended for high load. You generally can't run proxies on Stevie without getting suspended. It doesn't really matter if it's private or not. A single execution of a proxy script uses enough resources that it can get you suspended for load very easily. The solution...don't run a proxy. There's tons of free proxies out there, we're not one of them. Alternately, you can move to Johnny and you might have better luck. Your account has been unsuspended.
-
This support request is being escalated to our root admin.
-
I see your website. Try clearing your cache. If it doesn't help, use a different PC. Search redirects like that are usually caused by malware, so you may want to check your PC for malware as well.
-
This support request is being escalated to our root admin.
-
What were the names of the databases?
-
[Solved] Suspended: Islander (Not suspended, firewall issue)
wolstech replied to islex's topic in Customer Service
It's our firewall, not yours. Odds are you can't reach anything else on Stevie either. The server blocks you if you open too many connections. Usually heavy FTP usage is to blame for it. -
[Solved] Suspended: Islander (Not suspended, firewall issue)
wolstech replied to islex's topic in Customer Service
That account is not suspended. Based on your description, you're stuck in the firewall. An admin can check and unblock you if needed. -
Filter_input is known to have issues on some servers where it erroneously returns null when INPUT_SERVER and INPUT_ENV are used as the type (the other choices do work properly). People in the comments on PHP's site suggest using $_SERVER to avoid the bug.
-
[Solved] Connection To Johnny Via Pgadmin
wolstech replied to Crystalena's topic in Escalated Requests
Johnny's postgres is configured to not allow external connections based on that error. Not sure why though. Stevie is. I'll escalate it for you. -
[Solved] Phpmyadmin Returns Error 500
wolstech replied to allanvonfreitas's topic in Escalated Requests
Maybe Krydos knows why then. Escalating. -
Because of function deprecation in 5.5+. A bunch of stuff like the (rather heavily used) mysql() functions were removed. Since a large amount of software relies on the removed functions, and a large portion of our users (including myself) run such software, we have no plans to upgrade beyond 5.4 since doing so will break a lot of things. Stevie will likely get 5.4 at some point though. I can't wait for 5.3.8 to go away.
-
Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. If you still see the suspended page, please clear your cache.
-
They're still there. Krydos can make them accessible in PhpMyAdmin again. After that, you need to recreate and reassign the users for them. The sizes shown in cPanel display as 0.00MB for most users. Escalating.
-
What are the database names?
-
The software is probably broken. Have you tried using software other than Drupal? If so, does it also show 500 errors? If it was the process limit, all your sites would show 500 at the same time...
-
[Solved] Phpmyadmin Returns Error 500
wolstech replied to allanvonfreitas's topic in Escalated Requests
Changing your password should be the fix for this. Try changing it again, then try using another PC. If it still acts up, let me know and I'll escalate it. -
This support request is being escalated to our root admin.