From 803d685937b815e322285c64ee44b63a20e53715 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 7 Dec 2017 09:10:55 +0200 Subject: [PATCH] Update docs --- docs/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure.rst b/docs/configure.rst index 2e99508789aa..69e502d3de10 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -65,7 +65,7 @@ Troubleshooting - Check storage/logs/laravel-error.log for relevant errors. - To determine the path you can run ``which phantomjs`` from the command line. - We suggest using PhantomJS version >= 2.1.1, users have reported seeing 'Error: 0' with older versions. -- You can use `this script `_ to test from the command line, change ``__YOUR_LINK_HERE__`` to a 'View as recipient' link. +- You can use `this script `_ to test from the command line, change ``__YOUR_LINK_HERE__`` to the link in the error and then run ``phantomjs test.pjs``. - If you require contacts to enter a password to see their invoice you'll need to set a random value for ``PHANTOMJS_SECRET``. - If you're using a proxy and/or self-signed certificate `this comment `_ may help. - If you're using a custom design try using a standard one, if the PDF is outside the printable area it can fail.