• Hi Katsushi

    First of all this plugin is really great , so thanks for the good work

    I have some problems to get the scheduler to work , when i set the time to for example hourly it set the time correct, but nothing happens , the time stays the same also several hours later like “Next Schedule: 2015-01-26 10:48:24”

    This is how the database looks like under wp-options–>mediafromftp_settings
    “a:4:{s:9:”searchdir”;s:29:”wp-content/uploads/recordings”;s:7:”dateset”;s:6:”server”;s:7:”exclude”;s:54:”(.ktai.)|(.backwpup_log.)|(.ps_auto_sitemap.)|.php|.js”;s:4:”cron”;a:2:{s:5:”apply”;s:1:”1″;s:8:”schedule”;s:6:”hourly”;}}”

    I tried to disable all other plugins without any luck

    https://wordpress.org/plugins/media-from-ftp/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter stiandk

    (@stiandk)

    Solved

    The Problem was related to .htaccess , we have a very strict setting allowing only specific ip´s , after adding the servers own ip to the allowed ip´s it worked

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Hi stiandk,

    “wp-options -> mediafromftp_settings” is only registered the presence or absence of the permission of the schedule.
    I am using the wp-cron. It is registered in the “wp-options -> cron”. I am using the wp_schedule_event function. Please read the Description of this function.

    Thread Starter stiandk

    (@stiandk)

    Thanks Katsushi

    And yes as you described using wp-cron , we had a problem to fire that one of as the server actually was not allowed access to it

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Hi stiandk,

    In version 4.3 and later, Supported Command line.
    “mediafromftpcmd.php” can be set to the server cron.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘proplems with the schedule/cron feature’ is closed to new replies.