Error decoding JSON data
6 years 7 months ago #47311
by Phusit
Error decoding JSON data was created by Phusit
Please Log in or Create an account to join the conversation.
6 years 7 months ago #47315
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Error decoding JSON data
Hi
this is because of the length of the data send to the SQL table. This is a limitation from the sql and the fact that joomla! uses JSON
You can go in your modules table and update the "params" to be "longtext". This way you will be able to store more data
Another way is to use a custom html module and call a tag from a page
The module that is dead has no way to be restored, unless you have a backup and you can get the sql data from this module
CEd
this is because of the length of the data send to the SQL table. This is a limitation from the sql and the fact that joomla! uses JSON
You can go in your modules table and update the "params" to be "longtext". This way you will be able to store more data
Another way is to use a custom html module and call a tag from a page
The module that is dead has no way to be restored, unless you have a backup and you can get the sql data from this module
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
5 years 8 months ago #50743
by amon2556
Replied by amon2556 on topic Error decoding JSON data
You can go to your table of modules and update the "parameters" as "longtext". In this way you will be able to store more data ..... I do not understand where to go to make the change, on joomla? or on mysql?
sorry for the trouble
best regards Fulvio
sorry for the trouble
best regards Fulvio
Please Log in or Create an account to join the conversation.
5 years 8 months ago #50745
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Error decoding JSON data
Hi
this is about your Table, this means mysql (or another database server that you can have)
You must go with PhpMyAdmin and edit the tables. If you are not sure, ask someone that knows it and that can do it for you, and take care to make a full backup before doing anything
CEd
this is about your Table, this means mysql (or another database server that you can have)
You must go with PhpMyAdmin and edit the tables. If you are not sure, ask someone that knows it and that can do it for you, and take care to make a full backup before doing anything
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.522 seconds