Non-existent class error.
fuquam - January 28, 2009 - 17:24
| Project: | storefinder |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /home/site/public_html/modules/storefinder/storefinder_view_ui.inc on line 61
line 61= $xml = new SimpleXMLElement($gmappage);

#1
This has to do with not having simplexml installed which seems to be the problem for most people who try this. I think I might need to look at doing a rewrite and changing to a different more commonly installed library for xml processing. Notes on simplexml can be found here: http://us.php.net/simplexml/
#2
Oh right. MY site is running on PHP4. I have PHP5 installed on the server but when I switch to PHP5 the whole site craps out. For the life of me I can't figure out why. I lose my entire page. Possibly the theme is set in PHP4 only. I will try again if I can ever get PHP5 running. Thanks.