|
Here is a list of known issues with the current version of nBill. Please check this list before posting a bug report. Please also check that you have the latest version - your bug may have been fixed already!
Issues Found in version 2.6.1:
Issues Found in version 1.2_10 (NOTE: This version of nBill is no longer supported):
- One user has reported corrupted invoice display in this version - if you experience this problem (it only affects certain server configurations), edit the /administrator/components/com_netinvoice/admin.html/invoices.html.php file using a text editor (such as notepad - NOT a word processor), and on line 2072, check whether it says:
header("Content-Encoding: "); //No gzip, thanks.
...if so, try changing it to:
header("Content-Encoding: text/html"); //No gzip, thanks.
- If you have trouble restoring a backup using the nBill backup/restore feature, please see this forum post: http://www.nbill.co.uk/forum/index.php/topic,1450.msg5786.html#msg5786
- If you have a problem with existing clients placing an order which 'could not be saved', try replacing your /components/com_netinvoice/transaction.processing.php file with the one in this zip file (unzip first): http://www.nbill.co.uk/dmdocuments/transaction.processing.zip.
|