解码JSON数据时出错 - Joomla 3.6.5

时间:2017-02-17 08:25:51

标签: php json joomla

昨天我开始与Joomla CMS合作。当我想改变社交图标的大小时,我在刷新页面时遇到错误。

Error displaying the error page: Error decoding JSON data: Syntax error: Error decoding JSON data: Syntax error

为了诊断问题,我下载了插件json-db-check.php,当我使用它作为结果时收到:

Checking table: a_assets, column rules

Checking table: a_banners, column params

Checking table: a_categories, column params

Checking table: a_contact_details, column params

Checking table: a_content, column attribs

Checking table: a_content_types, column rules

Checking table: a_extensions, column params

Checking table: a_finder_filters, column params

Checking table: a_menu, column params

Checking table: a_modules, column params

Checking table: a_newsfeeds, column params

Checking table: a_nextend2_smartslider3_generators, column params

Checking table: a_nextend2_smartslider3_sliders, column params

Checking table: a_nextend2_smartslider3_slides, column params

Checking table: a_tags, column params

Checking table: a_template_styles, column params

Row 10 is not valid JSON. Error: (Syntax error)
Content: #sp-bottom2 .icon-facebook:before, #sp-bottom2 .icon-twitter:before { font-size:40px !important; }
Checking table: a_users, column params

Checking table: a_viewlevels, column rules

Checking table: bak_a_assets, column rules

Checking table: bak_a_banners, column params

Checking table: bak_a_categories, column params

Checking table: bak_a_contact_details, column params

Checking table: bak_a_content, column attribs

Checking table: bak_a_content_types, column rules

Checking table: bak_a_extensions, column params

Checking table: bak_a_finder_filters, column params

Checking table: bak_a_menu, column params

Checking table: bak_a_modules, column params

Checking table: bak_a_newsfeeds, column params

Checking table: bak_a_tags, column params

Checking table: bak_a_template_styles, column params

Checking table: bak_a_users, column params

Checking table: bak_a_viewlevels, column rules

Finished checking invalid parameters

我可以删除这种风格吗?

Checking table: a_template_styles, column params

Row 10 is not valid JSON. Error: (Syntax error)
Content: #sp-bottom2 .icon-facebook:before, #sp-bottom2 .icon-twitter:before { font-size:40px !important; }

在表a_template_styles中,我无法找到#sp-bottom应该在哪里看? 我该怎么办?

感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

如果您需要快速修复以重新登录,请下载3.6.2完整软件包,解压缩并将内容上传到服务器。