Created User & Options disappear on saving
-
I’ve just added this plugin to my site. Went to the settings, clicked on Create new user. I linked it to my instagram account and then got the options page up. Set all of the options for where/how to post it etc. I then clicked Save and now all I get is the option to add a new user and general options.
Looking in the options table in the DB I can see myself in a serialised array under dsgnwrks_insta_users and under dsgnwrks_insta_options I just see the generic options.
I can see in the code that it looks to see if any users are set up but then it stops loading them at the check
if ( ! $this->user_option( 'full_username' ) ) { // something's wrong, skip this user $this->debugsend( '91' ); continue; }
I’m not sure where debugsend goes or what it does but that’s the point where it’s falling over. So I then can’t edit my own options page, I can’t see the options saved in the options table either.
Any ideas what’s happening or going wrong?
- The topic ‘Created User & Options disappear on saving’ is closed to new replies.