photo / openphoto-wordpress

A WordPress plugin for OpenPhoto
http://theopenphotoproject.org
22 stars 8 forks source link

Error when updating plugin settings #2

Closed jmathai closed 12 years ago

jmathai commented 12 years ago

Got this when saving my host and consumer key/secret.

Warning: Cannot modify header information - headers already sent by (output started at /Users/jmathai/Y/wp/wp-admin/menu-header.php:97) in /Users/jmathai/Y/wp/wp-includes/pluggable.php on line 934
randyhoyt commented 12 years ago

It looks like this might be the fix for this: [http://stackoverflow.com/questions/495478/how-to-redirect-to-different-admin-page-in-wordpress]. I'll add that snippet and send you a build.

jmathai commented 12 years ago

@randyhoyt Adding it in the redirect url didn't fix it for me but putting it in the action of the form did.

randyhoyt commented 12 years ago

That's actually where I meant to put it. :~) Glad it worked.

Could you create another branch here where we can all use to develop? Then we can package up and push point releases down to master.