• Ted Thompson

    (@yorokobi)


    Found this plugin was causing a “critical error” which required me to disable it. Attempting to re-enable made wordpress reject it stating it caused a critical error.

    I got it working by editing the php file and changing line 19 from:

    define (WPRBLVERSION , '2.1.7');

    to

    define ('WPRBLVERSION' , '2.1.7');

    (note the added ‘ around WPRBVERSION) it seems to work correctly now.

  • The topic ‘Possible fix for this (abandoned?) Plugin’ is closed to new replies.