I'm shocked to see that on a page that failed, all the PHP that came
after a die() statement got sent to the screen, so anyone could see it.
If I'd had passwords visible in the code, I'd be in deep trouble. This
is what I saw on screen:
-----------------------------------
Whoa. Serious misconfiguratio n, dude. The software is looking
everywhere for a file called McControllerFor All.php but not finding it.
It needs that file in a big way. Spelling is case senstive. If somehow
the file is lost, you can always find a new copy at Public Domain
Software");
$controllerForA ll = new McControllerFor All();
$controllerForA ll->getConfig();
$controllerForA ll->includeTheFile sThatThisSoftwa reNeedsToRun();
$pageRender = & $controllerForA ll->getObject("McR enderPage", " Called
on the index page, the 31st line of code");
$pageRender->getGlobalEvent s(); $pageRender->runMainLoop( ); ?>
Comment