So after I uploaded the site from joomla 3.6.2 to 3.6.4 In the administrator area I got this error:
Warning
Error decoding JSON data: Syntax error
I cleared my browser as stated here:
http://www.rockettheme.com/forum/gantry5-for-joomla/264231-joomla-3-6-3-or-3-6-4-clear-you-browser-cache
- No results
Then did a search and found a similar post that its having my issue:
http://www.rockettheme.com/forum/gantry5-for-joomla/264230-issue-with-gantry-5-and-joomla-3-6-4?start=0#1321380
Proceeded to get this:
github.com/robwent/joomla-json-db-check
and run it wich gave me back this info:
Checking Table: XXXX__template_styles, column params
Row 82 is not valid JSON. Error: (Syntax error)
Content: {"configuration":"82","preset":"rows_and_columns "}
This is additional info that is shown when I try to enter to the Gantry 5 component
Twig_Error_Runtime
An exception has been thrown during the rendering of a template ("Error decoding JSON data: Syntax error") in "@gantry-admin/partials/updates.html.twig" at line 1.
With a scrollbar with all this information:
36 Twig_Error_Runtime
…/vendor/twig/twig/lib/Twig/Template.php402
35 RuntimeException
/home/archit34/public_html/ecp/libraries/vendor/joomla/registry/src/Format/Json.php72
34 Joomla\Registry\Format\Json stringToObject
/home/archit34/public_html/ecp/libraries/vendor/joomla/registry/src/Registry.php366
33 Joomla\Registry\Registry loadString
/home/archit34/public_html/ecp/libraries/vendor/joomla/registry/src/Registry.php72
32 Joomla\Registry\Registry __construct
…/classes/Gantry/Admin/ThemeList.php158
31 Gantry\Admin\ThemeList loadStyles
…/classes/Gantry/Admin/ThemeList.php70
30 Gantry\Admin\ThemeList getStyles
…/classes/Gantry/Admin/ThemeList.php58
29 Gantry\Admin\ThemeList getTheme
…/classes/Gantry/Admin/ThemeList.php43
28 Gantry\Admin\ThemeList getThemes
…/classes/Gantry/Framework/Platform.php290
27 Gantry\Framework\Platform updates
…/vendor/twig/twig/lib/Twig/Template.php604
26 call_user_func_array
…/vendor/twig/twig/lib/Twig/Template.php604
25 Twig_Template getAttribute
…/vendor/twig/twig/lib/Twig/Environment.php403
24 __TwigTemplate_76641fa5292a44cab6fb73cf5c91f6e3f16b15260314d830b9f3b50bc2d87281 doDisplay
…/vendor/twig/twig/lib/Twig/Template.php387
23 Twig_Template displayWithErrorHandling
…/vendor/twig/twig/lib/Twig/Template.php355
22 Twig_Template display
…/vendor/twig/twig/lib/Twig/Environment.php403
21 __TwigTemplate_df8f89da1ee6f1cf42f87e4681fde3ae3fe28d393ec967c18cdce978abf3660d block_content
…/vendor/twig/twig/lib/Twig/Template.php167
20 Twig_Template displayBlock
…/vendor/twig/twig/lib/Twig/Environment.php403
19 __TwigTemplate_a8eb705f634cd753a955f81ba6f9a560ff0f08f70907a1fb1654b9e4870e4c4a doDisplay
…/vendor/twig/twig/lib/Twig/Template.php387
18 Twig_Template displayWithErrorHandling
…/vendor/twig/twig/lib/Twig/Template.php355
17 Twig_Template display
…/vendor/twig/twig/lib/Twig/Environment.php403
16 __TwigTemplate_df8f89da1ee6f1cf42f87e4681fde3ae3fe28d393ec967c18cdce978abf3660d doDisplay
…/vendor/twig/twig/lib/Twig/Template.php387
15 Twig_Template displayWithErrorHandling
…/vendor/twig/twig/lib/Twig/Template.php355
14 Twig_Template display
…/vendor/twig/twig/lib/Twig/Environment.php403
13 __TwigTemplate_35aa346e5b3fa21b5b28996b980ce6c227a848d60a90aaf3fb837f4b81598907 doDisplay
…/vendor/twig/twig/lib/Twig/Template.php387
12 Twig_Template displayWithErrorHandling
…/vendor/twig/twig/lib/Twig/Template.php355
11 Twig_Template display
…/vendor/twig/twig/lib/Twig/Template.php366
10 Twig_Template render
…/vendor/twig/twig/lib/Twig/Environment.php347
9 Twig_Environment render
…/classes/Gantry/Component/Theme/AbstractTheme.php162
8 Gantry\Component\Theme\AbstractTheme render
…/classes/Gantry/Component/Router/Router.php165
7 Gantry\Component\Router\Router getErrorResponse
…/classes/Gantry/Component/Router/Router.php65
6 Gantry\Component\Router\Router dispatch
/home/archit34/public_html/ecp/administrator/components/com_gantry5/gantry5.php56
5 require_once
/home/archit34/public_html/ecp/libraries/cms/component/helper.php405
4 JComponentHelper executeComponent
/home/archit34/public_html/ecp/libraries/cms/component/helper.php380
3 JComponentHelper renderComponent
/home/archit34/public_html/ecp/libraries/cms/application/administrator.php98
2 JApplicationAdministrator dispatch
/home/archit34/public_html/ecp/libraries/cms/application/administrator.php152
1 JApplicationAdministrator doExecute
/home/archit34/public_html/ecp/libraries/cms/application/cms.php261
0 JApplicationCms execute
/home/archit34/public_html/ecp/administrator/index.php51
I've tried everything and can't grasp the reason of the problem.
I have the basic extensions Akeeba Gantry and JCE installed.
Your support its greatly appreciated
Thanks!