Jump to content

nyten

Members
  • Posts

    139
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by nyten

  1. It's loading fine for me...

     

    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.

  2. Hi, I have tried to connect to my imap-mailbox via php...

    but it always spits out this error:

    Warning: imap_open() [function.imap-open]: Couldn't open stream [...]

     

    One of many tested versions:

    imap_open("{mail.nyten.heliohost.org:143}", "test@nyten.heliohost.org", "PASSWORD");

     

     

    Please help me.

  3. Hi,

     

    there were already requests for updates.

     

    Also, please stop asking us to upgrade things. We're aware of the newer versions. So far, you've asked us to upgrade mysql, php, apache, and phpmyadmin. While the concern about old versions is appreciated, we're using them for many reasons, the biggest of which is because some programs are not backwards compatible (PHP 5.5 is a good example), and upgrading requires time to make sure things won't break and to fix the things that do. If you like newer versions, you should consider Johnny since that's where new stuff will usually appear first when we get it. All of them are somewhat newer over there now, although by rather minor versions.
  4. Hi,

    i have problems with the captcha, it always tells me that my answer is incorrect.

    I think that my mathematical skills are sufficient to answer the question correctly :D

     

    Browser: Firefox 20 (Flash enabled)

     

    I also have tried it with the InternetExplorer and surprise: It worked^^

×
×
  • Create New...