Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author edward_plainview

    (@edward_plainview)

    Hm. It shouldn’t break like that. If you enable WP_DEBUG and what not, what error messages are you getting?

    Thread Starter Mike Turner

    (@northantsphotos)

    Hi Ed,

    These are the debug messages I can see (but I see these with your plugin activated or deactivated):

    Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /home/townvoic/public_html/wp-includes/functions.php on line 2913

    Strict Standards: Declaration of CH_Table_Participants::extra_tablenav() should be compatible with WP_List_Table::extra_tablenav($which) in Unknown on line 0

    Strict Standards: Only variables should be passed by reference in /home/townvoic/public_html/wp-content/plugins/p3-profiler/p3-profiler.php on line 56

    Plugin Author edward_plainview

    (@edward_plainview)

    That’s an awful weird problem. What’s worse is that there isn’t an associated fatal error message.

    There SHOULD be an error message if the plugin is breaking the rest of WordPress. Did you add ini_set(‘display_errors’,’On’); to the wp-config?

    Thread Starter Mike Turner

    (@northantsphotos)

    Hey Ed,

    No I hadn’t added that, but just did but still didn’t make a difference.

    Here’s a screenshot of what happens: Click Here

    :/

    Plugin Author edward_plainview

    (@edward_plainview)

    That’s … weird. It doesn’t appear to be broken, just invisible.

    If you need help finding the problem, throw me an e-mail and we’ll work something out.

    [email protected]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Update Causes Post Edit/Add White Screen’ is closed to new replies.