Im using codeigniter but I have a problem when i want to convert my data to pdf using tcpdf
this is the problem :

can you help me ??
Im using codeigniter but I have a problem when i want to convert my data to pdf using tcpdf
this is the problem :

can you help me ??
 
    
     
    
    In my case, I had non-valid TABLE tag (missing quote sign). when validating it, the error was solved.
 
    
    replace cellspacingx by @cellspacingx, this notice display just in developer envirement
 
    
    Go to file tcpdf/tcpdf.php and on line 18114 replace $cellspacingx with @$cellspacingx. 
Other way can be turn off notices error reporting in your controller using error_reporting(E_ERROR);
