View Single Post
  #3  
Old 8th August 2015, 19:59
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
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
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote