September 8, 2014 at 3:55 pm 26470 |
Sekander Badsha | Hello Support team...I think I have a bug issue.
Indeed, all my users whatever the role they have, can assign themselves WPUF package from the profile.php page, dedicated to password change or profile details updates !
This is very annoying, Did I miss something ? how to solve this issue ?
thanks for your support.
Regards.
Christophe |
September 9, 2014 at 12:46 pm 26522 |
Sk
| Hello Christophe
please check if you miss to set Billing amount: of the subscription pack.
|
September 9, 2014 at 2:11 pm 26534 |
Christophe
| Hello Sk,
Absolutely not… I tried with billing amount pack of 0, 10, 1000…
WPUF Assign Pack button remains, the user can select anyone of the packs available
and with none (destroying all the sub pack), the user can still see the button, the select dropbox is empty.
Another strange behaviour, is that as soon as the user assigned itself a pack, even if you suppress this last one from the list of the packs available, the user can still access the See the pack button, and modify itself the number of post it can use.
All of this is very, very annoying.
Thanks for your support.
Regards.
Christophe
|
September 10, 2014 at 3:27 pm 26586 |
Sk
| This problem is not happening in others site. Even when we test it.
can you please send your site access detail in a private message to check.
thank you
|
September 10, 2014 at 3:57 pm 26589 |
Christophe
| Hi, thanks for your support.
I’m sending the requested informations, right now.
Please keep me in the loop.
Regards.
Christophe
|
September 10, 2014 at 4:07 pm 26591 |
Christophe
| This reply has been marked as private. |
September 10, 2014 at 6:00 pm 26595 |
Christophe
| Hi, support team.
I think I got it…the break was coming from an incompatible WPUF-PMPRO integration plugin (v 0.1).
It seems to have disappeared with the testing WPUF-PMPRO plugin send to me by Tareq yesterday.
I’m going to forward all the info to Tareq right now.
Regards.
Christophe
|
September 11, 2014 at 7:00 pm 26683 |
Sekander Badsha
| Hello Christophe,
What’s the update now? Is your problem solved?
|
September 12, 2014 at 12:51 am 26717 |
Christophe
| Hello.
Not yet, waiting for the final release from the author of the WPUF-PMPRO
integration plugin.
Regards.
Christophe
|
September 15, 2014 at 11:15 am 26804 |
Sk
| Hello Christophe,
Our developers can not login to your site.
please check the image:
Thank you
|
September 15, 2014 at 9:55 pm 26845 |
Christophe
| Yes, I fixed the issue.
Please let me know.
Regards.
Christophe
|
September 19, 2014 at 11:27 pm 27059 |
Christophe
| Evening support team.
Do you have any news about my issue.
If not, or do not plan to, please tell me how to be refund.
Regards.
Christophe
|
September 23, 2014 at 8:41 pm 27318 |
Sekander Badsha
| Hello Christophe,
Sorry for being late. Open subscription.php which is located inside “/wp-content/plugins/wp-user-frontend/admin/” go to line number 394,
you’ll see something like if ( !is_admin() && !current_user_can( 'edit_users' ) ) {
You have to remove !is_admin() &&
so it will look like if ( !current_user_can( 'edit_users' ) ) {
That would fix the issue.
I have logged onto your site and deactivate all the plugins and updated WordPress.
|