ID: 32825 Updated by: [EMAIL PROTECTED] Reported By: thecas at gmail dot com -Status: Open +Status: Bogus Bug Type: DOM XML related Operating System: Linux 2.6.11 PHP Version: 5.0.4 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2005-04-25 14:03:13] thecas at gmail dot com Description: ------------ I'm trying to write a (XML object) DOMDocument to an session but when i try to read it out on another page it can't read the DOMDocument. I _can_ read the DOMDocument on the same page. print_r(_SESSION); shows it still is a DOMDocument on all pages. Reproduce code: --------------- http://cas.pluxbox.org/bug/index.phps Expected result: ---------------- The DOMDocument should be printed out as XML. Actual result: -------------- Fatal error: Call to a member function saveXML() on a non-object in /var/www/cas.pluxbox.org/htdocs/bug/index.php on line 21 or on another system: Warning: Couldn't fetch DOMDocument in /var/www/cas.pluxbox.org/htdocs/bug/index.php on line 21 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32825&edit=1