Comments for Bitswapping https://bitswapping.com web technology tidbits Sat, 26 Dec 2015 17:04:17 +0000 hourly 1 https://wordpress.org/?v=6.0 Comment on Using cron to Trigger wp-cron.php by Daniel Hansson https://bitswapping.com/2010/10/using-cron-to-trigger-wp-cron-php/#comment-10849 Thu, 08 Oct 2015 18:41:45 +0000 http://bitswapping.com/?p=63#comment-10849 How can I change so that the regular cronjob looks in another folder than /www? My server log is spammed with failing attempts because wp-cron.php isn’t located in /www.

]]>
Comment on Looking Back on a Year at Automattic by Allen S https://bitswapping.com/2013/12/looking-back-on-a-year-at-automattic/#comment-2431 Mon, 30 Dec 2013 17:42:22 +0000 http://bitswapping.com/?p=319#comment-2431 Thanks for sharing this Greg! My 1 year anniversary is coming up soon and you’ve given me a great topic for a blog post here. I completely agree especially with #7 – the great power and great responsibility are simultaneously frightening and massively empowering.

]]>
Comment on Northeast PHP Conference Recap by Michael Bourque https://bitswapping.com/2013/08/northeast-php-conference-recap/#comment-2387 Sat, 24 Aug 2013 17:12:10 +0000 http://bitswapping.com/?p=291#comment-2387 Thank you for the kind words and review. It is much appreciated and keeps our spirits high. Stay tuned for next conference up the coast.

– Michael Bourque

]]>
Comment on Northeast PHP Conference Recap by Stephane Daury https://bitswapping.com/2013/08/northeast-php-conference-recap/#comment-2386 Wed, 21 Aug 2013 03:42:52 +0000 http://bitswapping.com/?p=291#comment-2386 I’ll have a #8, please. 🙂

]]>
Comment on BackboneConf 2013 Recap by Allen Snook https://bitswapping.com/2013/08/backboneconf-2013-recap/#comment-2378 Mon, 05 Aug 2013 16:20:33 +0000 http://bitswapping.com/?p=270#comment-2378 #4 especially – avoids re-rendering and un-binding re-binding stuff (and opportunities for leaks) – can’t wait to apply that one

]]>
Comment on Using cron to Trigger wp-cron.php by pipdig https://bitswapping.com/2010/10/using-cron-to-trigger-wp-cron-php/#comment-2370 Tue, 02 Jul 2013 08:46:34 +0000 http://bitswapping.com/?p=63#comment-2370 I was getting “suspicious process” alerts from CSF from my wp-cron.php file taking a very long time to process. This helped a lot by being able to runt he cron at a more uniform time. Thanks!

]]>
Comment on Using cron to Trigger wp-cron.php by Dan https://bitswapping.com/2010/10/using-cron-to-trigger-wp-cron-php/#comment-2363 Sun, 12 May 2013 01:08:10 +0000 http://bitswapping.com/?p=63#comment-2363 Okay.

Not too advanced in editing via SSH. Would setting up my cron jobs through cPanel > Cron Jobs > Manage Cron Jobs accomplish the same thing, I have set it up as;

Timing: */15 * * * *

Command: wget -q -O – http://kleanathletecanada.ca/wp-cron.php?doing_wp_cron >/dev/null 2>&1

]]>
Comment on Using cron to Trigger wp-cron.php by Jeevanandam https://bitswapping.com/2010/10/using-cron-to-trigger-wp-cron-php/#comment-2362 Thu, 09 May 2013 10:02:36 +0000 http://bitswapping.com/?p=63#comment-2362 In reply to Rajeev.

I believe, never late to reply:

You might have encountered error like “PHP Warning: require_once(./wp-load.php): failed to open stream: No such file or directory….”

Try like this: */30 * * * * cd /var/www/user && /usr/bin/php -q wp-cron.php

-q means quiet execution.

Because wp-cron.php has call to wp-load.php to load wordpress configuration

]]>
Comment on WordPress: Building Better Relationships by Gregory Cornelius https://bitswapping.com/2012/01/harvard-www-group-talk-wordpress-better-relationships/#comment-1221 Sat, 21 Jan 2012 01:37:48 +0000 http://bitswapping.com/?p=189#comment-1221 In reply to Kevin Wnek.

Right now, BU maintains a separate installation for blogging at blogs.bu.edu. There are plans to consolidate, but we haven’t done the work. Since the BU Blogs installation does not get a lot of attention, folks have started adding sites that incorporate blogs within the CMS installation if the blog is for an official university entity. Public Relations runs a few more traditional blogs.

We use the Networks for WordPress plugin to create multiple networks in the same installation. Our CMS installation has quite a few networks including a network that we use for staging sites prior to their public launch. The two largest networks are http://www.bu.edu and http://www.bumc.bu.edu.

]]>
Comment on WordPress: Building Better Relationships by Kevin Wnek https://bitswapping.com/2012/01/harvard-www-group-talk-wordpress-better-relationships/#comment-1220 Fri, 20 Jan 2012 18:32:13 +0000 http://bitswapping.com/?p=189#comment-1220 Hey Greg,

How do you manage blogs vs regular websites? Do you have more than one WordPress install? Or do you use some creating domain mapping?

]]>