-
Author
Tagged: admin, installation, crash
-
June 10, 2014 at 17:56 #19640shanejayhayesParticipant
I am trying to get Kleo up and running but if I try to install Rev Slider or Composer it loads the plugin but then all admin pages return as blank and I have to delete plugins folder and start over. I have tried numerous combinations and have only determined that Rev Slider or Visual Composer will cause problem.
June 10, 2014 at 18:00 #19641shanejayhayesParticipantAnd then that…..so I tried to set BuddyPress options and that also caused all blank admin pages.
June 10, 2014 at 19:10 #19652shanejayhayesParticipantError code:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 77 bytes) in /home/tradex/public_html/wp-includes/capabilities.php on line 978Line in question:
/**
* Dynamically filter a user’s capabilities.
*
* @since 2.0.0
* @since 3.7.0 Added the user object.
*
* @param array $allcaps An array of all the role’s capabilities.
* @param array $caps Actual capabilities for meta capability.
* @param array $args Optional parameters passed to has_cap(), typically object ID.
* @param WP_User $user The user object.
*/
// Must have ALL requested caps
$capabilities = apply_filters( ‘user_has_cap’, $this->allcaps, $caps, $args, $this );
$capabilities[‘exist’] = true; // Everyone is allowed to exist
foreach ( (array) $caps as $cap ) {
if ( empty( $capabilities[ $cap ] ) )
return false;
}return true;
}June 10, 2014 at 19:31 #19653shanejayhayesParticipantIt took some doing but I was able to finally get theme installed. It required rewriting some code on the php.ini file to allow the memory to go over 64mb.
June 17, 2014 at 00:52 #19938AbeKeymasterHi, really sorry for the late reply. Indeed the last error fix was to increase PHP memory size.
Everything good now?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 17, 2014 at 18:43 #20010shanejayhayesParticipantYeah we had to make some changes to our server and the Wp-Config and another place but we did get it going. Still can’t solve the issue with the image on the main menu though.
June 20, 2014 at 17:55 #20399AbeKeymasterWhat is the issue in the main menu image?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.