The panel called "Choose Configuration Section to Edit" in the config area has no functionality. There is a drop down box to choose what section to configure, but it only has letters in it, and clicking the "Edit" button doesn't do anything.
To fix this, go to lucid_phplib/coreLibrary.php and look in generateConfigSectionSelect. For some reason $menuItem is treated as an array, but it is a string. Change references to $menuItem[0] to $menuItem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1298276
Originator: YES
To fix this, go to lucid_phplib/coreLibrary.php and look in generateConfigSectionSelect. For some reason $menuItem is treated as an array, but it is a string. Change references to $menuItem[0] to $menuItem.