• diggingdarren

    (@diggingdarren)


    I get an error when trying to activate the Breadcrumb NavXT – Adminstration Interface (Parse error: syntax error, unexpected T_ARRAY, expecting '&' or T_VARIABLE or T_CONST in /homepages/22/d181140278/htdocs/simchattorah/wp-content/plugins/breadcrumb-navxt/breadcrumb_navxt_admin.php on line 653), and when I activate the Breadcrumb NavXT – Core it does nothing.

    http://wordpress.org/extend/plugins/breadcrumb-navxt/

Viewing 6 replies - 1 through 6 (of 6 total)
  • pozmu

    (@pozmu)

    http://mtekk.weblogs.us/code/breadcrumb-navxt/
    Replace function bcn_select_options($optionname, array $options) with bcn_select_options($optionname, $options)
    I think it’s php4 related

    Yes, it is PHP4 related. PHP4 doesn’t like forcing variable types in function headers. Always check the page pozmu linked to for solutions to problems, and report bugs there. hackre wrote that function when he did some major cleaning up of the administrative interface. Since we both develop in and primarily for php5, it is difficult to test for php4 compatibility. I think a service release 2.1.1 is in store for sometime this month, which I’ll make this change in the code base.

    Also, I should mention that you must be running WordPress 2.5 to use Breadcrumb NavXT 2.1 with tag delimitation for post breadcrumbs.

    i’ve got an error while installing this extension :
    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /homepages/44/d155652012/htdocs/_ndd/le-foie-gras_eu/wp-content/plugins/breadcrumb-navxt/breadcrumb_navxt_admin.php on line 37

    See http://wordpress.org/support/topic/206086?replies=13

    This is PHP4 related, I no longer support PHP4. Inquire with your webhost on upgrading to PHP5.

    Thanks it was this!
    i had several problems with some others plugins…
    I added this first line in my .htaccess file
    AddType x-mapp-php5 .php
    and now works like a charm ! 😉

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] It doesn’t work’ is closed to new replies.