GithubHelp home page GithubHelp logo

Comments (5)

MusheAbdulHakim avatar MusheAbdulHakim commented on May 18, 2024

Even after the emailed is verified, it still give me this error.

from laravel-starter.

nasirkhan avatar nasirkhan commented on May 18, 2024

Thank you for reporting the issue.

Unfortunately I could not reproduce the issue you mentioned. But from the subject of the issue I think for some reason your profile has not been created while creating new user. 'bio' is part of the 'userprofiles' table. Userprofile has an one to one relation with user. User profile page data are shown from the userprofiles table and if there is no entry found it may throw this type of error. Can you please check and confirm the number of rows in users and userprofiles are same in your application?

Id of an user is being used to show their profile. I think is a very common practice and here only some specific non sensitive data are shown. There are a number of other approaches can be taken but what you suggest?

I could not reproduce the user delete issue as well, can you please look into your error log and you may share here as well.

from laravel-starter.

MusheAbdulHakim avatar MusheAbdulHakim commented on May 18, 2024

the users table and the userprofiles table do not have the same rows.But i suggest you make the bio column nullable since it is not in the register page.
This is my log file.
laravel-2021-12-14.log

from laravel-starter.

AiFxApp avatar AiFxApp commented on May 18, 2024

ErrorException
Attempt to read property "bio" on null.

Fresh install localhost.. followed your git instructions.. How do i solve this please?

from laravel-starter.

nasirkhan avatar nasirkhan commented on May 18, 2024

Hi @AiFxApp ,

Did you followed all the steps to install? You will need to seed the database to access the backend and some other features.

Please check the steps from here: https://github.com/nasirkhan/laravel-starter/wiki/Installation

from laravel-starter.

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.