Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @edtorrey,

    I have a solution for this, Can you try?
    You can update in this code on your function.php file

    add_action(‘admin_init’, ‘allow_contributor_uploads’);
    function allow_contributor_uploads() {
    $contributor = get_role(‘contributor’);
    $contributor->add_cap(‘upload_files’);
    $contributor->add_cap( ‘edit_published_posts’ );
    $contributor->add_cap( ‘edit_others_posts’ );
    }

    It helps to solve your issues.

    Thread Starter Manohar

    (@cwmanohar)

    Sorry for your inconvenient i made a simple mistake to SMS integration in Mvaayoo. Now resloved the sms notification on my side.

    The other SMS are working fine now.

    Thankx for supporting me on this issue. This plugin must Great!..

    • This reply was modified 7 years, 2 months ago by Manohar.
    Thread Starter Manohar

    (@cwmanohar)

    I can tried Mvaayoo site their sms is sent as good, But when i am purchase the product in My website here not sent any sms to user. What i am going to do wrong.

    Can you help me how i am get my sender id in Mvaayoo website.

    Thread Starter Manohar

    (@cwmanohar)

    Hi APG,

    One more think i tried mvaayoo here also not working on my sms notifcation (not send any SMS to users)

    Gatway Error Like This :
    =======================

    Gateway answer:
    Array
    (
    [headers] => Requests_Utility_CaseInsensitiveDictionary Object
    (
    [data:protected] => Array
    (
    [server] => Apache-Coyote/1.1
    [content-type] => text/html;charset=UTF-8
    [content-length] => 31
    [date] => Sat, 09 Sep 2017 13:13:48 GMT
    )

    )

    [body] => Status=1, Invalid Sender Name

    [response] => Array
    (
    [code] => 200
    [message] => OK
    )

    [cookies] => Array
    (
    )

    [filename] =>
    [http_response] => WP_HTTP_Requests_Response Object
    (
    [response:protected] => Requests_Response Object
    (
    [body] => Status=1, Invalid Sender Name

    [raw] => HTTP/1.1 200 OK
    Server: Apache-Coyote/1.1
    Content-Type: text/html;charset=UTF-8
    Content-Length: 31
    Date: Sat, 09 Sep 2017 13:13:48 GMT
    Connection: close

    Status=1, Invalid Sender Name

    [headers] => Requests_Response_Headers Object
    (
    [data:protected] => Array
    (
    [server] => Array
    (
    [0] => Apache-Coyote/1.1
    )

    [content-type] => Array
    (
    [0] => text/html;charset=UTF-8
    )

    [content-length] => Array
    (
    [0] => 31
    )

    [date] => Array
    (
    [0] => Sat, 09 Sep 2017 13:13:48 GMT
    )

    )

    )

    [status_code] => 200
    [protocol_version] => 1.1
    [success] => 1
    [redirects] => 0
    [url] => https://api.mvaayoo.com/mvaayooapi/MessageCompose
    [history] => Array
    (
    )

    [cookies] => Requests_Cookie_Jar Object
    (
    [cookies:protected] => Array
    (
    )

    )

    )

    [filename:protected] =>
    [data] =>
    [headers] =>
    [status] =>
    )

    )

    Kind Regards,
    Manohar Tk.

    Thanks a lot @samuel. it works perfect for me

    • This reply was modified 8 years, 2 months ago by Manohar.
Viewing 5 replies - 1 through 5 (of 5 total)