In the following code, the header-text-image is not appearing on the page:
{exp:channel:entries
channel="page"
disable="member_data|pagination|trackbacks"
limit="1"
require_entry="yes"
status="Open"
dynamic="no"}
<div id="header-text">
{exp:imgsizer:size src="{header-text-image}" width="599"}
{sized}
{/exp:imgsizer:size}
</div>
<h1 id="page-title">{title}</h1>
{if page-header-image}
{exp:imgsizer:size src="{page-header-image}" width="599"}
{sized}
{/exp:imgsizer:size}
{if:else}
{exp:low_variables:parse var=
{/if}When I edit the entry utilizing this template, I can successfully select the header-text-image and it does appear within the Edit Entry dialog after selecting. However, when I click Submit I receive the following message:
[This content will not be published]
http://192.168.1.2:3001/uploads/Header-Text.png
This does work in all other pages.
Can someone please help me?