ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: scripple on September 10, 2016, 04:21:54 pm

Title: Undefined Index attach_timeout
Post by: scripple on September 10, 2016, 04:21:54 pm
Someone tried to upload an avatar today generating a series of log errors.  Presumably there was a timeout uploading the file.  The missing index is what I'm reporting for now though.  Missing language string perhaps?  (English)

Code: [Select]
Type of error: Critical
URL /forum/index.php?action=profile;area=forumprofile;u=xxx

Type of error: Undefined
8: Undefined index: attach_timeout
URL forum/index.php?action=profile;area=forumprofile;u=xxx
File: /forum/sources/Errors.php
Line: 209
Title: Re: Undefined Index attach_timeout
Post by: emanuele on September 10, 2016, 05:16:12 pm
Yep, likely a:
Code: [Select]
loadLanguage('Post');
missing.

And this makes me think there could be a easier way to load language files...
Title: Re: Undefined Index attach_timeout
Post by: emanuele on November 13, 2016, 07:42:44 am
Fixed in c6632e39667bd46c6835c1b30f69211a65bb8168