Post AWcoEvRDKs2HEcrFlg by finlaydag33k@social.linux.pizza
 (DIR) More posts by finlaydag33k@social.linux.pizza
 (DIR) Post #AWcnQVcp25uGhOFNrc by annasara@social.linux.pizza
       2023-06-12T18:30:47Z
       
       0 likes, 1 repeats
       
       I've only been working for 1 year but have realized that there's always that person: "Hey, I'm trying/doing this but it's not working."  and you always have to ask the same question back: "What does the error log/errors say?" Most times the answer is there, just read it or at least show it to me! 😅#debugging #debug #development
       
 (DIR) Post #AWcoEvRDKs2HEcrFlg by finlaydag33k@social.linux.pizza
       2023-06-12T19:31:57Z
       
       0 likes, 0 repeats
       
       @annasara I run a "development helpdesk" on my Discord server and 99% of the time someone asks a question, I literally just ask: "did you read the error?"One time I had a guy ask me that and the error returned by the server literally said: "Invalid username/password"...Guy didn't realize that it had something to do with his username/password (hint: his POST data was using "$password" literally instead of the value of $password).
       
 (DIR) Post #AWcrKjiQ8FokTiMubw by annasara@social.linux.pizza
       2023-06-12T20:06:37Z
       
       0 likes, 0 repeats
       
       @finlaydag33k 😅