Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file The content exceeds allowed limits

More
4 years 8 months ago #34535 by onotz
Hi All,

Please help, i cannnot save module Jux Portfolio, the error message is:

Save failed with the following error: The content exceeds allowed limits

Please Log in or Create an account to join the conversation.

More
4 years 8 months ago #34536 by HaiND
Hi onotz
Thank you for feedback us
You can send information login back-end via email: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you soon
Thanks

Best Regards
--HaiND--

Please Log in or Create an account to join the conversation.

More
4 years 8 months ago #34549 by onotz
Hi Haind,

I Found the problem, when i insert big size image at description, will be error: Save failed with the following error: The content exceeds allowed limits

if I just add Title, Tag, Item Link, there all is normal, i can save the module

How to remove or change limits at description field ?

I used this solution, but is not working:
forum.joomlack.fr/index.php/page-builder...rror-saving-a-module

Please Log in or Create an account to join the conversation.

More
4 years 8 months ago #34555 by onotz
Hi Haind,

I have found the solution.. this problem from joomla module not from Jux Portfolio

libraries\src\Table\Module.php

line:127
old: if ((strlen($this->content) > 65535) || (strlen($this->params) > 65535))
new: if ((strlen($this->content) > 16777215) || (strlen($this->params) > 16777215))

Please Log in or Create an account to join the conversation.

More
4 years 8 months ago #34566 by HaiND
Hi
If still have problem, please contact us, pleased to assist you
Hope you will continue to use other JoomlaUX products
Thanks

Best Regards
--HaiND--

Please Log in or Create an account to join the conversation.

More
2 years 5 months ago #40771 by HaiND
Hi
I found a fixin libraries\src\Table\Module.php I changed a bit of code, to increase the character limit for

In line 127 of the php file:
if ((strlen($this->content) > 65535) || (strlen($this->params) > 65535))
I doubled the limit:
if ((strlen($this->content) > 131070) || (strlen($this->params) > 131070))

I have install JUX Content Slider and please check again

Best Regards
--HaiND--

Please Log in or Create an account to join the conversation.

More
1 year 2 months ago #41373 by Patrick Gaulin
we have the same problem we didnt put any description for now but jux portfolio add a lot of pictures maybe is the problem. I have already send log in backend of the website to lucas and to the support of messenger so if you need the login information you can find them there
Thank you

Please Log in or Create an account to join the conversation.

More
1 year 2 months ago #41375 by Jackie
Hi Patrick.
Can you give us your site info again? I don't receive your site info.
Thanks.

Best regards.
Jackie Nguyen.

Please Log in or Create an account to join the conversation.

More
1 year 2 months ago #41376 by Patrick Gaulin
This message contains confidential information

Please Log in or Create an account to join the conversation.

More
1 year 2 months ago #41379 by Jackie
Hi Patrick.
We have checked and helped you via email. If you need help, please let us know again.
Thanks.

Best regards.
Jackie Nguyen.

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.035 seconds
Powered by Kunena Forum