On 1/6/10 10:41 PM, Timothy Anyasi wrote:
There is a "parse error) popup whenever you try to subscribe (follow) to
user.

This generally indicates that a PHP warning or error message ended up in the output from the AJAX POST request.

If you've got Firefox with Firebug installed, you can track these down by opening the Firebug console and unfolding the detail on the POST request; this'll show you the returned text including the error message.

Alternately you can change PHP's error logging settings to log to a file or syslog and look at the error messages there.

-- brion vibber (brion @ status.net)
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to