Users of my laconica instance can not update their avator. I believe this has been failing since I moved to 0.7.0, worked fine before.

The initial upload is fine, and it saves the image in avatar/<id>-original-tmp*.jpeg

The failure is on the crop step.  firebug reports a javascript error:

uncaught exception: An invalid or illegal string was specified (NS_ERROR_DOM_SYNTAX_ERR)
[Break on this error] container.innerHTML = html;

That's on line 4095 of jquery.js (I replaced jquery.min.js w/jquery.js just in case there was an error there). The crop handles are not displayed in firefox. In IE6, it does show the handles but I can't move them.

When the crop button is clicked, the cropAvatar function in action/avatarsettings.php is called, and it generates this output in the log:

2009-02-10 23:26:28 LOG_DEBUG: W = , H = , X = , Y =

Obviously the crop params are not getting passed through (are they even being sent from the browser in the first place)? Any ideas how to fix this?


Thanks,
Jeremy

_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to