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
I am getting problem with with saving pdf file to my path but when I display the file in browser with 'I' method it works fine while with F it returns "TCPDF ERROR: Unable to create output file:" and error is
The message you're getting says just about everything, and so maybe you've already hunted down the root of this user error.
fopen(): Remote host file access not supported, file://uploads/atachments/forms/Loan_Form16.pdf
Presumably, your $filename in fopenLocal() is 'uploads/atachments/forms/Loan_Form16.pdf', so TCPDF adds file:// to that. Does that file exist? There appears to be a misspelling in there, also, FWIW. And furthermore, is it on the same system you're running TCPDF on? The $filename should be a local URL or an absolute pathname.
I am getting problem with with saving pdf file to my path but when I display the file in browser with 'I' method it works fine while with F it returns "TCPDF ERROR: Unable to create output file:" and error is
Message: fopen(): Remote host file access not supported, file://uploads/atachments/forms/Loan_Form16.pdf
Filename: include/tcpdf_static.php
The text was updated successfully, but these errors were encountered: