GithubHelp home page GithubHelp logo

Comments (8)

ozdemirburak avatar ozdemirburak commented on May 18, 2024

I'm pretty sure that it's because of the ip_address field as it's being used by the inet_ntop and inet_pton functions.

Just change the ip_address field to varchar(45) and remove the setIpAddressAttribute and getIpAddressAttribute methods from the User model.

from laravel-9-simple-cms.

ozdemirburak avatar ozdemirburak commented on May 18, 2024

As an alternative you can also ignore the errors that would be caused by inet_ntop.

public function getIpAddressAttribute($ip)
{
    $ip = @inet_ntop($ip);
    return $ip ? $ip : "";
}

from laravel-9-simple-cms.

gusilveiramp avatar gusilveiramp commented on May 18, 2024

Thank you for answering me, friend.
I tested both options, but none solved the problem. The error persists... Sometimes yes, sometimes no.

from laravel-9-simple-cms.

ozdemirburak avatar ozdemirburak commented on May 18, 2024

Can you copy & paste the fully detailed response which seems to have an status code of 401 from the network tab?

from laravel-9-simple-cms.

ozdemirburak avatar ozdemirburak commented on May 18, 2024

@gusilveiramp Any updates?

from laravel-9-simple-cms.

gusilveiramp avatar gusilveiramp commented on May 18, 2024

@ozdemirburak Sorry for my absence, my friend.
I'm on business trip at these days. I will continue the tests with laravel-5-simple-cms when I return. I'll keep you informed.

from laravel-9-simple-cms.

ozdemirburak avatar ozdemirburak commented on May 18, 2024

@gusilveiramp Closing this as there is a lack of activity, please don't hesitate to reopen if you are still struggling with the same problem.

from laravel-9-simple-cms.

amitk19 avatar amitk19 commented on May 18, 2024

Having an issue in admin/user list. Please help me.

111

image

from laravel-9-simple-cms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.