Hello,
I’m having an odd problem with my PHP scripts~
Right now, I’m working on making an RSS creator, but the PHP functions load(), simplexml_load_file(), and the DOMDocument object all spit out undefined errors at every instance.
I know DreamHost provides the newest and best of PHP, which makes it weird, as these functions and objects are working fine on my other site on the same webspace~.
Actual error messages:
Fatal error: Call to undefined function: simplexml_load_file()
Fatal error: Call to undefined function: load()
Warning: object domdocument accepts 1 parameter, found 0
Any help would be greatly appriciated~