{"type":"rich","version":"1.0","provider_name":"phorkie","provider_url":"https:\/\/p.cweiske.de\/","title":"TYPO3 flux:form.data fails for disabled page","author_name":"Christian Weiske","cache_age":86400,"width":900,"height":900,"html":"<!-- embedding all files of https:\/\/p.cweiske.de\/806 -->\n<link rel=\"stylesheet\" href=\"https:\/\/p.cweiske.de\/css\/embed.css\"\/>\n<div class=\"phork\" id=\"806\">\n    <div class=\"phork-file\">\n <div class=\"phork-content\">\n  \n<div class=\"document\">\n\n\n<p>I got an error with:<\/p>\n<pre class=\"literal-block\">\n&lt;flux:form.data table=&quot;pages&quot; field=&quot;tx_fed_page_flexform&quot; uid=&quot;{page.uid}&quot; as=&quot;pageSettings&quot;&gt;\n<\/pre>\n<p>The error message was:<\/p>\n<blockquote>\n<p>(1\/1) #1358679983 TYPO3FluidFluidCoreViewHelperException<\/p>\n<p>Either table &quot;pages&quot;, field &quot;tx_fed_page_flexform&quot; or record with uid 506 do not exist and you did not manually provide the &quot;record&quot; attribute.\nin \/var\/www\/typo3\/public\/typo3conf\/ext\/flux\/Classes\/ViewHelpers\/Form\/DataViewHelper.php line 112<\/p>\n<\/blockquote>\n<p>Cause for this problem was that the page was disabled and thus inaccessible.<\/p>\n<p>Solution is to check if the page is accessible before calling <tt class=\"docutils literal\">flux:form.data<\/tt>:<\/p>\n<pre class=\"literal-block\">\n&lt;f:if condition=&quot;{f:uri.page(pageUid: page.uid)}&quot;&gt;\n  &lt;flux:form.data table=&quot;pages&quot; field=&quot;tx_fed_page_flexform&quot; uid=&quot;{page.uid}&quot; as=&quot;pageSettings&quot;&gt;\n    ..\n  &lt;\/flux:form.data&gt;\n&lt;\/f:if&gt;\n<\/pre>\n<p>Links:<\/p>\n<ul class=\"simple\">\n<li><a class=\"reference external\" href=\"https:\/\/www.saninnsalas.com\/typo3-fluid-check-if-a-page-id-is-active-or-visible\/\">https:\/\/www.saninnsalas.com\/typo3-fluid-check-if-a-page-id-is-active-or-visible\/<\/a><\/li>\n<\/ul>\n<\/div>\n\n <\/div>\n <div class=\"phork-meta\">\n  <a href=\"https:\/\/p.cweiske.de\/806\/rev-raw\/5f08041df79e8315b67006af20759423023f199e\/README.rst\" style=\"float: right\">view raw source<\/a>\n  <a href=\"https:\/\/p.cweiske.de\/806#README.rst\">README.rst<\/a>\n <\/div>\n<\/div>\n<\/div>\n"}
