PHP Error
-
Hello
I get these errors until a 10 gigabyte file is made on the host and the site does not go up anymore.
PHP Warning: current() expects parameter 1 to be array, null given in /home/public_html/wp-includes/class-wp-hook.php on line 275
PHP Warning: Invalid argument supplied for foreach() in /home/public_html/wp-includes/class-wp-hook.php on line 277
PHP Warning: next() expects parameter 1 to be array, null given in /home/public_html/wp-includes/class-wp-hook.php on line 291—- class-wp-hook.php
275 – $this->current_priority[ $nesting_level ] = $priority = current( $this->iterations[ $nesting_level ] );
277- foreach ( $this->callbacks[ $priority ] as $the_ ) {
291- } while ( false !== next( $this->iterations[ $nesting_level ] ) );Any help would be appreciated.
- The topic ‘PHP Error’ is closed to new replies.