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
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
How about now? (Please use shift/control + refresh.) My site was down this morning but it's just been sorted.
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
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. .
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 .
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.
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
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. .
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!
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..
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...