Title: Plugin does not work on my server
Last modified: August 21, 2016

---

# Plugin does not work on my server

 *  [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/)
 * Hello everyone,
 * first thanks to the author of this plugin, it is very easy to use. I have installed
   the plugin local on my laptop and it works very good. Now i have done the same
   on the server where my website is hosted but it does not work. Can somebody help
   me?
    Thanks so much in advance
 * [http://wordpress.org/extend/plugins/post-expirator/](http://wordpress.org/extend/plugins/post-expirator/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/page/2/?output_format=md)

 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898106)
 * More details: the plugin is installed successfully on my webhost and i can do
   all things like on the localhost. The only problem is that, after the date and
   time i entered in the post expirator, the post is always there on the website.
   But on the localhost, it works very well.
 *  [Aaron Axelsen](https://wordpress.org/support/users/axelseaa/)
 * (@axelseaa)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898148)
 * This is likely caused by wp-cron being disabled on your webhost. I am working
   on getting some debugging added into future versions to better display with.
 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898178)
 * Thanks for replying. When should be the next version available?
 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898195)
 * Or what do i have to modify such that it can work.
 * Thanks again
 *  [Aaron Axelsen](https://wordpress.org/support/users/axelseaa/)
 * (@axelseaa)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898296)
 * Hopefully within the next week – but, that all depends on the amount of time 
   I get to work on it.
 * Take a look at your wp-config.php file and see if you find the following line:
 * define(‘DISABLE_WP_CRON’, true);
 * If you do see this, simply set it to “false”.
 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898297)
 * Hello,
 * thanks for replying. I have checked it but the line you mentioned is not there.
 *  [Aaron Axelsen](https://wordpress.org/support/users/axelseaa/)
 * (@axelseaa)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898298)
 * Please enable debugging in the plugin, and post the debugging log after you have
   scheduled a post to expire, and that expiration time has passed
 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898299)
 * Hello,
 * sorry i am not a wordpress profi and don’t understand what you mean with “enable
   debugging in the plugin and post the debugging log”.
 * thanks so much for trying to help me
 *  [Aaron Axelsen](https://wordpress.org/support/users/axelseaa/)
 * (@axelseaa)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898303)
 * This is an option in the plugin settings. If you click on “Post Expirator” under
   the settings menu, you should see it.
 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898312)
 * Hello,
 * thanks for replying. I have enabled debugging in the plugin. What do you mean
   with “post debugging log after you have scheduled a post to expire” ?
 * Thanks again
 *  [Aaron Axelsen](https://wordpress.org/support/users/axelseaa/)
 * (@axelseaa)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898315)
 * After debugging is enabled, the post expirator plugin will log any attempts to
   schedule and expire posts. So if you can make a few new posts, and set them to
   expire then we can see if there is anything in the logs that might help diagnose
   the problem.
 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898316)
 * Hello,
 * thanks for replying. now, i understand what you mean. I did it and have the following
   debugging logs:
 * 2013-07-06 17:02:58 2074 -> SCHEDULED at Sat, 06 Jul 2013 13:05:00 +0000 (1373115900)
   with options Array ( [expireType] => draft [id] => 2074 )
 * 2013-07-06 17:02:40 2072 -> SCHEDULED at Sat, 06 Jul 2013 13:05:00 +0000 (1373115900)
   with options Array ( [expireType] => draft [id] => 2072 )
 * 2013-07-06 14:55:28 2068 -> SCHEDULED at Sat, 06 Jul 2013 10:59:00 +0000 (1373108340)
   with options Array ( [expireType] => draft [id] => 2068 )
 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898335)
 * Hello,
 * i just want to know if you are already finished with the release of the plugin.
 * Thanks so much
 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898368)
 * Hello,
 * something new?
 * Thanks
 *  Thread Starter [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * (@covoiturage)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/#post-3898373)
 * Hello,
 * something new?
 * Thanks 🙂

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/page/2/?output_format=md)

The topic ‘Plugin does not work on my server’ is closed to new replies.

 * ![](https://ps.w.org/post-expirator/assets/icon-256x256.png?rev=3118683)
 * [Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories](https://wordpress.org/plugins/post-expirator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-expirator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-expirator/)
 * [Active Topics](https://wordpress.org/support/plugin/post-expirator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-expirator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-expirator/reviews/)

 * 19 replies
 * 2 participants
 * Last reply from: [covoiturage](https://wordpress.org/support/users/covoiturage/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-does-not-work-on-my-server/page/2/#post-3898395)
 * Status: not resolved