Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
You want a hook when a message is sent or messagebox is loaded?
Shamim HasanKeymasterit will connect just once to check the license per week. So it should not be any issue.
your website is becoming slow because it can not check license, So it try again.
Please ask your host if this website (shamimsplugins.com) is blocked or not. when we get the response from your host we can proceed.Shamim HasanKeymasterPlease add those code directly to your theme’s (child theme’s if any) functions.php and see how many arguments you received.
Let me know.
Shamim HasanKeymasternot your ip, may be my website ip is blacklisted by your host. Just to be sure, please ask your host that your website can not connect to shamimsplugins.com. I see your website can contact my other website, just causing issue with this website. License server is in this website, so it is required to connect to this website. Please ask and let me know.
Shamim HasanKeymasterYou have missed ‘send_reply’ part. Please add
if( 'send_reply' !== $cap ) return $can;
after line 76
also write 10 and 3 as integer (without single quote). You can see functions.php of this plugin for this hook, this hook is passing 3 arguments.
Shamim HasanKeymasterPlease ask your host that your website can not connect with shamimsplugins.com. it is receiving 403 response (Access denied. Your IP address is blacklisted. If you feel this is in error please contact your hosting provider’s abuse department.)
Please let me know what they tell.
Shamim HasanKeymasterPlease contact you host and tell them that your website is receiving 403 response (Access denied. Your IP address is blacklisted. If you feel this is in error please contact your hosting provider’s abuse department.)
Also please give me ip address of your website.
Let me know.
Shamim HasanKeymasterPlease give me access to your website admin and ftp.
Full backup your website before giving me access.Shamim HasanKeymasterDid you update from any previous version? If yes, from which version?
Did you upgrade from FREE version? if yes, from which version?Shamim HasanKeymasterShamim HasanKeymasterThank you for letting me know. It it happening due to object passed by reference.
It is already fixed. Next version you will get it fixed. If you now want to change code please go to class-fep-pro-to.php line 536 and change foreach loop with this foreach loopforeach ( $this->first_message_attachments as $attachment ){ $attachment = (array)$attachment; $file = get_attached_file( $attachment['ID'] ); unset( $attachment['ID'], $attachment['guid'] ); wp_insert_attachment( $attachment, $file, $message_id ); }
Let me know. Also let me know if you find any more issues.
Shamim HasanKeymasterThis has 3 arguments.
Can you please give me exact code what you have added and where added?February 9, 2018 at 11:08 pm in reply to: Autocomplete and Send Message from Directory not working #10907Shamim HasanKeymasterYou can set “Role to Role Block”. Instruction in https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/role-to-role-block/
Shamim HasanKeymasterIs it possible to update php version? at least 5.6?
Can you please deactivate all other plugins except only this one and change theme to default theme and try?
Shamim HasanKeymasterwhich version of this plugin you are using?
-
AuthorPosts