Some themes in 100 Themes pack not handling attachments properly.

Inactive
  • 14 points
    Starting to get into this DEV thing
    I'm new here
    aramzs

    Member  —  30th June 2009 (2 years ago)         

    I've installed the latest version of the 100 Themes pack in my WPMU site and most of the themes seem to be working perfectly.

    However on some of the themes we've been getting a Parse error when the user hits the "View" link on a file in their media library. This has happened with audio files and image files.

    The place where we've constantly been able to replicate the error has been on blogs running the Mandigo theme. We are consistently able to get the error:

    "Parse error: syntax error, unexpected T_STRING in [server's file-path]/wp-content/themes/mandigo/attachment.php on line 30"

    Line 30 seems to be fine, but it looks like something wasn't closed properly (but I'm not sure) on line 27 which reads

    <?php printf(__('You can leave a response, or ')) ?><?php _e('trackback');?> <?php _e('from your own site');?>.','mandigo'),trackback_url(false)); ?>

    Though I'm not even sure why this piece of code would be causing the issue to begin with.

    Any idea what could be causing this?