Kind Regards,
Bobby Brown
Bobby Brown
So what i would do is put the message folder back in the plugins and try to reverse that issue, at least you'll have your admin back. then we can go from there.
Short of that because we have no idea what you did in your panic state then you might be forced to do a total restore and start over. And ask for help before you start ok... :)
define('OW_DEBUG_MODE', false);
// define('OW_DEBUG_MODE', true);
define('OW_DEV_MODE', false);
// define('OW_DEV_MODE', true);
i have 1 set of each, with a comment out on the other one, one is set to true and the other one to false. so when i want to turn one the other way i just change where the // is and put it on the other one.
I do this because its sooooo easy to make a typo, forget a quote or something so just changing // between them is easier and better i think.
So yes that is how you do it.
define('OW_DEBUG_MODE', false);
// define('OW_DEBUG_MODE', true);
define('OW_DEV_MODE', false);
// define('OW_DEV_MODE', true);
define('OW_PROFILER_ENABLE', false);
now just take the // from in front of the the one DEV MODE and put it on the other one. And then save the file.. So the one that sais false should have the // on it. That will turn on dev mode because that makes the true one live.
which everone has the // on it, is not live so not working...
you want to true for dev mode to be live. no //