Hi,
I'm currently trying prince to see if it's what I'm after.
I have a basic set up running locally via XAMPP which is working great. However, when i upload to my shared hosting it just won't make a PDF - it doesn't even create a log file and i think it has something to do with the exe path.
Here is my code which is working locally:
The above code however doesn't working on my shared hosting - any ideas would be greatly appreciated!
Thanks,
J
I'm currently trying prince to see if it's what I'm after.
I have a basic set up running locally via XAMPP which is working great. However, when i upload to my shared hosting it just won't make a PDF - it doesn't even create a log file and i think it has something to do with the exe path.
Here is my code which is working locally:
$prince = new Prince($_SERVER['DOCUMENT_ROOT'].'/prince/Prince/Engine/bin/prince.exe');
$prince->setLog($_SERVER['DOCUMENT_ROOT'].'/prince/log.txt');
The above code however doesn't working on my shared hosting - any ideas would be greatly appreciated!
Thanks,
J