Demetri Posted November 19, 2020 Report Posted November 19, 2020 Hello, I've been doing the "lets build a CMS with MVC" tutorial in Stefan's web design course. and ran into a problem. Basically, the CMS doesn't want to open a login form, all though I've been following the tutorial pretty closely. Idk how this forum works. So I am attaching a couple of links. Here's the problematic code from a post on Code Project: https://www.codeproject.com/Questions/5286592/Call-to-a-member-function-load-on-null-when-trying And a link to a github repo with my code: https://github.com/DmitrijusKazakovas/CMS Thank you for the help.
administrator Posted November 20, 2020 Report Posted November 20, 2020 Hmm ... what is the error message you are getting? Stef
Demetri Posted November 22, 2020 Author Report Posted November 22, 2020 On 11/20/2020 at 9:12 PM, administrator said: Hmm ... what is the error message you are getting? Stef Thank's for the reply, I fixed the original error but now I have another one. After I login into the admin page the editable fields do not show up.
administrator Posted December 22, 2020 Report Posted December 22, 2020 On 11/22/2020 at 5:14 AM, Demetri said: After I login into the admin page the editable fields do not show up. Sorry for the delay. 99% of errors are typos .... just be sure your code matches.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now