Skip to Content
Menu
This question has been flagged
2346 Views

Hi all, i'm going to create a report with content rendered by RML file.
And from my local, it works fine.
But when i deployed it into server,  i can not print it. I always get this errors: 
"Print Error: The document you are trying to print contains a table row that does not fit on one page. Please try to split it in smaller rows or contact your administrator."
Please give me any solutions to fix this.
Thanks so much. 
[SOLVED]

I have found solution, just need to downgrade version of Reportlab of server the same with my localhost (3.3.0)

Avatar
Discard
Author

@Dipak Shah

Thanks Dipak Shah, but the issues i am getting is not about length of value. Because i just tried print a word but it sill does not work. I realize if i put content in the tag blockTable, it will raise errors.

what i concern is from my local, i can but into server, i can not.

do you have any suggestion ?