diff --git a/docs/configure.rst b/docs/configure.rst index f5722fea8f..3aedb33dc9 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -74,6 +74,8 @@ Troubleshooting - 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. - If you're using a non-English language try changing to English. +- It may help to use the `pre-compiled binary from phantomjs.org `_. +- If all else fails you can `try changing the code `_ to prevent SSL checks. Custom Fonts """""""""""" diff --git a/docs/install.rst b/docs/install.rst index e7b08cfee2..0ff6dd5f77 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -99,3 +99,4 @@ Troubleshooting - If you’re using a subdomain. ie, invoice.mycompany.com You will need to add ``RewriteBase /`` to public/.htaccess otherwise it may fail with ``Request exceeded the limit of 10 internal redirects due to probable configuration error.`` messages in the logs. - Composer install error: ``Fatal error: Allowed memory size of...`` Try the following: ``php -d memory_limit=-1 /usr/local/bin/composer install`` - PHP Fatal error: ``Call to undefined method Illuminate\Support\Facades\Session::get()`` try deleting bootstrap/cache/services.php. If the file doesn't exist the steps `here `_ may help. +- To support invoices with many line items you may need to increase the value of max_input_vars in the php.ini file.