Topic: admin/index.php

There is a little bug in the server load thing:

Warning: array_walk() [function.array-walk]: The argument should be an array in /www/htdocs/w009b3f7/SD_forum/admin/index.php on line 85

Somehow the function sys_getloadavg seems to exist, but doesn't seem to return an array...

FluxBB - v1.4.8

Re: admin/index.php

Hmm, any chance you could give me FTP access to your site to test out how that's working?

Re: admin/index.php

I am going to ask the guy who is managing the site... will send you an email tomorrow

FluxBB - v1.4.8

Re: admin/index.php

The annoying thing is that the function should never be returning false according to every bit of documentation I can dig up tongue
Fixed in SVN

Re: admin/index.php

bool array_walk  ( array &$array  , callback $funcname  [, mixed $userdata  ] )

Return Values

Returns TRUE on success or FALSE on failure.


How can that not return false? tongue

Re: admin/index.php

Not array_walk, sys_getloadavg. That's the argument referred to in the warning wink

Re: admin/index.php

so you're done with ftp?

FluxBB - v1.4.8

Re: admin/index.php

Yup, thanks