tripal / tripal_file

Manages site-wide files and associates them with content in a Tripal site.
1 stars 2 forks source link

Stray <php inserted #7

Closed Ferrisx4 closed 3 years ago

Ferrisx4 commented 4 years ago

In the tripal_file.theme.inc file, there is a lone <?php followed by EOF which gets misinterpreted by PHP and inserted into pages, including AJAX responses.

dsenalik commented 3 years ago

I just figured out where this was coming from too. It also shows up when enabling the tripal_file module

drush pm-enable tripal_file The following extensions will be enabled: tripal_file Do you really want to continue? (y/n): y <?phptripal_file was enabled successfully.

spficklin commented 3 years ago

Thanks both of you for discovering and providing a fix. We didn't have this problem during development. Very odd.