• using the action
    add_action('admin_menu', '')
    means that the plugin will give “output already sent” errors in the admin section? I don’t think that it should since it doesn’t in mine installation but someone using my plugin reported it, so I thought I should ask!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Thread Starter Amit Gupta

    (@amit)

    well, I’ve already suggested that to them, but they say that they haven’t opened the plugin files & uploaded them straightaway after unzipping. And the zipped files are OK to run as they’ve been checked again & contain no spaces at the end(its against my programming habit anyway).

    one of the guys who reported the error said that after he got the error, he opened the file, checked for spaces & didn’t find any. so he saved the file again as UTF8 and then the errors were gone!! Frankly I’m baffled as I haven’t seen any of these errors & I’ve my plugin running on 2 blogs on a Linux box & 1 on a Windows box!!

    Moderator James Huff

    (@macmanx)

    Make sure that they are looking in the right place. IOW, make sure that they are following the instructions under “Interpreting the Error Message”.

    Thread Starter Amit Gupta

    (@amit)

    Yeah, I think I’ll forward them to that FAQ link & be done with it!! I don’t think its my plugin’s problem either else it would’ve come up on not just 1-2 blogs but many others!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘is this pluggable functions error?’ is closed to new replies.