- Edited
I figured it out. There is a disclaimer that I found specific to using the pipe file. Even though I have 5.4 active in php, this is what I had to adjust: If you choose to use PHP 5.4, you'll want to make sure your crons use "/usr/php/54/usr/bin/php" instead, as otherwise it will use PHP 5.2.So for piping in the top hash line becomes#!/usr/php/54/usr/bin/php -qThanks everyone for the help.