Search results

  1. relay162

    Is PRIME MEMBERSHIP still available?

    Can someone please confirm my email address so my forum account is no longer in the unconfirmed usergroup? Thanks.
  2. relay162

    stoli php mail function returns FALSE

    Testing this daily. Still not working.
  3. relay162

    Is PRIME MEMBERSHIP still available?

    Thanks for your reply. I tried last night and again this morning and I'm still getting the same vBulletin Message. Maybe there is something wrong with my profile? ---------- Post added at 11:09 AM ---------- Previous post was at 10:43 AM ---------- Hello. I think the problem and solution is...
  4. relay162

    Is PRIME MEMBERSHIP still available?

    Hello. There is a link in this posting: http://x10hosting.com/forums/useful-information/126098-inactivity-policy.html which tells about prime membership: http://x10hosting.com/prime-membership but when you click on the link for the subscription page: http://x10hosting.com/forums/payments.php...
  5. relay162

    stoli php mail function returns FALSE

    <?php var_dump(mail('addr@domain','subject','message')) ?> Returns bool(false). I'm sure this used to work before Litespeed. Am I missing something?
  6. relay162

    stoli write failed: No space left on device

    Hello. Thanks for your reply. I run the script daily and have not seen the error for a couple of days. So whatever the problem was, it seems to be fixed.
  7. relay162

    stoli php mail function returns FALSE

    php mail function still not working.
  8. relay162

    stoli write failed: No space left on device

    On stoli getting a new error on previously working script: Please help. Thanks.
  9. relay162

    stoli php mail function returns FALSE

    Still having this problem. Please help.
  10. relay162

    stoli php mail function returns FALSE

    Hello. The php mail function seems not to be working on stoli server. When used, the mail function hangs for a long while and then eventually returns FALSE indicating the mail was not accepted for delivery. Used to work ok before Litespeed. Is anyone else experiencing this? Please help.
  11. relay162

    phpMyBackupPro Fatal error Out of memory

    This might be relevant: http://forum.lighttpd.net/topic/100898#20348. There are a few postings at http://www.litespeedtech.com/support/forum/ if you google "litespeed out memory". These articles suggest adjusting the litespeed config, so my comment is for sysop.
  12. relay162

    phpMyBackupPro Fatal error Out of memory

    Hello. On stoli after LiteSpeed upgrade using phpMyBackupPro getting: This worked fine before LiteSpeed and the numbers in the error message seem well below the limits.
  13. relay162

    Serving html files as php

    Yes, I understand. This applies only if you want your .html files to be parsed as php.
  14. relay162

    Serving html files as php

    This only applies if you want your html files to be served as php. After the upgrade to LiteSpeed you will need to change in your .htaccess files this: AddType application/x-httpd-php5 html to this: AddType application/x-httpd-php html I hope this is useful.
  15. relay162

    stoli php mail function returns FALSE

    Hello. The php mail function seems not to be working on stoli server. When used, the mail function hangs for a long while and then eventually returns FALSE indicating the mail was not accepted for delivery. Used to work ok.
  16. relay162

    LiteSpeed and directory indexes

    With LiteSpeed web server I notice the default config is to display a blank page when there is no index file for the directory. With Apache you could get a directory listing. Is this the intentional config for free hosting? Here is some info I found about configuring LSWS directory indexing...
Top