Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author greghl

    (@greghl)

    greybird – thank you for the error report, I’ll try to reproduce this.

    Can you confirm if this error occurred with on a WordPress installation with ZERO pages + zero posts, or if this was a fully operational blog with both posts + pages?

    thanks

    Greg

    Plugin Author greghl

    (@greghl)

    ok – this looks like an issue with substitution of a blank page title with “BLANK PAGE TITLE” – so until I can investigate a little later (today I hope) – I have released a version where the two lines which might cause the error have been commented out.

    This must be a difference between posts + pages which I need to investigate a little further to fix properly.

    Plugin Author greghl

    (@greghl)

    ok – this appears to be a PHP strict warning – while I recode the offending function, you can turn off warnings in your PHP.ini via your web control panel, or by adding:

    error_reporting(E_ERROR);

    to your wp-config.php – this will change error reporting to only show ERRORS, not errors+warnings.

    I’ll recode the plugin to fix this all – but it might take several days.

    Plugin Author greghl

    (@greghl)

    greybird – I’m unable to reproduce the error – and every “fix” I put into the code creates more problems so far, but what I would like from you is your PHP version please – that way I can put my testbed wordpress onto the same PHP version and attempt to duplicate your error – fix it, then check back on my earlier PHP testbed.

    thank you

    Greg

    Plugin Author greghl

    (@greghl)

    I believe the latest release will fix your issues, but without further information, I cannot be 100% sure (not sure of the PHP release etc that you’re using).

    Let me know if your issues have not been resolved.

    Thread Starter elizabeth

    (@greybird)

    Sorry I wasn’t notified of all these responses to my original post. Yes this problem was fixed. Thank you for the great work!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Warning in page edit mode’ is closed to new replies.