pdoscript 09:14:13 | I am experimenting with plus_signup_v1 If I hit submit at login.php without entering any data, I am not getting the expected 'empty fields user message', only the following error. Notice: Trying to get property of non-object in loginck.php The error is pointing to the following line: if($row->password==md5($password)){ Any ideas? |
smo1234 09-14-2013 | This is related to your database, before using login page check that your signup page data is stored in MySQL table. Check in your membership table first. |
pdoscript 09-16-2013 | Thanks for the response smo1234. The tables are OK and the scripts are unaltered. Logging in with correct credentials works fine, I tested the 'login' button without entering any credentials and that is when the 'Notice: Trying to get property of non-object' appears. |
pdoscript 09-20-2013 | So any more ideas about the 'Notice: Trying to get property of non-object'? Remembering that the scripts are unchanged and that there is data in the database, so I am assuming there is a problem with he script itself. |
smo1234 09-21-2013 | Yes, We will give a friendly message asking user to enter data and then press the button. Wait for the update. We will post it here also. |
smo1234 09-21-2013 | It is updated now. You can download a fresh copy of signup script and try |
pdoscript 09-21-2013 | Well thank you for doing that smo1234, I will try it out. Thanks again. |