Menu

#12 install_karma/index.php, global $db

open
nobody
None
5
2010-08-28
2010-08-28
Anonymous
No

In trunk in the install_karma/index.php in the function remove_config,
needs the line

global $db;

Or it gives an error and break the installation in a state where you cant recover easily whithout restore your DB.

* Remove configuration
*/
function remove_config($changes = false)
{

global $db; // <<<PUT THIS HERE

if (!is_array($changes))

Discussion


Log in to post a comment.

MongoDB Logo MongoDB