The original issue was solved by running phpinfo() and finding that the server was running PHP5.3 instead of the expected 5.6. The application was deleted and recreated from the online AppFog console versus the CLI which had defaulted to the lower version, selecting PHP5.6 and the helpers.php line 426 erro was resolved. Also, AppFog support was helpful and provided the command to force the newer runtime when pusing the application from the CLI (
af push <appname> --runtime=php56
.). However, a new error not happening in the local development environments is now appearing on AppFog after trying to sign into the application and navigate to the logged in site pages.
Illuminate\Session\TokenMismatchException …/app/filters.php88 We did find laravel forum
posting that appears to be related to the new issue and are checking out how it applies to our application, but is still unresolved.