Finally, I am able to get error from error.log. This is the error
PHP Warning: DOMDocumentFragment::appendXML(): Entity: line 68183: parser error : xmlSAX2Characters: huge text node in C:\xampp\htdocs\project\system\BaseView.php on line 743 PHP Warning: DOMDocumentFragment::appendXML(): <td class="td-be in C:\xampp\htdocs\project\system\BaseView.php on line 743 PHP Warning: DOMDocumentFragment::appendXML(): ^ in C:\xampp2\htdocs\project\system\BaseView.php on line 743
It is not showing any error. But it stops exporting the data on the 2622th record. The exported word will have around 330 pages and it will not show the remaining 3000 records. I thought may be the 2622th record has problem and i deleted the record but still the same. It aborts exporting at 2622
FYI, I see all the records in one page with their total summary. Only exporting has problem.
I created a view and added a filter component. Checkbox component and connected it to Fields name on the view. But the filter Fields comes empty. I tried with difference Filter components but no luck. I have data in the view though.
So, on billing page, i want to show list of client in the table with action button (not the default). When this action button is clicked, it should pick that client information from the row in the table and I will add reg_fee, service_fee by my self
Can I do that with no or low code?
I apologies if my question is silly. I am beginner for both PHPrad and PHP