Viewing 11 replies - 1 through 11 (of 11 total)
  • I am experiencing the same issue. It is not good.

    Please help with this issue, i don’t know what to do. Oscar

    Hi, I have the same problem, neither users or any project details is saving.

    My WordPress version is 3.6

    Please help

    Hello There

    I have just tested this on 2 of my websites and have the same problem as well

    Any one have a fix for this ?

    Thank you Kindly
    Mark de Scande

    Any luck yet?

    I’ll try and have a stab at it as well. This was my last resort as none of the other project management plugins work either.

    If anyone has another solution please reply.

    Thank you!

    I was a very happy user of this great project management plugin, but stopped using for a couple of months. Now it does not save the users of the project. Has anybody found a solution for this issue?

    Hi all,

    you have to change following code (file WPPM-Metaboxes.php, line 309).

    Current code:

    if ( !wp_verify_nonce( isset($_POST['_wppm_project_meta_nonce']), WPPM_RELATIVE )) {

    Functional code:

    if ( ! isset( $_POST['_wppm_project_meta_nonce'] ) || ! wp_verify_nonce( $_POST['_wppm_project_meta_nonce'], WPPM_RELATIVE ) ) {

    I was caused by this (added in WordPress 3.5.2 and WordPress 3.6). But WordPress is doing it right, problem was in plugin code…

    If there is no response from plugin author, I will ask administrators for commit rights to repair this nice plugin officially.

    @pavelevap your code worked perfectly thank you

    It works, thanks!

    Thank you as well.

    Thanks pavelevap, it works 😀

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Unable to assign users to a project’ is closed to new replies.