Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ContextErrorException due to long2ip() #71

Merged
merged 4 commits into from
Mar 26, 2020

Commits on Jan 11, 2020

  1. Fix long2ip() parameter type

    Fix https://github.com/PrestaShop/psgdpr/issues/61
    long2ip() expects parameter 1 to be integer, string given
    davidglezz authored Jan 11, 2020
    Configuration menu
    Copy the full SHA
    41880b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Check if its int

    davidglezz authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    a91b656 View commit details
    Browse the repository at this point in the history
  2. Revert Check if its int

    Although the column is varchar, the model class validates the content with the isIp2Long function, so the content is a number
    davidglezz authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    99a1d38 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Check if its int

    Co-Authored-By: GoT <PierreRambaud@users.noreply.github.com>
    davidglezz and PierreRambaud authored Jan 14, 2020
    Configuration menu
    Copy the full SHA
    76a1396 View commit details
    Browse the repository at this point in the history