Re: [fw-general] strange Zend_Pdf_Exception (clone)

2008-11-22 Thread Marco
Hi Martijn *Fatal error:* Uncaught exception 'Zend_Pdf_Exception' with message 'Cloning > Zend_Pdf_Page object using 'clone' keyword is not supported. Use 'new > Zend_Pdf_Page($srcPage)' syntax' in > /usr/local/ZendFramework/1_5_3/Zend/Pdf/Page.php:349 Stack trace: #0 > /home/buur/domains/makelaar

[fw-general] strange Zend_Pdf_Exception (clone)

2008-11-21 Thread Martijn Korse
This very simple script: require_once 'Zend/Pdf.php'; $pdf = new Zend_Pdf(); $page1 = new Zend_Pdf_Page(Zend_Pdf_Page::SIZE_A4); Results in the following error: Fatal error: Uncaught exception 'Zend_Pdf_Exception' with message 'Cloning Zend_Pdf_Page object using 'clone' keyword is not sup