Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Announce problem (http://www.bvlist.com/showthread.php?t=10441)

graaf 8th August 2015 19:19

Announce problem
 
I updated php in 5.5 and error logs is full. All is about announce.php


PHP Code:

PHP Notice:  Undefined indexip in /var/www/announce.php on line 24

(mod_fastcgi.c.2758fcgi-server re-enabled:  /var/run/lighttpd/php.socket

(mod_fastcgi.c.2995backend is overloaded

we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 134

(mod_fastcgi.c.3587) all handlers for /announce.php?passkey=3117ef270b7b7ac60feb7de1b73ed623&info_hash=a%7C%97%C8%DE%D7%95x%ABv%94%AB%E6%04%DC%F6%B7%8C%BAu&peer_id=-lt0D40-%24%87%97%AC%04l%DD%9C8%A9%8A%C9&key=3fd5add8&compact=1&port=46612&uploaded=6075532304&downloaded=0&left=0 on 

.php are down. 


I get HTTP error 500 in my client.

DND 8th August 2015 19:54

you need to update the code to match php 5.5

firefly007 8th August 2015 19:59

The first this..

PHP Code:

PHP Notice:  Undefined indexip in /var/www/announce.php on line 24 

is just like it says is a notice and can be ignored

OK now! I assume because you posted it in this section, you are using either you are using TbDev 0'8 or 0'9 both are not compatible with PHP 5.4 and certainly not 5.5, that is your first problem!!!! but not the problem at hand, but you are going to run into other problems I'm almost sure.

Ok so the error you are getting means you need to set max-procs to a lower number and PHP_FCGI_CHILDREN to a lower number in fast-cgi config file.

So it will look like this

Code:

"max-procs" => 4
and

Code:

"PHP_FCGI_CHILDREN" => "100"
After doing that don't forget to restart your webserver


All times are GMT +2. The time now is 10:41.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.