It appears that the theme's user picture function is over riding the core function, it is stopping users from uploading their own picture via the user/edit form, this can be confirmed by switching themes, then the upload works, switch the zenland and it doesn't.
Is there a way to disable this themes user picture function and just use the cores ?

Comments

gausarts’s picture

Urgh. I forgot to disable the override from CVS. If you don't have imagecache installed, you can remove or disable the last function (zenland_user_picture) in template.php:

/**
* Enable this if IMAGECACHE.module is installed. Customize to suit your need
* You must give the exact preset (says, 40x40px) and the default name is "avatar", other wise change it here
*/
function zenland_user_picture($account, $size = 'avatar') {

As you see from the comment it was supposed to be disabled by default, unless you have imagecache installed. I forgot it somehow, really sorry.

Thanks for the cacth.

8bitplateau’s picture

brilliant thanks, that did it, great looking theme :)

gausarts’s picture

Priority: Critical » Normal

Lowering the tension as the problem has been addressed

gausarts’s picture

Status: Active » Needs work
gausarts’s picture

Status: Needs work » Fixed

Cleaning up issue. Feel free to reopen if still needed. I may need some time to rebuild all my local developments which are nowhere by now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.