WPIntell

Source evidence

Critical Error message

Widgets on Pages · support · 2023-09-09T12:42:00+00:00

complaintsentiment
highseverity
1.0relevance
6replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 23 rows with source links

13.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Mr Lucky unresolved
In the plugin list if I click on “Opt in” under this plugin I get this message Thank you for updating to Widgets On Pages v1.8.1! There has been a critical error on this website. Please check your site admin email inbox for instructions. Learn more about troubleshooting WordPress. However I can then hit the back button and everything appears to be OK. Can anyone please help? This topic was modified 2 years, 8 months ago by Mr Lucky . Further to the above, the Widgets on pages item in the LH dashboard navigation does the same thing. When hovering the submenu does not open up. I have tested with other plugins disabled. I can actually get to the turbo sidebars page by putting in the link: /wp-admin/edit.php?post_type=turbo-sidebar-cpt After testing by reverting to an older database it seems what happens is this: All appears to work fine, ie admit dashboard menu works and shows links on hover Click on the Opt in link on the installed plugins page Get the critical error warning Dismiss that. All appears normal as mention ion OP above but: But now the admin dashboard menu no longer works, ie no links show on hover Clicking on the top level Widgets on Pages menu entry in the admin menu now shows the critical error notice I’ve got the same error. At this moment, I don’t need to change any setting, but would someone can fix it? I (think I) fixed it by using the rollback plugin, going back to previous version. @voodoochill Is it possible that you share the old version of the plugin? Unfortunately, a friend’s page does not have a rollback plugin installed and no backup has been created. Thanks Carsten ahhh, found the problem, “widgets_on_pages.php” line 68: wrong: __fs( ‘hey-x’ ) . ‘ ‘ . __ ( ‘Thanks for your continuing use of %2$s. Please help us improve it even further by opting-in below. By doing so, some data about your usage of %2$s will be sent to %5$s. If you skip this, that\’s okay! %2$s will still work just fine.’, ‘widgets-on-pages’ ), correct: __( ‘hey-x’ ) . ‘ ‘ . __( ‘Thanks for your continuing use of %2$s. Please help us improve it even further by opting-in below. By doing so, some data about your usage of %2$s will be sent to %5$s. If you skip this, that\’s okay! %2$s will still work just fine.’, ‘widgets-on-pages’ ),

Comments

6 shown
Mr Lucky 2023-09-13T16:49:00+00:00

Further to the above, the Widgets on pages item in the LH dashboard navigation does the same thing. When hovering the submenu does not open up. I have tested with other plugins disabled. I can actually get to the turbo sidebars page by putting in the link: /wp-admin/edit.php?post_type=turbo-sidebar-cpt

Mr Lucky 2023-09-14T08:03:00+00:00

After testing by reverting to an older database it seems what happens is this: All appears to work fine, ie admit dashboard menu works and shows links on hover Click on the Opt in link on the installed plugins page Get the critical error warning Dismiss that. All appears normal as mention ion OP above but: But now the admin dashboard menu no longer works, ie no links show on hover Clicking on the top level Widgets on Pages menu entry in the admin menu now shows the critical error notice

nobo73 2023-10-06T15:57:00+00:00

I’ve got the same error. At this moment, I don’t need to change any setting, but would someone can fix it?

Mr Lucky 2023-12-13T16:01:00+00:00

I (think I) fixed it by using the rollback plugin, going back to previous version.

grobc 2024-01-17T15:33:00+00:00

@voodoochill Is it possible that you share the old version of the plugin? Unfortunately, a friend’s page does not have a rollback plugin installed and no backup has been created. Thanks Carsten

grobc 2024-01-17T15:41:00+00:00

ahhh, found the problem, “widgets_on_pages.php” line 68: wrong: __fs( ‘hey-x’ ) . ‘ ‘ . __ ( ‘Thanks for your continuing use of %2$s. Please help us improve it even further by opting-in below. By doing so, some data about your usage of %2$s will be sent to %5$s. If you skip this, that\’s okay! %2$s will still work just fine.’, ‘widgets-on-pages’ ), correct: __( ‘hey-x’ ) . ‘ ‘ . __( ‘Thanks for your continuing use of %2$s. Please help us improve it even further by opting-in below. By doing so, some data about your usage of %2$s will be sent to %5$s. If you skip this, that\’s okay! %2$s will still work just fine.’, ‘widgets-on-pages’ ),