Trying to get property of non-object in

Check the manual for mysql_fetch_object(). It returns an object, not an array of objects. I’m guessing you want something like this Might I suggest you have a look at PDO. PDOStatement::fetchAll(PDO::FETCH_OBJ) does what you assumed mysql_fetch_object() to do

Git Giving “fetch first” error when trying to push

23 I have been taken same error, then I solved this topic with used “–force” command. Briefly, write this command; Attention: Probably, you tried to do push your codes over and over again before , that’s why you took this error.My solution overwrite forcefully with your changeset. By this method your repository may cause mismatch … Read more