Solved QuestionsDownload ext

Questions :question: place them in this section
Previous topicNext topic
User avatar

Topic Author
moffacostanzo
Users
Users
Status: Offline
User theme: Dark
Posts: 151
Joined: Oct 30th, '15, 09:34
    Windows 10 Chrome

Download ext

Post by moffacostanzo »

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
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6491
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Download ext

Post by dmzx »

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
Are you using latest version?

User avatar

Topic Author
moffacostanzo
Users
Users
Status: Offline
User theme: Dark
Posts: 151
Joined: Oct 30th, '15, 09:34
    Mac OS X Firefox

Re: Download ext

Post by moffacostanzo »

Yes

User avatar

dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6491
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Download ext

Post by dmzx »

Can you try to add a description to the file?

User avatar

Topic Author
moffacostanzo
Users
Users
Status: Offline
User theme: Dark
Posts: 151
Joined: Oct 30th, '15, 09:34
    Mac OS X Firefox

Re: Download ext

Post by moffacostanzo »

This is my file
message_parser.php.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Topic Author
moffacostanzo
Users
Users
Status: Offline
User theme: Dark
Posts: 151
Joined: Oct 30th, '15, 09:34
    Windows 7 Firefox

Re: Download ext

Post by moffacostanzo »

I don't understand

User avatar

Topic Author
moffacostanzo
Users
Users
Status: Offline
User theme: Dark
Posts: 151
Joined: Oct 30th, '15, 09:34
    Windows 7 Firefox

Re: Download ext

Post by moffacostanzo »

Hi
i try to disable all ext but nothing i have the same problem

User avatar

dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6491
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Download ext

Post by dmzx »

moffacostanzo wrote: Mar 6th, '17, 11:56 hi
i try to disable all ext but nothing i have the same problem
Install the download extension and fill all fields like this:

Image

And see if error is gone.

User avatar

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5134
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: Download ext

Post by martin »

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;
			}
		}
Image

User avatar

dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6491
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Download ext

Post by dmzx »

martin wrote: Mar 6th, '17, 17:12 Posted on mine too you need to fill out the form.
:lol: Yes I see now..

User avatar

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5134
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: Download ext

Post by martin »

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.
2.png
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.

Previous topicNext topic