Hundreds of queries
-
Hundreds of queries
After updateting and activating the plugin I get the following php error:
WordPress-Datenbank-Fehler Multiple primary key defined für Abfrage ALTER TABLE wp_wpgmza_maps ADD PRIMARY KEY (
id
) von activate_plugin, do_action(‘activate_wp-google-maps/wpGoogleMaps.php’), call_user_func_array, wpgmaps_activate, wpgmaps_handle_db, dbDeltaOnce the plugin is activated, my db queries rices extremely from default 97 queries to 486 queries. This aspects all queries. After running my site with the Debug Objects plugin, it prints my the following report:
Total PHP Notices: 14
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:2995 – Undefined offset: 0
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:2997 – Undefined offset: 0
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:721 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:722 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:723 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:724 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:725 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:726 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:727 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:728 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:729 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:736 – Trying to get property of non-object
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:220 – Undefined index: map_id
NOTICE: wp-content/plugins/wp-google-maps/wpGoogleMaps.php:223 – Undefined index: map_id
- The topic ‘Hundreds of queries’ is closed to new replies.