Viewing 2 replies - 1 through 2 (of 2 total)
  • can be fixed with:

    $query = parse_url( urldecode($_POST['href']) );
    $query_elements = explode( '&', $query['query'] );

    however, there seems to be other errors too:

    Warning: Invalid argument supplied for foreach() in /path/to/wordpress/wp-content/plugins/stage-wp-plugin-manager/stage-wp-plugin-manager.class.php on line 248

    Can be fixed with:

    if (!empty($plugins)) foreach ( $plugins as $key => $value ) {

    The bulk selections of plugins is not working. it seems to be running in network mode while I’m having a single instance.

    great idea for an plugin, but very buggy right now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error on WP ENgine’ is closed to new replies.