Hello,
Our layout manager for the template has quiet a good amount of JSON that it's (in some rare cases) trimming the JSON because it's too long and unable to fit in the column.
I know modifying the core table isn't an option and we may be forced to create our own table and save everything there.
I am not an expert when it comes to column types for mysql but any reason this can't be longtext? since most of the template providers are transiting to (or will be) page builders or layouts builders (Gantry/YooTheme Pro) and would be helpful to have enough space in the column to save all the JSON generated by the page.
This might also be applicable to the #__modules.params column as well.
Thanks,
Chetan
Labels |
Added:
?
|
Again, not an expert in mysql columns but that could very well be an option.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-31 03:52:45 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_Date | 2018-07-31 03:52:45 | ⇒ | 2018-07-31 03:52:46 |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
closed as Issue seems solved; if not, please reopen, thanks.
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/21315
@franz-wohlkoenig can you link the solution ?
i meant Comment by @chetanmadaan above.
I just confirmed that the json field type can be a solution, but even that requires the change in the core table level.
Thanks You,
Closed_Date | 0000-00-00 00:00:00 | ⇒ |
Status | Closed | ⇒ | New |
Closed_Date | 2018-07-31 03:52:46 | ⇒ | |
Closed_By | joomla-cms-bot | ⇒ |
Set to "open" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/21315
Status | New | ⇒ | Discussion |
Category | ⇒ | Templates (admin) |
thanks @chetanmadaan got it so reopened.
Thank You @franz-wohlkoenig
Hopefully, someone will pay attention to this sooner or later.
Labels |
Added:
J3 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-22 20:31:04 |
Closed_By | ⇒ | brianteeman |
why not use a simply json column as it should be available from mysql starting from 5.7.x ?