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
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

bmagistro - March 3, 2009 - 13:39
Component:Miscellaneous» Code

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

fuquam - March 5, 2009 - 22:48

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.

 
 

Drupal is a registered trademark of Dries Buytaert.