Solved Questions ⇒ Download ext
-
moffacostanzo
- Users

- Status: Offline
- User theme: Dark
- Posts: 151
- Joined: Oct 30th, '15, 09:34
Download ext
Hi
when i enter in the category download
i receive this message
[phpBB Debug] PHP Notice: in file [ROOT]/includes/message_parser.php on line 1198: Undefined index: TOO_FEW_CHARS
when i enter in the category download
i receive this message
[phpBB Debug] PHP Notice: in file [ROOT]/includes/message_parser.php on line 1198: Undefined index: TOO_FEW_CHARS
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
dmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6491
- Joined: Jan 13th, '14, 20:45
Re: Download ext
Are you using latest version?moffacostanzo wrote: Mar 4th, '17, 10:29 hi
when i enter in the category download
i receive this message
[phpBB Debug] PHP Notice: in file [ROOT]/includes/message_parser.php on line 1198: Undefined index: TOO_FEW_CHARS
Caddttura.GIF
-
moffacostanzo
- Users

- Status: Offline
- User theme: Dark
- Posts: 151
- Joined: Oct 30th, '15, 09:34
Re: Download ext
Yes
-
dmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6491
- Joined: Jan 13th, '14, 20:45
Re: Download ext
Can you try to add a description to the file?
-
moffacostanzo
- Users

- Status: Offline
- User theme: Dark
- Posts: 151
- Joined: Oct 30th, '15, 09:34
Re: Download ext
This is my file
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
moffacostanzo
- Users

- Status: Offline
- User theme: Dark
- Posts: 151
- Joined: Oct 30th, '15, 09:34
Re: Download ext
I don't understand
-
moffacostanzo
- Users

- Status: Offline
- User theme: Dark
- Posts: 151
- Joined: Oct 30th, '15, 09:34
Re: Download ext
Hi
i try to disable all ext but nothing i have the same problem
i try to disable all ext but nothing i have the same problem
-
dmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6491
- Joined: Jan 13th, '14, 20:45
Re: Download ext
Install the download extension and fill all fields like this:moffacostanzo wrote: Mar 6th, '17, 11:56 hi
i try to disable all ext but nothing i have the same problem

And see if error is gone.
-
martin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5134
- Joined: Apr 6th, '14, 14:12
Re: Download ext
Posted on mine too you need to fill out the form.
Code: Select all
if (!$message_length || $message_length < (int) $config['min_post_chars'])
{
$this->warn_msg[] = (!$message_length) ? $user->lang['TOO_FEW_CHARS'] : ($user->lang('CHARS_POST_CONTAINS', $message_length) . '<br />' . $user->lang('TOO_FEW_CHARS_LIMIT', (int) $config['min_post_chars']));
return (!$update_this_message) ? $return_message : $this->warn_msg;
}
}
-
dmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6491
- Joined: Jan 13th, '14, 20:45
Re: Download ext
-
martin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5134
- Joined: Apr 6th, '14, 14:12
Re: Download ext
I posted this in your topic on mine but might aswell share with others as all users will get the error message.
You could also set the min chars allowed in ACP/posting/post setting. The ext takes phpbbs post setings so you can change them to fix it.
You could also set the min chars allowed in ACP/posting/post setting. The ext takes phpbbs post setings so you can change them to fix it.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.