<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>TYPO3 flux:form.data fails for disabled page</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/806 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="806"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;p&gt;I got an error with:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
&amp;lt;flux:form.data table=&amp;quot;pages&amp;quot; field=&amp;quot;tx_fed_page_flexform&amp;quot; uid=&amp;quot;{page.uid}&amp;quot; as=&amp;quot;pageSettings&amp;quot;&amp;gt;
&lt;/pre&gt;
&lt;p&gt;The error message was:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(1/1) #1358679983 TYPO3FluidFluidCoreViewHelperException&lt;/p&gt;
&lt;p&gt;Either table &amp;quot;pages&amp;quot;, field &amp;quot;tx_fed_page_flexform&amp;quot; or record with uid 506 do not exist and you did not manually provide the &amp;quot;record&amp;quot; attribute.
in /var/www/typo3/public/typo3conf/ext/flux/Classes/ViewHelpers/Form/DataViewHelper.php line 112&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Cause for this problem was that the page was disabled and thus inaccessible.&lt;/p&gt;
&lt;p&gt;Solution is to check if the page is accessible before calling &lt;tt class="docutils literal"&gt;flux:form.data&lt;/tt&gt;:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
&amp;lt;f:if condition=&amp;quot;{f:uri.page(pageUid: page.uid)}&amp;quot;&amp;gt;
  &amp;lt;flux:form.data table=&amp;quot;pages&amp;quot; field=&amp;quot;tx_fed_page_flexform&amp;quot; uid=&amp;quot;{page.uid}&amp;quot; as=&amp;quot;pageSettings&amp;quot;&amp;gt;
    ..
  &amp;lt;/flux:form.data&amp;gt;
&amp;lt;/f:if&amp;gt;
&lt;/pre&gt;
&lt;p&gt;Links:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="https://www.saninnsalas.com/typo3-fluid-check-if-a-page-id-is-active-or-visible/"&gt;https://www.saninnsalas.com/typo3-fluid-check-if-a-page-id-is-active-or-visible/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/806/rev-raw/5f08041df79e8315b67006af20759423023f199e/README.rst" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/806#README.rst"&gt;README.rst&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
