Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • I have the same problem. All images I add to a post are 1 x 1 pixels in the latest update.

    Thread Starter dirkschrama

    (@dirkschrama)

    Yes, there is. I chose “specific group” and tested it. But nothing happened.

    Thread Starter dirkschrama

    (@dirkschrama)

    Yes, I installed that one too. Maybe I’m going to try the ActivityCodes instead.

    Thread Starter dirkschrama

    (@dirkschrama)

    Hi Michael,

    I’m using BuddyPress.

    Thread Starter dirkschrama

    (@dirkschrama)

    Hi Daniel,

    I did that. It only sends me one backorder and test-messages, not the real orders. This is all in the log:

    11-27-2013 @ 08:27:04 – Sending:
    Title: New Order 2938
    Message: Dirk Schrama ordered Yurbuds Inspire Pro for €0.00
    URL: https://dutchmudmen.com/wp-admin/
    11-27-2013 @ 08:27:04 – Response:
    Array
    11-27-2013 @ 08:27:04 – Pushover response
    Array
    (
    [headers] => Array
    (
    [date] => Wed, 27 Nov 2013 08:27:04 GMT
    [content-type] => application/json; charset=utf-8
    [connection] => close
    [status] => 200 OK
    [x-ua-compatible] => IE=Edge,chrome=1
    [etag] => “4ff573c32b5a9884f1049df85204394b”
    [cache-control] => max-age=0, private, must-revalidate
    [x-request-id] => a1ea44a5c83355c2335d18f5a4269b6b
    [x-runtime] => 0.075126
    [x-frame-options] => DENY
    )

    [body] => {“status”:1,”request”:”a1ea44a5c83355c2335d18f5a4269b6b”}
    [response] => Array
    (
    [code] => 200
    [message] => OK
    )

    [cookies] => Array
    (
    )

    [filename] =>
    )

    11-27-2013 @ 16:56:49 - Sending:
    Title: Product Backorder
    Message: Product (#874 Under Armour Evo Coldgear Shortsleeve Mock) is on backorder.
    URL: https://dutchmudmen.com/wp-admin/
    11-27-2013 @ 16:56:49 - Response:
    Array
    11-27-2013 @ 16:56:49 - Pushover response
    Array
    (
    [headers] => Array
    (
    [date] => Wed, 27 Nov 2013 16:56:49 GMT
    [content-type] => application/json; charset=utf-8
    [connection] => close
    [status] => 200 OK
    [x-ua-compatible] => IE=Edge,chrome=1
    [etag] => "863f9e345e8d9a3527ab0ef3f28e3802"
    [cache-control] => max-age=0, private, must-revalidate
    [x-request-id] => ea8675d4732b22c43076f9563749ad4f
    [x-runtime] => 0.012993
    [x-frame-options] => DENY
    )

    [body] => {"status":1,"request":"ea8675d4732b22c43076f9563749ad4f"}
    [response] => Array
    (
    [code] => 200
    [message] => OK
    )

    [cookies] => Array
    (
    )

    [filename] =>
    )

    11-27-2013 @ 23:54:14 - Sending:
    Title: Product Backorder
    Message: Product (#874 Under Armour Evo Coldgear Shortsleeve Mock) is on backorder.
    URL: https://dutchmudmen.com/wp-admin/
    11-27-2013 @ 23:54:14 - Response:
    Array
    11-27-2013 @ 23:54:14 - Pushover response
    Array
    (
    [headers] => Array
    (
    [date] => Wed, 27 Nov 2013 23:54:14 GMT
    [content-type] => application/json; charset=utf-8
    [connection] => close
    [status] => 200 OK
    [x-ua-compatible] => IE=Edge,chrome=1
    [etag] => "019eff840f0b9c189d317ca7615b1824"
    [cache-control] => max-age=0, private, must-revalidate
    [x-request-id] => 3e1ec47ef0e5391f3da9b7666501496e
    [x-runtime] => 0.013591
    [x-frame-options] => DENY
    )

    [body] => {"status":1,"request":"3e1ec47ef0e5391f3da9b7666501496e"}
    [response] => Array
    (
    [code] => 200
    [message] => OK
    )

    [cookies] => Array
    (
    )

    [filename] =>
    )

    Thread Starter dirkschrama

    (@dirkschrama)

    Probably due to a plugin. It works again.

    Thread Starter dirkschrama

    (@dirkschrama)

    Many thanks for your help. It was the child-theme. I use this theme on multiple sites and it always works. I’ve deleted it and uploaded it again, now it works.

    Is it possible that a plugin broke the child-theme?

    Again, many thanks!

    Thread Starter dirkschrama

    (@dirkschrama)

    This is in the .htaccess. Just the default. Not more:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter dirkschrama

    (@dirkschrama)

Viewing 9 replies - 1 through 9 (of 9 total)