QloApps Forums
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • J

      Customer Statement
      General Discussion • • jaakoole

      3
      0
      Votes
      3
      Posts
      88
      Views

      J

      @Aradhana-Kumari. Thanks. I just missed the total payment which is displayed on the top instead at the bottom. One more question: Is there a way to separate the total payments customers paid so far from the total payments they still owe?

    • S

      ACCES DENIED BUG
      Technical Help • • Shakespeare

      2
      0
      Votes
      2
      Posts
      373
      Views

      V

      Hi @Shakespeare,

      This issue occurs because, starting from MariaDB 10, there are changes in how values are typecast internally. In this case, integers are being typecast to strings when fetching permissions, which leads to conflicts and results in the Access Denied warning even when the profile has all permissions.

      To resolve the Access Denied issue, please refer to the following PR: https://github.com/Qloapps/QloApps/pull/1577