Forum Replies Created
-
Author
-
shanejayhayesParticipant
I just received same error, site down, cannot get into admin panel. This isn’t good.
shanejayhayesParticipantI want to know what the privileges are for the roles you are using. Mainly Author, Editor, Administrator.
shanejayhayesParticipantWhat plugin is being used to enable people to upload attachments on this forum?
shanejayhayesParticipantI can see the image but nowhere in my backend do I see that menu. Firstly I was not under “Theme options – logo”. Please read my post carefully (and look at the images). It clearly shows I am under THEME OPTIONS > GENERAL SETTINGS
That being said my screen doesn’t look anything like yours. See attached screenshot.
Link to site won’t help since it is in maintenance mode (for obvious reasons, we can’t change the logo! lol).
shanejayhayesParticipantThank you for suggesting greg12. No change though. Your link is also broken above.
No change whatsoever. The image is hard coded, you can see in the setting it even shows the default link to the image that is getting in the way.
shanejayhayesParticipantLink is broken and as I, and others, have explained this is not a fix. Please take the time to scroll up and see the clearly provided screenshots that show the logo having been replaced in exactly the place you are trying to direct us to. As you can clearly see from the provided screen shots changing the logo in the settings, where you are directing us to, has NO effect on the site. It still likes to an image on your server.
shanejayhayesParticipantRogue that isn’t a solution at all because the image it is linking to is not in the media gallery it is located off site on the SeventhQueen server, that is the problem.
As Secret said it only shows a broken image icon. Check my screen shots it clearly shows where it is trying to pull image from. As of right now I can’t use the theme at all. I am shocked they have ignored this thread and this game breaking fix for this long.
shanejayhayesParticipantSecretenergy
You are experiencing the same thing I am. No matter how many times you change the logo through settings the Kleo logo still shows up and will not go away.
shanejayhayesParticipantNo that is not correct at all. I have made the change under Theme general Settings – Display settings. That did nothing. When I load the page I get a missing image and if you right click to see image location it still points to your server. As my original post stated it is NOT changing the logo even though it has been changed in settings on multiple occasions.
Four screenshots attached.
One confirming the logo was changed in settings
Two showing confirmation of image address on live site
One showing the missing image on live pageAttachments:
You must be logged in to view attached files.shanejayhayesParticipantYeah 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.
shanejayhayesParticipantIt 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.
shanejayhayesParticipantError 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;
}shanejayhayesParticipantAnd then that…..so I tried to set BuddyPress options and that also caused all blank admin pages.
-
AuthorPosts