Skip to content

marker search form error #6

@ivywe

Description

@ivywe

Hi,

Maps 1.4.0 and 1.3.5

markers search form error.

/admin/plugins/maps/markers.php

error:

An error has occurred:

This is being displayed as "Root Debugging" is enabled in your Geeklog configuration.

If this is a production website you must disable this option once you have resolved any issues you are investigating.

E_USER_ERROR(256) - 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 7 @ /path-to-geeklog/geeklog/system/databases/mysqli.class.php line 279

Call Stack
#   Function    File    Line
1   trigger_error   /path-to-geeklog/geeklog/system/databases/mysqli.class.php  279
2   dbQuery /path-to-geeklog/geeklog/system/lib-database.php    213
3   DB_query    /path-to-geeklog/geeklog/system/lib-admin.php   476
4   ADMIN_list  /path-to-geeklog/htdocs/admin/plugins/maps/markers.php  102
5   MAPS_listMarkersAdmin   /path-to-geeklog/htdocs/admin/plugins/maps/markers.php  164
 array(3) {
  ["sql"]=>
  string(159) "SELECT
                a.*, b.name as mapname
            FROM gl_maps_markers AS a
            LEFT JOIN
                 gl_maps_maps AS b
            ON a.mid = b.mid
            WHERE 1=1 AND ()"
  ["ignore_errors"]=>
  int(0)
  ["result"]=>
  bool(false)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions