-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fclose() PHP warning #35
Comments
I would not remove the streamclose line. but I can't figure out why you get an error. |
Are you sure that the pdf are being written to the file system? because it could be that the streamreader fails because it doesn't have permission to write to the folder/file. |
I don't see this happen no, but we should add a check before the close. then this issue wouldn't show anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
We notice a couple of lines in our var/log/system.log Magento file which look like this:
Has anyone else encountered these?
It happens when a pdf file is created in the filesystem.
The pdf file is actually generated and nothing else goes wrong, just this warning in the log file.
I can get rid of them if I remove this line:
magento-DPD_Shipping/app/code/community/DPD/Shipping/Helper/Data.php
Line 133 in 8216ce0
But that's probably not the best solution.
If anyone has any idea what can cause this, please let me know.
Magento version: 1.9.1.0 (fully patched)
PHP version: 5.5.27
Filesystem: Mac OS Extended (Case-sensitive, Journaled)
Thanks!
The text was updated successfully, but these errors were encountered: