Viewing 6 replies - 1 through 6 (of 6 total)
  • I’ve been looking into this and the only thing I can come up with is that there’s some kind of compatibility error with your PHP version. Are you by any chance still running PHP4 on the server where you have WordPress installed?

    Plugin is not working for me either, but for another reason: it gives me “unexpected $end error”. I found that the humans-dot-txt.php has no ending ‘?>’ and wp_head is actually breaking the class by closing/opening php tags. Fixed, using plain:

    function wp_head() {
    	echo '<link href="', site_url(), '/humans.txt" rel="author" type="text/plain">';
      }

    Hi guys

    Thanks to Dvvarf I was able to find the PHP short tag that probably caused this error. Some server configurations doesn’t allow for PHP tags starting with <? and that might be the problem in both these cases.

    1.0.3 has just been committed, if you try it out please give me some feedback on how it works for you.

    That was a lightning fast reply. =)
    1.0.3 version working out-of-the-box, thanks for the fast fix.

    EXZ, I have looked all over and am trying to find a place where I can get in touch with you. Where would I go to find your contact info?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Humans Dot Txt] throws fatal error when I try to activate’ is closed to new replies.