Skip to content

[Bug]: Table 'dmarc.report' doesn't exist #104

Description

@szurmandev

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to install.php
  2. See error:
    connecting to database... success
    opening file... success
    → CREATE VIEW IF NOT EXISTS report_stats AS (
    → SELECT
    → report.serial, domain, rcount, disposition, reason,
    → policy_p, policy_pct, dkimdomain, dkimresult, dkim_align,
    → spfdomain, spfresult, spf_align, mindate, maxdate
    → FROM report RIGHT JOIN rptrecord
    → ON report.serial=rptrecord.serial
    → );
    performing query... failed: Table 'dmarc.report' doesn't exist

Expected behavior
sql will not execute

Software Version
[x] Version 1

Desktop (please complete the following information):

  • OS Window 11
  • Browser Google Chrome
  • Version 121.0.6167.185

Server (please complete the following information):

  • Server OS Debian
  • Web Server Apache/2.4.38 (Debian)
  • PHP Version 7.4.33
  • SQL Variant and Version MariaDB 10.3.22

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions