Conversation
supportIn 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’ ),
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’ ),