wp-activate.php Crashing in theme/header.php
-
We just recently switched to two-site architecture and I believe this is the first time anyone has added a user since then. We have separate themes on each site and wp-activate.php is crashing in the theme header.php when they try to access elements of $gantry. Here are the two error messages:
Fatal error: Call to a member function displayHead() on a non-object in /asa/web/kindlearts.ca/web/wp-content/themes/rt_hybrid_wp/header.php on line 14
Fatal error: Call to a member function get() on a non-object in /asa/web/kindlearts.ca/web/wp-content/themes/rt_ximenia_wp/header.php on line 24And corresponding lines of code, respectively:
$gantry->displayHead();
$gpreset = str_replace(' ','',strtolower($gantry->get('name')));
The topic ‘wp-activate.php Crashing in theme/header.php’ is closed to new replies.