i have to do plugins and upgrades by hand on the command line. i likely fall into the 1% that it does not work on. i have had to pioneer some pretty tricky things to get wordpress 3.0 to work on my debian etch server. so many that i have written a howto on my blog for it.
wp-config.php contains this line on my system... /** WordPress's Debianised default master config file Please do NOT edit and read about how the configuration works in the README.Debian **/ that line is an artifact from the debianized wp which stopped around ~2.2.0, however, it does reflect the current architecture of my wp 3.0x beta2 install. i make the sorts changes usually made in wp-config.php in wp-settings.php on my system. also, wp is located in /usr/share/wordpress/. adding the define might turn the trick. but since the functionality is not critical i am reluctant to try because otherwise wp is running pretty well. unless you are confident that simply adding the define() would not cause something else to break or that there may be other causes for the auto-publish not to function i might just let it be. please advise. On Sat, May 22, 2010 at 7:23 PM, Dion Hulse (dd32) <[email protected]>wrote: > Thats all you have to do on 99% of servers. on a small selection of > servers, the underlying functionality which the future publishing system > relies on (wp-cron) will fail to fire. > > Do plugin installs/upgrades work on your server? > > You can try adding define('ALTERNATE_WP_CRON', true); to your wp-config.php > file as a last resort.. but there are potential causes which can be fixed > before requiring that > > > On Sun, 23 May 2010 12:09:28 +1000, alonzo fretwell < > [email protected]> wrote: > > hi, >> >> i have tried to use the function to publish the post at a later date >> several >> times and was unsuccessful with it. >> >> i have not used it before those attempts. are there issues with it or am i >> missing something with setting it up? >> >> i just selected the publication date and time of the post for the future >> in >> a straight forward manor. >> >> > > -- > Dion Hulse / dd32 > Contact: > e: [email protected] > Web: http://dd32.id.au/ > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > -- -af http://alonzofretwell.com http://twitter.com/alonzofretwell ,___, [O.o] /)__) -"--"- _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
