slushman / now-hiring

WordPress plugin for displaying job openings
GNU General Public License v2.0
100 stars 41 forks source link

The Options pages does not save #4

Open aurovrata opened 8 years ago

aurovrata commented 8 years ago

Hello,

the options_page does not save properly. One gets an error: "Error: Options Page Not Found" on Network installations, which apparently is a bug in WP.

Any tips to work around this?

aurovrata commented 8 years ago

Ok, turns out that you have an error in your code.

Line /admin/class-now-hiring-admin.php#391 is currently,

settings_fields( 'now_hiring_options' );

it should read

settings_fields($this->plugin_name . '-options' );

EdwardNavarro commented 3 years ago

Hi guys,

"repeater" field does not save properly. anybody have same error?

@slushman can you help us checking validation of repeater fields?

aurovrata commented 3 years ago

I believe the author has abandoned this project. You'll have to fork it and fix it yourself.