Skip to content

Click on camera from dashboard results in a SQL Error #22

Description

@jshank

Zoneminder 1.28.1 updated the dbEscape method to add single quotes around variables.
Removing the extra single-quote from views/watch.php line 27 for example:
$sql = "select C.*, M.* from Monitors as M left join Controls as C on (M.ControlId = C.Id ) where M.Id = ".dbEscape($_REQUEST['mid']);

There are probably quite a few instances of this throughout the skin but it's worth every second to fix them for this great improvement to zoneminder.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions