Home › Forums › Weaver Xtreme Theme › Weaver-Extreme conflicts with WordPress 6.2: errors related to items-wrap
- This topic has 7 replies, 4 voices, and was last updated 3 weeks, 5 days ago by
parrot720n.
-
AuthorPosts
-
May 1, 2023 at 17:13 UTC - Views: 56 #72587
parrot720n
ParticipantMy wordpress website keeps going down with error pointing to “items_wrap’ ‘div class=”weaver-menu-clear”
I was instructed to get correction from Weaver Xtreme but I cannot find any instructions on making that correction.May 1, 2023 at 17:26 UTC - Views: 48 #72589parrot720n
ParticipantMy wordpress website keeps going down with error pointing to “items_wrap’ ‘
I was instructed to get correction from Weaver Xtreme but I cannot find any instructions on making that correction.May 1, 2023 at 19:53 UTC - Views: 41 #72594scrambler
ModeratorYou need to give us more details about when and where you get that message.
But you can start by deactivating all non weaver plugins and see if that makes a difference
May 1, 2023 at 20:00 UTC - Views: 39 #72596Weaver
KeymasterDid you recently (like just before before the crash) change any menu items?
From looking at where your site is crashing, I would suspect faulty menu definitions. There is in fact a bug in WP 6.2 that can cause a crash if a menu item has become undefined.
To really see what is happening, you should edit your wp-config.php file in the root directory of the web site (using your host’s tools that let you edit files) and change the WP_DEBUG line to true:
define( ‘WP_DEBUG’, true );
That should make your site generate a useful message about the exact line where the site crashes.
Or provide the exact line that was pointing to someting. Need the full info which should include php function names and line numbers.
May 2, 2023 at 15:48 UTC - Views: 29 #72608parrot720n
ParticipantThe problem was initially noted in https://myd2.net and the problem was identified at the line as shown on (see image)
I did change the wp-config.php as you directed.
I hope this is the information you needed.
May 2, 2023 at 18:59 UTC - Views: 22 #72609Weaver
KeymasterI am nearly 100% certain that this is an instance of a WordPress core bug.
The issue is that there is something wrong with your menu definition. It seems that either the definition has gotten corrupted, or more likely that some item in that menu no longer exists.
I first encountered the problem several weeks ago, and have reported the issue to WP, right down to the exact line of WP code. Another Weaver user also encountered the bug, and after completely re-defining the menu (make a new version), all worked again.
So the solution is to rebuild your menu.
I’m surprised that WP has not yet fixed the problem as it must be common as I now know of three cases of this just from Weaver Xtreme users.
I don’t remember for sure, but the problem might only show while in the Customizer, but I might be mixing that up with a different problem.
May 2, 2023 at 19:11 UTC - Views: 20 #72610beethoven
ParticipantI’m the one who had the problem and solved it by rebuilding the menu. In my case, the problem showed only in the customizer.
May 3, 2023 at 21:09 UTC - Views: 13 #72614parrot720n
ParticipantThank you very much… for some reason, the site is presently working and no error is showing. I will make the change on the menu if it recurs. Again, thank you so much.
-
AuthorPosts
- You must be logged in to reply to this topic.