Forum Replies Created

Viewing 14 replies - 31 through 44 (of 44 total)
  • Thread Starter webfeat

    (@webfeat)

    sorry but its nothing to do with the host. This, for example
    */5 * * * * php /srv/www/path/43f9/htdocs/wp-cron.php
    works perfectly for all wordpress crons except yours because yours doesnt appear in the WP Cron list.

    All Im asking you is for the file name that runs your task because if I try
    */5 * * * * php /srv/www/path/43f9/htdocs/?pull-feeds=fa1a14aac622fe395ca1275fd21a7eb3
    it fails because php doesnt know what file its supposed to call. Surely there is a file within the website root that can be called with your pull-feeds parameter?

    webfeat

    (@webfeat)

    I would like to know this as well

    • This reply was modified 9 years ago by webfeat.
    Forum: Plugins
    In reply to: [WP Pipes] Cron question
    Thread Starter webfeat

    (@webfeat)

    hi
    no that wont work.
    Its being used on a work intranet, the hosting isnt the issue. The issue is the site security that blocks it from the outside world also blocks a cron if its using the public url.
    What I need is the name of the file that actually runs the cron so I can call it via php i.e.
    */5 * * * * php /srv/www/path/43f9/htdocs/[FILE NAME HERE]?pipes=cron&task=callaio
    it must be called from somewhere, I tried index.php but that resulted in an error.

    so again, a full public url will not work in any way, from any provider or service. I need the internal path so php can run it internally. This should be perfectly possible.

    Forum: Plugins
    In reply to: [WP Pipes] Cron question
    Thread Starter webfeat

    (@webfeat)

    Sorry for the confusion. I’ve read a number of replies to tickets here and that addon was suggested in all of them to make it work.

    For me, I just have 1 pipe that I want to make work via crontab. I cant use an internet url so need to use a server side one.
    I already tried the link you posted but due to my requirements it does not work for me which is why I posted the info above. I cant use Curl or wGet. I need to use something like :
    */5 * * * * php /srv/www/path/43f9/htdocs/wp-cron.php
    which works fine for all my other tasks but doesnt call this one. What path should I use?

    Thread Starter webfeat

    (@webfeat)

    Thats true
    I set it for 4pm, UK time, at 3.50. from looking at the cron the event triggered as its now reset to :
    keep_in_touch_daily_event_hook None Keep_In_Touch_Schedule::handle_daily_event() 2017-06-15 16:00:00 (23 hours 58 minutes) Non-repeating

    so its firing, but nothing is being mailed out. Most strange.

    Thread Starter webfeat

    (@webfeat)

    Thanks, I’ve fired an email your way about the styles with some example files.

    The schedules need to be repeating. I’ll edit mine. Currently its never sent anything out despite my changing the times/days repeatedly to test it i.e. 3 times today I’ve set it to send 30 minutes from whatever time I was looking at it. So far, nothing.

    I can manually send them out, via keep in touch options. If I try running from the Cron tab nothing comes out but the timers change like its been sent but nothing arrives.
    Its not a deal breaker but would be nice to get working.

    • This reply was modified 9 years ago by webfeat.
    Thread Starter webfeat

    (@webfeat)

    hi again
    do you have a person email I can use instead of this? as Im not sure its all relevant for a support ticket?

    I have some ideas regarding the styling. I can/am edit the msg file but those styles will get replaced on update. So better perhaps to put them in the database, then copy them into the email when its created.

    Thread Starter webfeat

    (@webfeat)

    ok thanks, I see the styling is inside class-keep-in-touch-msg.php so I’ll play with those. Email styling can be a problem as a lot of older readers ignore newer stuff.

    I have noticed that the scheduled task isnt sending anything out. I’ve looked at the cron job and it set as non-repeating for both “keep_in_touch_daily_event_hook” and “keep_in_touch_weekly_event_hook”, is that right? If I manually send out the newsletter via the WP admin area its sent but its not sending on schedule.

    Thread Starter webfeat

    (@webfeat)

    sorry for the spam. Is there a file I can edit to change the style of the email sent out? want to do some formatting.

    Thread Starter webfeat

    (@webfeat)

    ps
    for the input field can you add a class name for it, or an input type? Im trying to put css on it but if I just use input it styles the button as well.

    I have used : input:not([disabled]):not([type=”submit”]) for now but its not ideal.

    Would like the inline style taken off the input box as well please. I use a css plugin to add additional styles and so can add it in there.

    • This reply was modified 9 years ago by webfeat.
    • This reply was modified 9 years ago by webfeat.
    Thread Starter webfeat

    (@webfeat)

    Hi
    Theres no rush as its not open to the public yet so the weekend would be fine with me.

    thanks for looking into it

    Thread Starter webfeat

    (@webfeat)

    Have now got signups to work by enabling “Request full name”. Without this on, all signups fail.

    Also Im using the widget. When you fill in the email address, and click signup, it then goes to a page asking you to put your email address in to sign up. Can this be an option we can turned on/off? asking someone to put their address in twice is tedious. Our site is protected but a sitewide login so no bots can access it.

    Obviously now I have to have Request full name on, they will need to put in their name but if this could be added to the widget, and perhaps ajax update the widget to confirm signup? or just go to a confirmation page if not?

    • This reply was modified 9 years ago by webfeat.
    • This reply was modified 9 years ago by webfeat.
    Thread Starter webfeat

    (@webfeat)

    Update
    I have created the table using the create code found in – class-keep-in-touch-db
    its now in the database but the signups still fail.

    Error email reads :
    Subscription request failed for email address: [users email address]
    The cause of this error is not clear.
    It may indicate a problem with your site or on the part of the user.
    It may also indicate an attack.

    • This reply was modified 9 years ago by webfeat.

    I would like to see this added as well. Its missing from every post expire plugin I’ve seen.
    Then ideally, we could set rules like expire 30 days after post, for all posts in X, then expire 60 days after post for all posts in Y and so on.

Viewing 14 replies - 31 through 44 (of 44 total)