toxicious
Members-
Posts
48 -
Joined
-
Last visited
-
Days Won
1
Everything posted by toxicious
-
No, accounts can get suspended for causing high MySQL load too, but your account was suspended for causing high CPU and memory usage. I would suggest disabling shoutbox.php to see if that helps reduce your load. I see. Well I'm glad to know that it wasn't the mysql that was the problem. Thanks a lot for the tip! Will look into it!
-
Thanks! I have no idea how my website could cause high server load, any advice? It is pure PHP more or less. Though it relies heavily on a mySQL DB. Does my website load include the load on the mysql db?
-
I would really appreciate an answer ASAP since I have hundreds of users that can't get their daily dose of GMOD addons I checked the GA and found out that it spiked at 500 unique visitors yesterday, usually around 400. So I would guess I got suspended because of the server usage.
-
Username: gaddons Server: Stevie Domain: gaddons.tk I have no idea why it got suspended. Please tell me.
-
[Solved] Reached My Max Process Limit Again...
toxicious replied to toxicious's topic in Customer Service
Yeah great that it got out of whatever problem it had. Gonna set a max time of like a minute or something. At a max, it shouldn't take more than a couple of seconds but its better to be safe than sorry. -
Account name: gaddons Domain: gaddons.tk Been getting 500 error for the last hour again. I'm quite sure that I've reached my max processes limit again. I've been looking over my code multiple times but I have no idea what is causing the files (PHP) to run forever. I have no infinite loops. Last time it was the index.php and shoutbox.php that was running. The shoutbox.php is an easy one to debug, though as I mentioned I didn't find anything that could cause it. It performs some queries against the database, could it be that the db is making it take forever or something? The index.php is a hard nut to crack, since my website is built to be very modular. More or less all requests go through index.php (except API for example) which in turn includes the right files and so on. Is it possible to get anymore information regarding what is currently running except what file is executing? Line number would be awesome I guess, but what URL was requested and so on would also help me in solving this problem. EDIT: Found this info: http://php.net/manual/en/function.set-time-limit.php If my scripts are executing forever and taking up processes, that must mean you don't have a "max_execution_time" defined in your php.ini, right? Not that I would understand why you wouldn't have it, but in case you don't want to add it, I guess I could use the set_time_limit as a temp-fix. Waiting for reply first though.
-
hmm I thought I fixed that problem. I'll have to look into it again. thx a lot!
-
Seems my website is having some problems now (again...). Could an admin please check on it? It's gaddons.tk (hosted on Stevie). The account is gaddons. I've been getting Internal error 500 the last 1 hour and 18 minutes.
-
I can confirm this problem aswell, haven't been able to access my site today. I've never trusted the uptime check here on Heliohost anyway. But yeah, hoping that this problem can be solved so we can enjoy this wonderful hosting again
-
[Solved] Internal Server Error Last Hours
toxicious replied to toxicious's topic in Customer Service
I see. Thx for telling me -
[Solved] Internal Server Error Last Hours
toxicious replied to toxicious's topic in Customer Service
thx for the help and info! When doesn't a script exit properly? Is it when the code like never finishes (infinite loop)? -
I'm only getting 500 Internal server error atm from my website, and it has been like that the last 5 hours or so. Could an admin please check some logs and tell me what the problem is? I didn't do anything funny to the site what I can remember before it went down today. (It's the website in the sig btw)
-
I would love to be able to connect to my hosting account using SSH, to be able to set up a git repo. For example so I'll be able to run "git push heliohost master" and so on. I do however understand if you don't want to give me SSH access, but maybe there's a plugin to cPanel that allows git repo creation?
-
Thank you a lot, will not happen again
-
Didn't know about that website, thx! What I could remember, we are allowed just 1 job/day, but I may be wrong.
-
I'm terribly sorry for breaking any rules! Which rule did I broke? I know I ran a cron job 4 times today because I was setting it up. I know you're only allowed to run 1 cron job/day but since the commands I run was really simple one's, like "ls -F" to idenitfy how to write paths, I didn't think it would get me suspended since I would change to only run once a day after that (which I did too). Anyway, I would really appreciate if you could unsuspend me ASAP Username: gaddons Domain: gaddons.co.cc Server: Stevie
-
Is it possible to customize the php variables somehow?
-
I've come to the point where I want/need to optimize my mysql code. It would be a lot easier to do so if I could see the changes, in for example queries/minute and so on. I know I can find some of this data on the phpmyAdmin page, though as far as I know, that data is for the whole server (stevie). Is there any possibility of integerating such stats into cPanel? I read on the wiki you disabled some stats because it puts load on your servers, does that include mySQL stats? (I'm still not sure however if you can get mySQL stats on cPanel) EDIT: MySQL stats PMed.
-
[Solved] Account Queued (just Turned On Did Nothing)
toxicious replied to bhadley's topic in Customer Service
Same for me. -
I got an answer from a mod, it is 4. Too little to have a site with a mysql backend
-
Any mod that has an answer?
-
How many simultanious connections are allowed on a free account to the MySQL db? I'm getting quite some "Too many connections errors" and it is not the code that is faulty.
-
First of all, thank you for your great hosting! I've never seen a better free webhost! Though there is one thing I wonder about, I experienced 3 downtimes last week. They weren't that long (except for one of them), but I still wonder, it feels like Charlie has been more stable than Stevie (which I chose)? Is it something that is just "at the moment" or is it usually like that? Any input from users and or helio crew would be appreciated