08-22-2017, 10:55 AM
Yeah. There was a master account just like that in the original usercake and I don't remember why it disappeared. For some reason one of my pages that clearly has access to the init says variable master_account is not declared if I log in with another account other than the admin account. Then because it's not declared, it throws a second error. It's just this one page and I have no idea what's doing it. I think I've heard similar things from others and I was just wondering if anyone found the root cause. I wound up having to declare in us_helpers.php which is the worst place to put something like that. But it's a temporary fix.
Code:
$master_account = [1];