Topic: Notice: Undefined index

Running PunBB 1.3 RC; Using old database (not fresh install.)


When i upload an avatar, i recieve this error:

Notice: Undefined index: Avatar info change in /home/xxxxxx/public_html/xxxxxxxxxxxx/profile.php on line 2166

The avatar is still uploaded, and all works fine, but error always shows up.

Re: Notice: Undefined index

Actually, it shows whenever i'm in the avatar page:

profile.php?section=avatar&id=226

Re: Notice: Undefined index

This problem is worked now.
The report will be ready today, maybe tomorrow.
Thanks for the message.

Re: Notice: Undefined index

The reason was not old database. Actually, file lang/english/profile.php missed "Avatar info change" key.

Please insert line
'Avatar info change'        =>    'You can replace your avatar simply by uploading a new one.',
in /home/xxxxxx/public_html/xxxxxxxxxxxx/lang/English/profile.php to fix the problem.

Re: Notice: Undefined index

You rock! It works perfecto.

Re: Notice: Undefined index

Hotfix for this issue has been released.