Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter llamma123

    (@llamma123)

    To add a little to this first of this plugin is OLD and certainly not designed with 3.x in mind.

    The first stumble I find is that the folder is inaccurately named. Just navigate to the wordpress/wp-content/plugins folder and rename oscommerce to osCommerce. The plugin can now be activated but…

    UH OH now we get the real error. Fatal error: Cannot redeclare is_rtl() (previously declared in /home/xxx/public_html/wordpress/wp-includes/locale.php:347) in /home/xxx/public_html/wordpress/wp-includes/locale.php on line 349
    I did a little research on this and find the same error being generated commonly by events calendar when upgrading to 3.x

    Simply re-naming the osCommerce folder in plugins disables this module and wp is up and running.

    I’m trying to figure out how to patch this to work with 3.0.1, the first bit of a clue to what might be causing the error is in this post
    here
    “The common cause has been the Events Plugin, it includes locale.php way too early, which causes this exact error message”

    So any advice how to go about updating a module? How does one include locale.php later in the code?

    Thread Starter llamma123

    (@llamma123)

    Answer – remove the template pack via FTP, I renamed the bp template pack folder in

    wordpress/wp-content/plugins/

    changed “bp-template-pack” to “back-bp-template-pack”

    And I’m up and running again, thanks to input from Andrea who replied to my comment at https://freebpthemes.com/onsite/sense-sensibility/

Viewing 2 replies - 1 through 2 (of 2 total)