Jump to content

aRadiatedN00dle

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by aRadiatedN00dle

  1. Hello!

     

    I've been trying to create a Stevie SSL account for the past couple days and each time I have been told that an error occurred upon attempting to register. Any ideas?

     

    I have had an account in the past, but I don't believe it's around anymore, as when I tired to delete it I was told it was either inactive or didn't exist ( account name: lenoodle ).

  2. That's fair enough :) . Still learning a lot about php, and found out what to do if function array dereferencing isn't an option.

     

    It's simple and probably obvious enough, but just incase someone stumbles upon this looking for info on what to do if function array dereferencing isn't available,

     

    w/ FAD example:

     

    return $this->results()[0];

     

    w/o FAD example:

     

    list($first_value) = $this->results();

    return $first_value;

     

     

    I hope those examples are enough to show the difference :P .

     

    Also, if the above examples seem to be of any use, might a mod add tags to this thread equivalent to something like "Function" "Array" "Dereferencing" ? I don't see an option to do it myself.

  3. Hello :) !

     

    I was just wondering how often you guys update PHP?

    I would like to be able to use function array dereferencing, but unfortunately that's a feature native to PHP 5.4+ :(

  4. Is this normal?

     

    Whenever I refresh cPanel or simply launch PHPmyadmin on my account, my website becomes inaccessible due to a "500 Internal Server" error.

     

    I read up a bit on internal server errors for Heliohost here: http://wiki.helionet...l_Server_Errors, and I'm lead to believe it might be the result of using too many processes... but I'd like to be sure.

     

    Username: lenoodle

    Domain: tapp.heliohost.org

    Server: stevie

×
×
  • Create New...