An Unexpect End Error

Ok, so a few of you have reported a PHP error involving an unexpected $end in breadcrumb_navxt_admin.php on line 1567. After some searching and thinking, the cause was found. Line 1248 of breadcrumb_navxt_admin.php has an improper opening tag (<? instead of <?php). For some reason only Windows based PHP installations were catching this. None-the-less, this has been fixed in the SVN trunk and a bug fix release, 3.4.1, will be made next week.

As one has not been able to reproduce this error on either of one’s testbeds, feedback from those who had this error is essential to ensuring that it is fixed. If you experience the error with Breadcrumb NavXT 3.4.0, please try the SVN trunk and see if it is resolved and report back in the comments section of this post.

-John Havlik

[end of transmission, stay tuned]

3 thoughts on “An Unexpect End Error

  1. Hi John.
    I had the exact same problem (with a Windows based PHP). I tried the SVN trunk version but still had the same problem. So I dug a little and find that the line 1248 (<?) wasn't the only instance. There was another one at line 1040.

    So, in the end, to fix the "$end in breadcrumb_navxt_admin.php on line 1567" problem, simply make sure to correct the following :

    – Line 1248: change <? to <?php
    – Line 1040: change <? to <?php

    Thanks again for this wonderful plugin!

    • Seblhomme,

      Thanks for the feedback, I made the change in the SVN trunk. Hopefully that’s the last of them (I can’t do a simple find/replace to find them).

      -John Havlik

  2. The SVN trunk works for me! I’m on a Windows PHP server and ran into the same error, but the this works great. Thanks for the great plugin!

Comments are closed.