Conversation
Notices
-
Does anyone know a cozy cafe in Montreal? Please answer here: http://dev.przd.com/q/GLi8-X
Tuesday, 09-Dec-08 19:06:08 UTC from Praized-
@sebninja I can set you guys up with a development version of Laconica for sending test messages to. dev.przed.com is password-protected.
-
@evan error
-
@bear Tell me more about these errors! What are you doing?
-
@zach I'm not doing anything - I was looking in the error log for signs of why something else was broken and saw them
-
@zach - the error is: PHP Notice: Undefined variable: user in /lib/twitterapi.php on line 81..."
-
@bear That's not, in PHP parlance, an error. It's a notice. Often arises when a new variable is assigned by reference from a function.
-
@danmactough ah - thanks - still need to fix it tho - it's filling the logs
-
@bear I think the "PHP way" to fix it would just be to suppress the message with the ol' @ sign on line 81.
-