Error decoding JSON data
Hello
In the module. I created a work from Page Builder and saved the data. I found that error 0 - Error decoding JSON data: Syntax error in the admin page.
thanks you
phusit.thailand
In the module. I created a work from Page Builder and saved the data. I found that error 0 - Error decoding JSON data: Syntax error in the admin page.
thanks you
phusit.thailand
by Phusit
Please Log in or Create an account to join the conversation.
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
by ced1870
Please Log in or Create an account to join the conversation.
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
by amon2556
Please Log in or Create an account to join the conversation.
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
by ced1870
Please Log in or Create an account to join the conversation.
Time to create page: 0.675 seconds