hi there,
I have a cron job setup on my server which was working on WordPress RC3 up until i installed Gravity Forms. The cron job pulls in the wp-blog-header.php file from my blog, the rest of the script is custom built. When the cron job runs now i get the following error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /path/to/blog/wp-content/plugins/gravityforms/gravityforms.php on line 46
Has anyone come across this before?