{"id":302,"date":"2011-11-18T14:14:19","date_gmt":"2011-11-18T14:14:19","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2011\/11\/18\/recursive-php-ini\/"},"modified":"2021-08-16T23:50:37","modified_gmt":"2021-08-17T03:50:37","slug":"recursive-php-ini","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/","title":{"rendered":"How can I make my php.ini file recursive ?"},"content":{"rendered":"<p>The PHP settings defined in your <strong>php.ini<\/strong> file are not <strtong>recursive<\/strtong><\/p>\n<p>. What this means is that they do not modify settings in any child folders (which are subdirectories of the current directory).<\/p>\n<p>Still confused, here\u2019s an example.<\/p>\n<p>Let\u2019s say you have a php.ini file in your public_html folder. That php.ini file has the PHP memory_limit set to 256M. Only scripts that run directly in your public_html folder will have the memory_limit set to 256M. If you have a folder named public_html\/employees, that \u201cemployees\u201d folder will not be affected by the public_html\/php.ini file, it would only be affected by a php.ini file located in its own folder, public_html\/employees<\/p>\n<p>If you have many folders, creating a php.ini file for each folder would be quite tedious. What you can do is update your <a href=\"\/support\/website\/htaccess-file\/\">.htaccess<\/a> file to tell the server that the public_html\/php.ini file should apply not only to public_html, but to any folders within that folder (such as public_html\/employees or public_html\/about-us). This is the definition of making your <strong>php.ini file recursive<\/strong>.<\/p>\n<h2>Update your suPHP_ConfigPath in your .htaccess file<\/h2>\n<p>Making your php.ini file affect all child folders as well is referred to as making the file \u201crecursive\u201d. To make your public_html\/php.ini file recursive, edit (or create the file if it doesn\u2019t exist) your public_html\/.htaccess file and add the following code:<\/p>\n<p class=\"code_block\">suPHP_ConfigPath \/home\/username\/public_html<\/p>\n<p>This line you entered is specifying the directory where the php.ini is located that you want to make recursive. Be sure to replace username with your cPanel username.<\/p>\n<p>This change is immediate, so you should see the update right away.<\/p>\n<h2>How to Test your changes<\/h2>\n<p>After saving the changes, be sure to <a href=\"\/support\/website\/how-to-create-a-phpinfo-page\/\">create a phpinfo page<\/a> in one of your subdirectories and test the results. When looking at your phpinfo page, the \u201c<strong>Loaded Configuration File<\/strong>\u201d should reflect the php.ini file that you wanted to make recursive.<\/p>\n<h2>Troubleshooting errors<\/h2>\n<p class=\"alert alert-warning\"><strong>Important!<\/strong> If you add the recursive path to your php.ini and you get an error like the following, it is because the PHP version is not being rendered correctly.<\/p>\n<pre style=\"margin-left:20px\">Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The PDO extension is required for this adapter but the extension is not loaded' in \/home\/userna5\/public_html\/shop\/engine\/Library\/Zend\/Db\/Adapter\/Pdo\/Abstract.php:342 Stack trace: #0 \/home\/userna5\/public_html\/shop\/engine\/Library\/Zend\/Db\/Adapter\/Abstract.php(247): Zend_Db_Adapter_Pdo_Abstract-&gt;setFetchMode(2) #1 \/home\/userna5\/public_html\/shop\/engine\/Library\/Zend\/Db.php(270): Zend_Db_Adapter_Abstract-&gt;__construct(Array) #2 \/home\/userna5\/public_html\/shop\/engine\/Library\/Enlight\/Components\/Db.php(96): Zend_Db::factory('pdo_mysql', Array) #3 \/home\/userna5\/public_html\/shop\/engine\/Shopware\/Bootstrap.php(154): Enlight_Components_Db::factory('pdo_mysql', Array) #4 [internal function]: Shopware_Bootstrap-&gt;initDb() #5 \/home\/userna5\/public_html\/shop\/engine\/Library\/Enlight\/Bootstrap.php(304): call_user_func(Array) #6 \/home\/userna5\/public_html\/shop\/engine\/Library\/Enlight\/Bootstrap.php(258): Enlight_Bootstrap-&gt;loadResource('Db') #7 \/home\/userna5\/public_html\/ in \/home\/userna5\/public_html\/shop\/engine\/Library\/Zend\/Db\/Adapter\/Pdo\/Abstract.php on line 342<\/pre>\n<p><a href=\"\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"482\" height=\"138\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png\" class=\"optimized-lcp-image\" alt=\"AddHandler in htaccess\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png 482w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler-300x86.png 300w\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p>This is common with those who are using the PHP version switcher. To fix this error, check your .htaccess file in your home directory. Make sure the correct AddHandler is in the .htaccess and is not commented out. In the image to the right, the php 5.4 AddHandler is shown. If you are unable the fix this error please contact <a href=\"\/support\/amp\/how-to-get-great-technical-support\/\" target=\"_blank\" title=\"Click here for how to contact support\" rel=\"noopener noreferrer\">tech support<\/a> and we can look at it for you.<br style=\"clear: both;\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The PHP settings defined in your php.ini file are not recursive . What this means is that they do not modify settings in any child folders (which are subdirectories of the current directory). Still confused, here\u2019s an example. Let\u2019s say you have a php.ini file in your public_html folder. That php.ini file has the PHP<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/\"> Read More ><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288],"tags":[],"class_list":["post-302","post","type-post","status-publish","format-standard","hentry","category-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How can I make my php.ini file recursive ? | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Settings defined in your php.ini file are not recursive. In this article, we&#039;ll show you how you can make your php.ini file affect all child folders and not just the parent folder.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How can I make my php.ini file recursive ? | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Settings defined in your php.ini file are not recursive. In this article, we&#039;ll show you how you can make your php.ini file affect all child folders and not just the parent folder.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-11-18T14:14:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:50:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png\" \/>\n<meta name=\"author\" content=\"Brad Markle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brad Markle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/\"},\"author\":{\"name\":\"Brad Markle\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\"},\"headline\":\"How can I make my php.ini file recursive ?\",\"datePublished\":\"2011-11-18T14:14:19+00:00\",\"dateModified\":\"2021-08-17T03:50:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/\"},\"wordCount\":455,\"commentCount\":25,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png\",\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/\",\"name\":\"How can I make my php.ini file recursive ? | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png\",\"datePublished\":\"2011-11-18T14:14:19+00:00\",\"dateModified\":\"2021-08-17T03:50:37+00:00\",\"description\":\"Settings defined in your php.ini file are not recursive. In this article, we'll show you how you can make your php.ini file affect all child folders and not just the parent folder.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png\",\"width\":482,\"height\":138,\"caption\":\"Click here to view the larger image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How can I make my php.ini file recursive ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\",\"name\":\"Brad Markle\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How can I make my php.ini file recursive ? | InMotion Hosting","description":"Settings defined in your php.ini file are not recursive. In this article, we'll show you how you can make your php.ini file affect all child folders and not just the parent folder.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/","og_locale":"en_US","og_type":"article","og_title":"How can I make my php.ini file recursive ? | InMotion Hosting","og_description":"Settings defined in your php.ini file are not recursive. In this article, we'll show you how you can make your php.ini file affect all child folders and not just the parent folder.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2011-11-18T14:14:19+00:00","article_modified_time":"2021-08-17T03:50:37+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png","type":"","width":"","height":""}],"author":"Brad Markle","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Brad Markle","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/"},"author":{"name":"Brad Markle","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf"},"headline":"How can I make my php.ini file recursive ?","datePublished":"2011-11-18T14:14:19+00:00","dateModified":"2021-08-17T03:50:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/"},"wordCount":455,"commentCount":25,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png","articleSection":["Website"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/","name":"How can I make my php.ini file recursive ? | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png","datePublished":"2011-11-18T14:14:19+00:00","dateModified":"2021-08-17T03:50:37+00:00","description":"Settings defined in your php.ini file are not recursive. In this article, we'll show you how you can make your php.ini file affect all child folders and not just the parent folder.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/website_server-usage_addhandler.png","width":482,"height":138,"caption":"Click here to view the larger image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/recursive-php-ini\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How can I make my php.ini file recursive ?"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf","name":"Brad Markle","url":"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/302","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=302"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/302\/revisions"}],"predecessor-version":[{"id":86472,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/302\/revisions\/86472"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}