forum wont load properly

Discussion in 'All Other Support Issues' started by ladyloulee, Jul 16, 2006.

  1. ladyloulee New Member

    Quote:
    Our Helene (Windows), Eros, and Nyx servers will not be migrated during this initial deployment, although this is due to change later on in the year. quote:

    **************************************

    Bad news guys...Ive just seen the above quote on another thread on this forum:mad111:
    So why arent wer getting any answers to our problems:shifty:
    Support are not answering me either:mad111:
    Louise
  2. Impel GD Graphic and Web Design

    I thought you were on Delos?
  3. ladyloulee New Member

    nope they changed me to NYX a couple of weeks ago hoping that it would solve the problem only to find i now have problems with my emails aswel ...some people (not all!) get their email returned back to them saying my emails is a permanent error..HU are included they dont seem to be able to email me sometimes :(
    so looks like im stuffed !
    Louise
    ps... impel GD...I cant view your site either just comes up as "page cant be displayed" I did reply to your post about your site on the forum..you site wasnt down i just cant view( tried a few times) it so if i cant I bet there are a few others that cant ( sounds like he problem im having with my forum..some can view and some cant)..just thought id let you know again ;)
  4. Impel GD Graphic and Web Design

    How about now? (Please use shift/control + refresh.)

    My site was down this morning but it's just been sorted.
  5. ladyloulee New Member

    nope... takes ages to open then goes to page cannot be displayed.
    louise
  6. Impel GD Graphic and Web Design

    How strange. What ISP and proxy settings are you using?
  7. ladyloulee New Member

    im on NTL and proxy setting is.. "Automatically detect settings".
    If i cange it to "use a proxy server"..I can view your site strangely enough but then i cant view my own forum :(
    Very strange!
    Louise
  8. mikeedw New Member

    What browser are you using? People using NTL have reported problems accessing my site in Firefox.
  9. ladyloulee New Member

    im using IE 6
    ...louise
  10. Dougie :

    We will be upgrading to PHP 4.3.3 over night on the new cluster (only), to see if this resolves the issues being experienced. Apache will also be updated in the process.

    Please do not ask questions about this here, as it will not be possible to answer them. This is provided for information purposes only.

    I would reiterate that we are very aware of the php issues discussed here, and are working hard to try and resolve them.

    .
  11. TripleOx What an ox!!

    PHP 5 error? Forum related

    Hello,

    I thought i'd bring this to your attention as it may affect some poeple.

    A while back my vBulletin forum was having some problems being patched which in the end a helpful guy at vB fixed. One of the things that was added at the time was these commands in the forum directory's .htaccess file:

    php_flag eaccelerator.enable 0
    php_flag eaccelerator.optimizer 0

    Thankfully my forum's been closed for quite some time now - so i'm not entirely sure how long the forum's been down.

    Today i noticed that the forum was bringing up 500 error. Also in the error log i was getting this:

    /home/t1%^^%&/public_html/forum/.htaccess: Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration

    I've deleted the .htaccess file now and the forum's back online. Just thought i'd alert users and HU incase similar errors occur. Not sure whether the server's at fault or whether it's a PHP 5 thing?

    Laters

    [EDIT] New thread merged with this one

    .
  12. BurningSnowman Moderator

    No, it's a PHP as CGI thing. Someone else posted about this recently. php_flag and php_value won't work in .htaccess because the new cluster seems to be running PHP as a CGI and not an Apache module, so Apache (and thus .htaccess) can't control its settings.

    I'm not certain whether there's a working replacement method for overriding settings across whole directories, though I should point out that unless it's been disallowed the ini_set() function should let you do it on a per-script basis. Pick the right included/config file to put the ini_set() line into with many major apps and it will apply to that whole application.
  13. ladyloulee New Member

    GREAT NEWS GUYS !

    My forums working properly...yeeeeeeeeeeeeeeeeeeeeeh:anmflower :anmflower :anmflower
    Im so glad its all been sorted:worship:
    and hope all those that were having problems have been sorted too!
    thanks everyone that tried to help aswel ;)
    Louise
  14. Dougie :

    This is obviously good news for one and all. I believe that pvo_dave also has positive news on this front.

    Without jumping the gun, it seems likely that migration will resolve this issue.

    .
  15. pvo_dave New Member

    Certainly looking that way mate :)

    Thanks again! :D
  16. jochta New Member

    Hooray :)

    Just got back from my hols and all my sites (PHP scripts) are working OK now. Looks like the migration fixed it?

    Good news. Thanks HU!
  17. webgrrl New Member

    hmm.. just spent reading 7 pages of this thread. Looks/Sounds my site/server has got the same disease.. its effectin my Joomla but not Wordpress/ Its been broken 2 days now..

    hope they fix mine soon - booHooo..
  18. pvo_dave New Member

    The problem is now back on the new servers :(

    fan-******-tastic :(
  19. jochta New Member

    Yep, it is....
  20. jochta New Member

    And appears to be solved by forcing PHP5 parsing by adding the following line to the site's .htaccess file...

    AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml

    Whether it's a permanant fix I don't know, but it's working again for now...

Share This Page