-
Author
-
October 6, 2015 at 04:48 #81046imintennParticipant
I created a new menu and tried to add a menu item from the page list. The is a small circle next to the “Add to Menu” button that rotates like the command is executing, but the process never completes. I click on “Save Menu” and the process stops, with no items added to the menu.
I also created a page using a layout created with Visual Composer. When selecting “edit” on a text block, a “Text Box Settings” window opens with the Visual Composer logo oscillating in the box. The logo never disappears to allow editing the text. I tried this on several text blocks with the same result.
I updated the software to a new version today. Both of these functions were working yesterday.
Please let me know how to resolve.
October 6, 2015 at 11:15 #81072sharmstrModeratorYou updated Kleo but have failed to update VC. You still have VC 4.7.1.1. It should be 4.7.4. There’s probably a notice on your dashboard to update it unless you’ve dismissed it. Either way you can always see what plugins Kleo needs updated by going to Appearance > Install Plugins.
Let me know if that solves the issue. If not, please respond privately with admin credentials.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 6, 2015 at 16:32 #81114sharmstrModeratorEnable debugging. I see that you’re using W3 Total cache, so I was going to purge your cache files. The plugin cant read its configuration files.
Also, you site is throwing jquery errors. This will cause problems with Wp admin and visual composer.
https://codex.wordpress.org/WP_DEBUG Make sure you set define( ‘WP_DEBUG_LOG’, true );
I want to see if we can see what’s causing the 500 internal server errors. If this doesnt tell us, then you’ll have to disable all plugins and start looking for conflicts.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 7, 2015 at 04:01 #81201sharmstrModeratorSorry. You need to add
COPY CODEdefine( 'WP_DEBUG_DISPLAY', true);
I copied the wrong code earlier. eeek.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 7, 2015 at 04:09 #81203sharmstrModeratorPretty sure job manager is the cause of all your issues. That and you’re running out of memory. I’m going to attach a screenshot in a private reply.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 7, 2015 at 04:17 #81208sharmstrModeratorNo. http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
But as I said before, your site is also throwing jquery errors (the first few errors). If jquery encounters any type of error, it will stop processing any further scripts. You need to resolve all of the errors, not just the fatal exhausted memory error. Again, I think its job manager causing all of them. The only way you’ll be able to know for sure is by disabling the 10ish job manager plugins you have installed.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 7, 2015 at 04:21 #81209sharmstrModeratorforgot to note, that link tells you how to allocate more memory. With all of those plugins you probably need 256m. Not sure if your host will allow for that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 7, 2015 at 08:43 #81228sharmstrModeratorYou are still getting the same two jquery errors that are listed first in the screen shot I gave you. Both are from google maps.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 8, 2015 at 02:52 #81419imintennParticipantIs it possible to revert to the previous Kleo version? I believe my site was working fine until the update, but would like to install it to make sure. I have the version that I downloaded on 9/16/15. If I reinstall this, will it revert and disable any updates?
October 8, 2015 at 04:29 #81426sharmstrModeratorI cant guarantee that it wont. I’m on vacation for a week. I’m going to hand this off to another support person.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 8, 2015 at 08:34 #81438imintennParticipantThank you for your support, and for handing off.
The new version that I installed is:
themeforest-6776630-kleo-next-level-wordpress-theme.zipIf I reload the previous version:
kleo.zip
from 9/16/15, will this revert? Erase any configurations? Require installing the previous child theme (kleo-child.zip)?October 8, 2015 at 08:36 #81439imintennParticipantI believe that I misstated the files above. The update may have been loaded from WordPress back end. The first zip file above is from the original purchase.
October 8, 2015 at 13:09 #81467imintennParticipantIs anyone receiving private replies to this stream while sharmstr is on vacation?
October 8, 2015 at 13:20 #81468sharmstrModeratorYes they are. But they are asleep. Be patient.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 8, 2015 at 14:06 #81476imintennParticipantSorry, I saw the note above that support team was available during regular office hours (Eastern European Time).
October 8, 2015 at 15:30 #81483RaduModeratorHi Imintenn,
COPY CODEFatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 30720 bytes) in /hermes/bosoraweb120/b478/ipg.323workshopcom/323lifeworks/wp-admin/includes/import.php on line 149
This error is cased by php memory limit, i suggest you to increase the php memory limit
Read here how : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
If that changes have no effect, please contact your hosting company and ask them to increase php memory to 256M
After you solve the issue with memory limit set debug to false
COPY CODEdefine(‘WP_DEBUG’, false); define( ‘WP_DEBUG_DISPLAY’, false);
Let me know if it works
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 8, 2015 at 19:25 #81518imintennParticipantI will try this tonight. I am central time in USA, so it will be a few hours. However, were there changes with the recent kleo revision that may have contributed to this problem? It appears to have started when the new version was installed. I notice that one of the errors above refers to a k-element. I want to know if it it is feasible to install the previous version of kleo to see if the issue stops. What risks are there if the old version is installed? I would like to have an alternate step to try tonight if this does not solve the problem. Please advise. Thanks!
October 9, 2015 at 06:18 #81575imintennParticipantI uninstalled Kleo 3.0.10 and reinstalled 3.0.09 and the VC text block edit began working. I then reinstalled the Kleo upgrade to 3.0.10 and the VC text block edit is still working OK. I am receiving this error in WordPress backend “Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 122880 bytes) in /hermes/bosoraweb120/b478/ipg.323workshopcom/323lifeworks/wp-includes/class-simplepie.php on line 2239 “.
I activated a plugin and the VC text block edit would not work. When I deactivated the plugin, the VC text block edit works again.
BuddyPress Job Manager
This plugin integrated WP Job Manager into your BuddyPress user profiles. This plugin needs BuddyPress and WP Job Manager to be installed.
Version 1.0.0 | By Kishore Sahoo | View detailsI asked for the host to increase memory, and this did not solve the error problem. They are escalating for support.
I set up another wordpress site with same plugins and it works fine.
What do you think?
October 9, 2015 at 17:54 #81626AndreiModeratorIf you still encounter the “Fatal error: Allowed memory size of xxxxxx bytes exhausted” then it means that you still have a low memory limit. You could free up some memory by deactivating any plugins that you don’t use.
The memory usage on your other wp install might vary and you might only get this error in some particular cases.
If you still have issues, turn on debugging again and let us know what are the issues you get, but firstly you’ll really have to take care of the memory limit issue.
Looking forward.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 10, 2015 at 15:21 #81711imintennParticipantThank you for the help. There is a php memory limit with my web host service that was exceeded. I disabled some plugins and error went away. Strangely, I reactivated the plugins with no problem. Hopefully, this will not recur. Thanks to everyone for the support.
Cheers. -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.