Viewing 1 replies (of 1 total)
  • Plugin Author sewpafly

    (@sewpafly)

    Great, that’s some good information. I think the 2 problems are related, so lets fix this print_r one first and see if it fixes the angular one that’s popping up.

    If you comment out line 252 in post-thumbnail-editor.php

    PteLogger::debug( "PARAMETERS: " . print_r( $_REQUEST, true ) );

    does that change anything?

    I don’t understand why print_r is disabled for “security reasons” though… FYI, there are print_r‘s scattered throughout the code for debugging reasons (in php/functions.php and php/options.php) that could potentially be causing problems.

Viewing 1 replies (of 1 total)

The topic ‘Showing error from debug and pluguin not working’ is closed to new replies.