2020-05-03, 22:13:06
Hi Bigin,
Thanks for your reply. Yes when I use 2147483647 then it is working:
$this_item = $itemMapper->getItem('2147483647');
<?php echo html_entity_decode($this_item->fields->editor->value); ?>
- - - - - - - - - - - - - - - - - - - - - - - - - - -
However, when I go back to the page and want to add
some more text to the field and click on Save,
the following error shows up:
Error: & # 6 0 ; div & # 6 2 ;Error saving item & # 6 0 ; /div & # 6 2;.
Error: <div >Error saving item</div>.
- - - - - - - - - - - - - - - - - - - - - - - - - - -
When I go back to the tab Manager and check there the item
I see that:
pos = 2147483647
name = 3052675811
When I click on 3052675811 I see that the id = 2147483647
Thanks for your reply. Yes when I use 2147483647 then it is working:
$this_item = $itemMapper->getItem('2147483647');
<?php echo html_entity_decode($this_item->fields->editor->value); ?>
- - - - - - - - - - - - - - - - - - - - - - - - - - -
However, when I go back to the page and want to add
some more text to the field and click on Save,
the following error shows up:
Error: & # 6 0 ; div & # 6 2 ;Error saving item & # 6 0 ; /div & # 6 2;.
Error: <div >Error saving item</div>.
- - - - - - - - - - - - - - - - - - - - - - - - - - -
When I go back to the tab Manager and check there the item
I see that:
pos = 2147483647
name = 3052675811
When I click on 3052675811 I see that the id = 2147483647