Need help with Joomla? We are available for hire to help with Joomla customization, upgrades, maintenance, and custom development.
Explore our services

Text area

More
10 hours 54 minutes ago #179555 by Domus
Text area was created by Domus
a {
text-decoration: none;
color: #464feb;
}
tr th, tr td {
border: 1px solid #e6e6e6;
}
tr th {
background-color: #f5f5f5;
}After upgrading Event Booking to version X.X.X, any custom field of type Textarea causes PHP memory exhaustion:
Code:
Allowed memory size of 268435456 bytes exhausted
File:
Code:
administrator/components/com_eventbooking/libraries/rad/form/field.php
Text fields work correctly. The issue occurs only with Textarea fields.

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

More
10 hours 49 minutes ago #179556 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Text area
I'm really sorry. I refactored code of the custom field rendering API recently and that bug was introduced. Please access to My Downloads menu item, download latest package, update it to your site and the error will be gone

Sorry for the inconvenience

Regards,

Tuan
The following user(s) said Thank You: Domus

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

More
10 hours 44 minutes ago #179557 by Domus
Replied by Domus on topic Text area
Hi Tuan,
No worries at all. Bugs happen.
Thank you for the quick diagnosis and fix. I really appreciate how openly you acknowledged the issue and provided a solution immediately.
Support like this is exactly why I keep recommending and using your extensions.
I'll update to the latest version and test it.
Thanks again and have a great weekend!

Best regards,
Kamil

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

More
10 hours 34 minutes ago #179558 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Text area
Thanks for your kind words Kamil. Please continue using the extension, if you have questions or need help, please don't hesitate to ask us

Have a nice weekend

Regards,

Tuan

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