Thanks for your reply. Yes I followed the proper transfer method successfully.
By the way I solved this issue. The problem was the sql_mode settings as the mysql was running in strict mode. When I disabled it in my.cnf (my.ini on Windows system) the problem is gone.
I have moved the WHMCS system to another server.
After that when I try to create a new invoice for a client I get this error message:
Invoice ID Not Found
And the url: http://domainname.com/billingadmin/invoices.php?action=edit&id=0
Urgent help needed.
Thank you.
Hi,
I was running to the same issue, here's my solution:
$pd_arr = explode(' ',$datepaid);
$paid_date = $pd_arr[0];
$pdf->Cell(0,6,'Paid Date: '.$paid_date.'',0,0,'R');
I hope it works for you as well.
Unfortunately this code doesn't work:
$paid_date = strstr($datepaid, ' ', true);
Hi There,
I've noticed a bug in the report. It's a javascript error when I use a customer name with apostrophe like: O'Donnel.
And the graph doesn't show up.
Regards,
Andras
You should place this into the readme file in your package. I've got error until I found this.
Anyway, still doesn't work. I clicked on "Run Directadmin Sync Report" button and it's loading and loading... I've increased max_execution_time in php.ini but no result. It just completely freeze WHMCS.
I'm using:
DA 1.39.1
WHMCS 4.5.2 Trial version
php 5.2.17
I've set up a DA server in WHMCS with a reseller username and password. This reseller has 2 user accounts on DA.