Training Catalog view Global PHP fields not working

littlemaggiel
Forums
The Global PHP field for In House Training in the Training Catalog View is printing out the following "In House Training: nid); ?> ". It is printing something similar for the Teacher field. Has anyone had this problem? I do have the Views PHP module installed and enabled.
littlemaggiel

Update related to the above issue.

I created a clean version of Opigno on Apache2 / PHP Version 5.5.9-1ubuntu4.5 I created one course with one in house training attached and I get the following on my Training Catalogue Teachers: nid); ?> In house training: nid); ?> Could this be an actual issue with Opigno and not just me messing things up? I also get the following message in my log... Warning: Invalid argument supplied for foreach() in views_handler_field->advanced_render() (line 1053 of /var/www/html/opignoclean/profiles/opigno_lms/modules/contrib/views/handlers/views_handler_field.inc).
littlemaggiel

Figured it out

I figured out that I need to set short_open_tag to "on" in php.ini file.