Hello
when I run this query to set a default avatar for my users :
I got this error in avatar gallery :
and now I can't access to gallery
would you help me ?
when I run this query to set a default avatar for my users :
Code:
UPDATE `mybb_users` SET `avatar` = 'images/avatars/invalid_url.gif' WHERE `avatar` = ''
I got this error in avatar gallery :
Code:
Warning [2] opendir(images/avatars/invalid_url.gif) [function.opendir]: failed to open dir: Not a directory - Line: 2016 - File: usercp.php PHP 5.3.28 (Linux)
would you help me ?
