• After relocating a WP site from a sub directory to the www root I am getting these errors:

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/coffeene/public_html/wp-content/plugins/responsive-lightbox/responsive-lightbox.php on line 153

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/coffeene/public_html/wp-content/plugins/responsive-lightbox/responsive-lightbox.php on line 155

    The line 153 reads:
    $this->options['settings'] = array_merge($this->defaults['settings'], get_option('rl_settings'));

    The line 153 reads:
    $this->options['configuration'] = array_merge($this->defaults['configuration'], get_option('rl_configuration'));

    Anyone encountered similar?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site broken after transfer’ is closed to new replies.