I thought it may be that I installed BP before the theme, so I removed BP and reinstalled the theme on a clean WP install and I get the same deal. Completely breaks WP.
I traced through the WP startup and it breaks on this line in the framework Load.php file ..
//instance of our theme framework
$kleo_sweetdate = new SQueen($theme_args);
Digging deeper, it breaks on this line in the SQueen constructor 🙁
require_once FRAMEWORK_URL. ‘/classes/tgm-plugin-activation.php’;
That’s a big file, and I have no idea what’s breaking in there.
Thought it may be PHP memory but ini is set to 256MB on this install.
Please help!