PHP fatal error
-
error log, with time/date/path obscured.
[date time] PHP Fatal error: Uncaught TypeError: array_merge(): Argument #1 must be of type array, null given in /path/to/mysite/wp-content/plugins/planetary-position/class-planetary-position.php:163
Stack trace: 0 /path/to/mysite/wp-content/plugins/planetary-position/class-planetary-position.php(163): array_merge(NULL, Array) 1 /path/to/mysite/wp-content/plugins/planetary-position/class-planetary-position.php(32): Planetary_Position->_getCurrentOptions() 2 /path/to/mysite/wp-content/plugins/planetary-position/class-planetary-position.php(46): Planetary_Position->__construct() 3 /path/to/mysite/wp-includes/class-wp-hook.php(308): Planetary_Position::get_instance('') 4 /path/to/mysite/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) 5 /path/to/mysite/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 6 /path/to/mysite/wp-settings.php(480): do_action('plugins_loaded') 7 /path/to/mysite/wp-config.php(96): require_once('/home/wildmercu…') 8 /path/to/mysite/wp-load.php(50): require_once('/home/wildmercu…') 9 /path/to/mysite/wp-admin/admin-ajax.php(22): require_once('/home/wildmercu…') 10 {main} thrown in /path/to/mysite/wp-content/plugins/planetary-position/class-planetary-position.php on line 163The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PHP fatal error’ is closed to new replies.