You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isn't there any solid solution for this block removal or replacement issue? I've tried every suggested solution but nothing worked, I use version 1.3 and PHP v8.2
I know there are bunch of opened issues but I tried all of them nothing works. Here is the code I tried lastly but no chance at all
Hi all,
Isn't there any solid solution for this block removal or replacement issue? I've tried every suggested solution but nothing worked, I use version 1.3 and PHP v8.2
I know there are bunch of opened issues but I tried all of them nothing works. Here is the code I tried lastly but no chance at all
if (isset($pot['iso900115varyok']) && ($pot['iso900115varyok'] == 0 || $pot['iso900115varyok'] == "0")) { echo "Attempting to delete 'deletekys' block<br>"; $docProcessor->replaceBlock('deletekys', ""); $docProcessor->deleteBlock('deletekys'); $docProcessor->cloneBlock('deletekys', 0); $docProcessor->deleteBlock('deletekys'); $docProcessor->cloneBlock('deletekys', 0); }
The text was updated successfully, but these errors were encountered: