Jump to content

[Solved] Suspended: Unknown


Unknown

Recommended Posts

Details :

_____________________________________________________________

 

# Infos :

# _______

# > HelioHost username : Unknown

# > Server : Stevie

# > HelioHost main domain : myroot.heliohost.org

#

# Extra Infos :

# _____________

# > Just moved my forum from frihost to here [ smf based forum ], and then got

# my account suspended; i hope i didn't crack nasa's website right.

_____________________________________________________________

post-83934-0-72119600-1390068362_thumb.png

Link to comment
Share on other sites

Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/home/support/scripts/renew. To prevent this from happening in the future please remember to visit http://heliohost.org/ to log into your account at least once every 30 days.

 

If you are still seeing the Account Suspended page after renewing your account, please clear your cache.

Link to comment
Share on other sites

i just did that and worked then came back here and found the topic solved; was just going to post about closing it but ur internet was too quick....

so whatever.

by the way, i accessed my account before yesterday and it was working fine; then today it's suspended ? that's called inactivity ? 2 days ? there must be a missunderstanding....

& sorry for taking such a precious/important part of your time for nothing.

Link to comment
Share on other sites

http://stevie.heliohost.org:2082

Plus, i am getting 500 external errors all the way; it's so bugged.

 

error log !

______________________

 

[18-Dec-2013 13:12:30] PHP Warning: include(Net/SSH2.php) [&--#60;a href='function.include'&--#62;function.include&--#60;/a&--#62;]: failed to open stream: No such file or directory in /home1/**/public_html/try.php on line 2

[18-Dec-2013 13:12:30] PHP Warning: include(Net/SSH2.php) [&--#60;a href='function.include'&--#62;function.include&--#60;/a&--#62;]: failed to open stream: No such file or directory in /home1/**/public_html/try.php on line 2

[18-Dec-2013 13:12:30] PHP Warning: include() [&--#60;a href='function.include'&--#62;function.include&--#60;/a&--#62;]: Failed opening 'Net/SSH2.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/**/public_html/try.php on line 2

[18-Dec-2013 13:12:30] PHP Fatal error: Class 'Net_SSH2' not found in /home1/**/public_html/try.php on line 4

_____________________

 

also i cant connect via sftp...

Link to comment
Share on other sites

as i said i can't access my home via sftp, i get authentification failed.

 

& i will; still i am getting the 500 External error; sorry about the error log delayed.

 

PS: i also noticed that when i get into my ftp / sftp account which seems to work now, my website doesn't work; and when i logout, my website works normally ? vice versa

post-83934-0-55817700-1390077965_thumb.png

post-83934-0-05896700-1390078030_thumb.png

Link to comment
Share on other sites

500 errors can be caused by a lot of things. The most common are

  1. Exceeding Process Limit The solution is to not run as many processes. Opening cpanel, connecting to FTP, checking mail, connecting to webdisk, etc all increase your process count, and if you exceed your limit php will show 500 errors since it cannot start a new php process. This sometimes affects only the webmaster since opening cPanel and FTP etc is common when you're editing your site, but normal users won't have these errors since they will only be accessing your website not all the other services. The process limit is higher on Johnny so for some websites the solution to 500 errors might be to switch servers.
  2. Syntax Error in .htaccess If you have a syntax error in one of your .htaccess files it can cause a 500 error. The easiest way to check if this is the case is to delete or rename your .htaccess files and see if the 500 error goes away.
  3. Incorrect Permissions If the script or the directory that the script is in doesn't have the correct permissions it can cause 500 errors too. If you're running a php script the file permission should be 644. If you're running a cgi script it should have 755 permissions. Your directories should have 755 or 750 permissions.
  4. Exceeding Time Limit If your script exceeds the time limit it can be killed by the system which will also result in a 500 error. The solution to this problem is to break your long executing scripts into multiple faster scripts that can call each other. For instance longscript.php always results in a 500 error because it exceeds the time limit, but if script1.php runs for a short time, and then calls script2.php which calls script3.php they can together execute the same code as longscript.php without exceeding the time limit and being killed.
  5. High Server Load If the server is currently experiencing high server load scripts can return a 500 error when they would normally work. This is more common on Johnny than Stevie since Johnny is more unstable, and accounts that cause high load on Stevie are suspended. There isn't really anything that can be done about high load 500 errors other than trying again later when the load is lower.

Especially #1. Do you get 500 errors when you log out of all of your sftp and everything else?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...