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
My OS is ubuntu 12.10 running in virtualbox as a guest OS.
When I ssh into my ubuntu 12.10 guest OS, I can execute unconv perfectly.
When I run as a php script it fails.
Weirdly, when I run php -r "exec(...);" in terminal, it works as well.
I have tried being explicit about the UNO_PATH. No use. I have tried all the troubleshooting by other people. My php script always returns a sucess signal about executing the unoconv, but there is no pdf file.
I also have no error messages whatsoever, so this is a bit frustrating.
I am using nginx as my web server.
My OS is ubuntu 12.10 running in virtualbox as a guest OS.
When I ssh into my ubuntu 12.10 guest OS, I can execute unconv perfectly.
When I run as a php script it fails.
Weirdly, when I run php -r "exec(...);" in terminal, it works as well.
I have tried being explicit about the UNO_PATH. No use. I have tried all the troubleshooting by other people. My php script always returns a sucess signal about executing the unoconv, but there is no pdf file.
I also have no error messages whatsoever, so this is a bit frustrating.
I wrote the following function in php
This is my result after execution:
Please advise.
The text was updated successfully, but these errors were encountered: