Steffen Unland
unread,May 15, 2012, 11:01:00 AM5/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rai...@googlegroups.com
Hi Guys,
I have a little question ;) I use for my private websites always rainTPL.
Now I want create a little XML file plugin, but I have a little problem with the DOMDocument() function ;)
[dev:/var/www ] $ php index.php
PHP Fatal error: Class 'Rain\Tpl\Plugin\DOMDocument' not found in /var/www/library/Tpl/Plugin/nagiosXML.php on line 13
Following line make this problem ;)
13: $doc = new DOMDocument();
How can I solve the problem?
Cheers,
Steffen