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
Error:
As shown on the attached screenshots a strange behavior can occur : PHP stops interpreting the extension code (if we change the order of the functions in the file we can see that it happens randomly). In this case, here is the only errors we can get on the logs :
"Object problem with operator 'parsexml'"
"Object problem with operator 'filecheck'"
Fix:
On the templateparsexmloperator.php file, the first "<?" tag should be replaced by a "<?php" one
Screenshots:
The text was updated successfully, but these errors were encountered:
Error:
As shown on the attached screenshots a strange behavior can occur : PHP stops interpreting the extension code (if we change the order of the functions in the file we can see that it happens randomly). In this case, here is the only errors we can get on the logs :
"Object problem with operator 'parsexml'"
"Object problem with operator 'filecheck'"
Fix:
On the templateparsexmloperator.php file, the first "<?" tag should be replaced by a "<?php" one
Screenshots:
The text was updated successfully, but these errors were encountered: