2009/02/11
Movable Type Periodic Tasks (cron job) and cPanel
If you're having issues getting cPanel to run the Movable Type periodic tasks tool through cron, try adding quotes:
Most documentation uses this example:
We had problems getting the script to execute till quotes were added:
Most documentation uses this example:
cd /home/username/public_html/mt/; ./tools/run-periodic-tasksWe had problems getting the script to execute till quotes were added:
cd ’/home/username/public_html/mt/’; ./tools/run-periodic-tasksLabels: cPanel, cron, Movable Type
1 Comments:
OMG - QUOTES! the darned thing finally works!
Thanks for posting this.
By
Shakespeare, At
2/26/2009 7:49 PM
Post a Comment
Links to this post:
Create a Link
<< Home