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
Null bytes are detected if you try to save the pdf Order. The "Varien_Io_File::_IsValidSource($src)" function blocks the upload because it finds null bytes (strpos($src, chr(0)) === false).
sreichel
added
3rd-party
Related to 3rd-party code or issues with customization
and removed
3rd-party
Related to 3rd-party code or issues with customization
labels
Jul 26, 2020
Null bytes are detected if you try to save the pdf Order. The "Varien_Io_File::_IsValidSource($src)" function blocks the upload because it finds null bytes (strpos($src, chr(0)) === false).
Preconditions (*)
v1.9.4.x-dev
Steps to reproduce (*)
The text was updated successfully, but these errors were encountered: