I am using Torrentflux-b4rt on a local home server, has worked fine for the longest time and just today I started getting a blank page from the index.php, however the admin.php and all sections thereof work just fine.
I followed this: http://www.communitymx.com/content/article.cfm?cid=26071 to get the errors to show up on the page by turning display_errors to ON and setting error_reporting to E_STRICT. Here is what my blank page shows now:
Strict Standards: Non-static method Fluxd::initialize() should not be called statically in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 239 Strict Standards: Non-static method FluxdServiceMod::initializeServiceMod() should not be called statically in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 242 Strict Standards: Non-static method FluxdQmgr::initialize() should not be called statically in /home/bobby2/public_html/torrentflux-b4rt/inc/classes/FluxdServiceMod.php(98) : eval()'d code on line 1 Strict Standards: Non-static method Fluxd::modState() should not be called statically, assuming $this from incompatible context in /home/bobby2/public_html/torrentflux-b4rt/inc/classes/FluxdServiceMod.php on line 122 Strict Standards: Non-static method Xfer::setNewday() should not be called statically in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 247 Strict Standards: Non-static method Xfer::initialize() should not be called statically in /home/bobby2/public_html/torrentflux-b4rt/inc/classes/Xfer.php on line 106
Appreciate any help, thanks.