Hi,
after installing the latest update to simleinvoice i am now getting the error msg below when i click on the export PDF of an invoice, any ideas
Fatal error: Call to a member function node_type() on a non-object in /home/user/websites/billing.sample.co.uk/library/pdf/box.php on line 91
cheers
Abs
hey abs
think you posted this again - is this resolved for you ?
cheers
justin
hey gour and abs
note sure what the fix is for this one as relating to a 3rd party library we use
- you may want to search on the html2pdf forum: http://www.tufat.com/s_html2ps_html2pdf.htm
let us know who you go
cheers
justin
note sure what the fix is for this one as relating to a 3rd party library we use
- you may want to search on the html2pdf forum: http://www.tufat.com/s_html2ps_html2pdf.htm
re bugs
- best is to post here in the forum
cheers
justin
let us know who you go
and googles homepage isnt xml, its html5, so domdocument's loadxml is
correctly choking on the sgml content
the DOM errors are simple to suppress, just use libxml_use_internal_errors(true); before processing the document,it'll make php's DOM error silently instead
So fix your XML they all look like errors i've come to expect from html2pdf the DOM errors there are more or less unrelated, your issue is that fatal error calling e_type(), which means your document contains structure that html2pdf cant handle either find a new version of html2pdf, ask their support / forums / etc, or convert to a different pdf generator library ;)
im using html2ps atm and it works great
not sure on unicode support, but all the others i tried were pathetic
at even supporting basic html, let alone unicode heh
a) wkhtmltopdf script (http://code.google.com/p/wkhtmltopdf/)
It looks like you're new here. If you want to get involved, click one of these buttons!