Re: Error in the Server.subs.php
							
								 
							
							
								Reply #3 – 
							
							
						
					
					
						Interesting it is returning a bool.  I'll add this to the 1.1.9 tracker
						
						
					
				
				
						
						
							Re: Error in the Server.subs.php
							
								 
							
							
								Reply #4 – 
							
							
						
					
					
						sys_getloadavg() does say in the manual it can return false. But it never explains why it would return false, merely 'on failure' and 'this isn't implemented on Windows' (not that the OP has a Windows setup)
SMF originally used a combination of querying /proc/loadavg and calling uptime on the command line to identify this.