MySQL Forums
Forum List  »  Newbie

Re: 500 error with wordpress/Civicrm after exporting - deleting - and importing database
Posted by: Michael P
Date: February 23, 2015 05:10AM

And this is what I could find on line 83

if (is_admin()) {
require_once (ABSPATH . 'wp-admin/admin-header.php');
}
else {
// FIX ME: we need to figure out to replace civicrm content on the frontend pages
}
}

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.