We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I am using wicked_pdf.
On development I am using windows and on production I am using Unix server (i686).
In Windows i generate pdfs correctly. However in Production the plugin generated a corrupted file.
I debug and found where could be the problem.
IO.open(command) do |stream| ... end
In windows these lines works but in unix throw a failed to execute error.
In unix when i try to use Open3 library throw the same error too.
I was testing with open5. However throw this error again.
Which could be the error?
Thanks
The text was updated successfully, but these errors were encountered:
Could you please update your wicked_pdf to the current version (0.7.2), and post the error message and command string?
Sorry, something went wrong.
No branches or pull requests
Hello
I am using wicked_pdf.
On development I am using windows and on production I am using Unix server (i686).
In Windows i generate pdfs correctly. However in Production the plugin generated a corrupted file.
I debug and found where could be the problem.
IO.open(command) do |stream|
...
end
In windows these lines works but in unix throw a failed to execute error.
In unix when i try to use Open3 library throw the same error too.
I was testing with open5. However throw this error again.
Which could be the error?
Thanks
The text was updated successfully, but these errors were encountered: