Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
For customization please contact using https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterDo you use Ultimate member plugin?
You can use https://www.shamimsplugins.com/docs/front-end-pm/integration/front-end-pm-ultimate-member-integration/ to integrate each other.Shamim HasanKeymasterUser can unblock from the same place if they accidentally block any user. Still if you want to show confirmation see following.
You can add following code in block-unblock.js after e.preventDefault();if ( ! confirm( 'Do you really want to block/unblock this user?' ) ) { return false; }
Currently user name do not pass to js, so we cannot show name. Also from js we do not know if we are blocking or unblocking user. So confirmation is require in both block and unblock request. You can adjust message to show.
Shamim HasanKeymasterWhat you did to show messages in back-end?
Please give me access to your website so that i can try. Please use https://www.shamimsplugins.com/sensitive-information/Shamim HasanKeymasterIt should show in admin pages that “Front End PM PRO needs to database update.”. and there should be a button to “Proceed”. If still do not see this please give me access to your website so that i can try. Please use https://www.shamimsplugins.com/sensitive-information/
How many messages and announcements did you have?Shamim HasanKeymasterAlso go to Settings > Permalink then change your permalink to something else and save changes and again change back what you have now and save changes.
Shamim HasanKeymasterChange your language also to english.
If still have errors please check file and folder permission for this plugin. folder should be 755 and file should be 644. Let me know.
Also can you upload this plugin via ftp? If yes, delete current plugin and unzip and upload via ftp.Let me know.
Shamim HasanKeymaster1. How you uploaded this plugin? Via WP admin or FTP or file manager?
2. Those error showing only in that page or any other page also?
3. Does those error shows if you deactivate all other plugins and change to one of default theme (twenty*)?Shamim HasanKeymasterI see this code is incomplete. Did you copy full part or this is the only code you have?
Please see your server error log if there is any error there.
Let me know.Shamim HasanKeymasterDo you have any custom code for this plugin in your website?
Please see your server error log if there is any error there.
Let me know.Shamim HasanKeymaster1. Which error? No messages found or an error occurred while processing the directive ?
2. Follow https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/translate/Shamim HasanKeymasterShamim HasanKeymasterPlease change in
mimeDecode.php
line 65require_once 'PEAR.php';
to
@include_once 'PEAR.php'; if ( ! class_exists( 'PEAR' ) ) { require_once __DIR__ . '/PEAR.php'; }
Let me know if this works.
Shamim HasanKeymasterIf you refresh your website couple of times is it working?
Do you use Email piping/POP3 setup in this plugin?you can modify open_basedir restriction. Instruction in https://stackoverflow.com/a/34980645
Let me know.
Shamim HasanKeymasterWhat error you are getting? White screen of death?
1. Currently which version of this plugin, wordpress and php you are using?
2. Please check your error log in server and see if there any error.if you do not find any enable wp_debug and wp_debug_log and after an update, look at wp-content/debug.log to see if anything gets logged there.
Let me know.
-
AuthorPosts