Thread Starter
hafer
(@hafer)
Do you know which version of PHP you’re using? Can you give any more details?
Thread Starter
hafer
(@hafer)
==WordPress:==
Version: 3.4.1
==Extra info:==
PHP Version: 5.3.13-nmm1
Server Software: Apache
I have also this bug: http://wordpress.org/support/topic/plugin-video-thumbnails-blankwhite-screen-on-video-thumbnails-settings-page-in-wp-admin
When I add a slash to the end of the URL it works. The admin-page of the plugin
I think I have a temporary fix for you. I believe the same bug that causes the page not to load when there isn’t a slash is causing the plugin not to insert the appropriate JS on the admin page. Find this block of code in the plugin:
// AJAX for Past Posts
if ( isset ( $_GET['page'] ) && ( $_GET['page'] == 'video-thumbnail-options' ) ) {
add_action( 'admin_head', 'video_thumbnails_past_ajax' );
}
and replace it with this:
// AJAX for Past Posts
add_action( 'admin_head', 'video_thumbnails_past_ajax' );
Thread Starter
hafer
(@hafer)
When I replace the code every admin-site is blank…
I am facing the same issue, do you have any working solution??
me too~~
~i need u help~ pls~