Tons of E_NOTICE messages
Brought to you by:
zoidian
I suggest putting your PHP engine to display E_NOTICE messages because when I first installed I'm getting tons. Also, using the setup wizard told me the following:
Notice: Undefined variable: REQUEST in .../ackertodo/setup/setup.php on line 47
You have $REQUEST instead of $_REQUEST. Also, if you go to setup.php?step= it just shows a blank page. You can handle the first step in all cases by just putting it as the else although it'll have your code in a strange order. Hope that helps.