Skip to main content
Topic: Undefined Index attach_timeout (Read 1550 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Undefined Index attach_timeout

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

Re: Undefined Index attach_timeout

Reply #1

Yep, likely a:
Code: [Select]
loadLanguage('Post');
missing.

And this makes me think there could be a easier way to load language files...
Bugs creator.
Features destroyer.
Template killer.

 

Re: Undefined Index attach_timeout

Reply #2

Fixed in c6632e39667bd46c6835c1b30f69211a65bb8168
Bugs creator.
Features destroyer.
Template killer.