Support » Plugin: Lightbox Plus Colorbox » [Plugin: Lightbox Plus] conflict with Transposh Translation

  • i have contacted the Transposh dev

    Fatal error: Cannot redeclare file_get_html() (previously declared in /home/byte/public_html/wp/wp-content/plugins/transposh-translation-filter-for-wordpress/core/shd/simple_html_dom.php:39) in /home/byte/public_html/wp/wp-content/plugins/lightbox-plus/classes/shd.class.php on line 41

    http://wordpress.org/extend/plugins/lightbox-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Assume you have two plugins, the two of which use the same library (simple_html_dom) and a conflict will happen, Transposh attempts to avoid this by not loading said library if it is already defined, so if it is loaded second,there will be no conflict.

    Your options are:
    1. remove the include/require for simple_html_dom from lightbox-plus
    2. fix the beginning of the code of simple_html_dom (see how it is done in Transposh)
    3. bug the plugin writer to do this upstream (#2)
    4. avoid using one of the plugins

    Good luck

    Thread Starter wp.Man

    (@wpman-1)

    thanks Ofer – hopefully the LBP dev will take care of this

    for others having the same problem, the simplest work around it is to enable LBP first, then Transposh

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Lightbox Plus] conflict with Transposh Translation’ is closed to new replies.