-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict with Yellow Pencil #327
Comments
Hi, could you provide more details? Because I couldn't reproduce your problem with Yellow Pencil (which I understand is now called Visual CSS Style Editor) To do this, you can add this code to your wp-config.php // Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true ); NOTE: You must insert this BEFORE /* That's all, stop editing! Happy blogging. */ Then provide screenshots from the developer console in the browser if there are errors. Also, if something appeared in your |
Thank you very much for your reply. |
Installing formBuilder on a blank page without any other addons, I again got this error message: Fatal error: Uncaught Jet_Form_Builder\Admin\Exceptions\Not_Found_Page_Exception: Current page is not defined in /homepages/33/d929895926/htdocs/clickandbuilds/Stage_CaS/wp-content/plugins/jetformbuilder/includes/admin/pages/pages-manager.php:150 Stack trace: #0 /homepages/33/d929895926/htdocs/clickandbuilds/Stage_CaS/wp-content/plugins/jetformbuilder/includes/admin/pages/base-page.php(47): Jet_Form_Builder\Admin\Pages\Pages_Manager->get_current() #1 /homepages/33/d929895926/htdocs/clickandbuilds/Stage_CaS/wp-includes/class-wp-hook.php(308): Jet_Form_Builder\Admin\Pages\Base_Page->render() #2 /homepages/33/d929895926/htdocs/clickandbuilds/Stage_CaS/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #3 /homepages/33/d929895926/htdocs/clickandbuilds/Stage_CaS/wp-includes/plugin.php(517): WP_Hook->do_action() #4 /homepages/33/d929895926/htdocs/clickandbuilds/Stage_CaS/wp-admin/admin.php(259): do_action() #5 {main} thrown in /homepages/33/d929895926/htdocs/clickandbuilds/Stage_CaS/wp-content/plugins/jetformbuilder/includes/admin/pages/pages-manager.php on line 150 It says, there is a critical error on the website. As image: |
There was an update for JetFormbullder, just now, which solved the problem. At least it looks like, I will do some testing later in the day after I got some sleep |
After the update it works like a charm, so I'll close this ticket. |
first I couldn't install JetFormbuilder. WordPress said the Plugin has no valid header.
I thought the problem was solves after I deactivated the caching-Plugin. I was able to install and activate your addon.
I can create a new form, but can't edit ist. Only a white page shows when I try to edit it.
I did a trouble shoot and it seems like JetFormbuilder has a conflict with Yellow Pages. I can reproduce that on several websites.
Any idea how to solve the issue?
The text was updated successfully, but these errors were encountered: