Hi zorl-zorl,
This is marked resolved because I’ve worked offline with several different people to determine a root cause and/or fix this.
When a theme / plugin includes a duplicate version of jQuery UI on the WordPress admin page, it causes a conflict.
You can recreate this effect with this proof-of-concept code in another plugin / theme:
add_action( 'admin_init', function() {
wp_enqueue_script( 'cdn_jquery_ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js' );
} );
1-css file jquery-ui.css is not found in plugin/css folder
Thank you for pointing this out. This is a bug. We’ll get it fixed in the next release.
2-open plugin/classes/class.p3-profiler-plugin-admin.php
and comment line 74 so:
//wp_enqueue_script( ‘jquery-ui-dialog’ );
On a stock WordPress site (3.4.2, twenty eleven, no active plugins except P3), this actually causes an error — no start scan button.