• We have a custom post type for Courses. Courses has some custom fields for city, date, course length and location. City is picked by a radio button, date uses a date picker, course length and location are text fields.

    We have 2 admin users – User 1 can edit and update everything, user 2 cannot update date and course length for some reason. When user 2 updates a post it doesn’t return any error, it just keeps the affected details the same as they were before the update. The post title, content, excerpt etc are unaffected. The post looks as though it updated correctly, but the details haven’t changed.

    Where do I start looking? Both users are, for all intents and purposes, identical.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Eddie

    (@mseddie)

    To add to this –

    I’ve found that only the user with an ID of 1 can change everything. I’ve gone into the database and swapped the ID’s, User 2 (now with and ID of 1) can now update everything, User 1 (now with an ID of 2) cannot. I still want to fix this. Why would the user ID’s affect their posting ability in this way?

    Do both have full admin rights? Perhaps one is set to admin and the other editor, or editor and author…

    Thread Starter Eddie

    (@mseddie)

    Both are admin – After I swapped the user ID’s it worked fine for User 2 which suggests to me that it has nothing to do with any of the user settings

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem updating custom posts with certain users’ is closed to new replies.