Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G GProtector
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Gambio PublicGambio Public
  • GProtector
  • Merge requests
  • !3
The source project of this merge request has been removed.

refs #68002 Error message in the error log if the popup_content.php does not contain a correct coID

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Till Tepelmann requested to merge t.tepelmann/gprotector:bugfix/68002 into develop Dec 03, 2020
  • Overview 0
  • Commits 5
  • Pipelines 0
  • Changes 1

Fehlermeldung im Error-Log wenn im popup_content.php keine keine korrekt coID übergeben wurde

Kann wie folgt reproduziert werden:

  1. Shop installieren oder aufrufen
  2. URL aufrufen www.meinshop.de/popup_content.php?lightbox_mode=1&coID=2/
  3. Fehlermeldung wird ausgeben und im Error-Log wird die Meldung ebenfalls protokolliert

Erwartetes Ergebnis: Es wird die Seite ganz normal aufgerufen und kein Fehler ausgegeben, es wird die Seite für die die coID stimmt

Tatsächliches Ergebnis: Es wird eine Fehlermeldung ausgegeben statt die erwartete Content-Manager Seite.


Error message in the error log if in popup_content.php no correct coID was passed

Can be reproduced as follows:

  1. install or access the store
  2. access URL www.meinshop.de/popup_content.php?lightbox_mode=1&coID=2/
  3. error message is output and the message is also logged in the error log

Expected result: The page is accessed normally and no error is returned, the page for which the coID is correct

Actual result: An error message is displayed instead of the expected Content Manager page.

check_data_type validation failed. Dump: 2/, integer expected, but string detected

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix/68002