• WP: 4.1.1
    Simplemap: 2.4.7

    With a clean installation of the plugin, it notifies that I’ve to many locations to autoload on general options page. Obviously I have no locations in the database.
    So, after a quick look in to the code, I’ve found the bug on line 146 of options-general.php: $wpdb->get_col returns an [empty] array not an integer, so int his case, the check should be:

    if ( $count[0] >= 250 )

    and not

    if ( $count >= 250 )

    https://www.ads-software.com/plugins/simplemap/

  • The topic ‘'You have to many locations to auto-load' bug’ is closed to new replies.