Site broken after transfer
-
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?
- The topic ‘Site broken after transfer’ is closed to new replies.