Thanks for this module. An opensource mapping client, to me, is much easier to stomach than using googlemaps.

I have php 4.4.4 installed with curl, but I get a parsing error. The tables are created in the database, but the module gives off a parsing error and won't load. I read it's only been tested on php5. Is this necessary or am I missing something?

thanks,

larry

Comments

jpulles’s picture

The problem is that the domxml functions are different in php4 and php5. It's quite a bit of work to do the coding both for php4 and php5. I don't know what's the best way to code domxml for both php4 and 5. So the only thing you are missing at the moment is php5 ;-)
I did try out which changes would be necessary, but that's only a small start.

larry’s picture

Ok, so at least I know why it won't work on my system. That's a pretty important thing to know. I don't know what my chances are of convincing my host to upgrade to php5. I remember trying to install it on my system and it was a pain, although back then I think it was still unstable. Damn, it's always something with the cool modules! Thanks for clearing that up though.

lambert-1’s picture

Could the phpinfo that will run this module be posted somewhere?

I saw DomDocument and assumed it was PHP 4's XML functions (yes, they're horrible). But now, apparently, this module will only run with PHP5. Too bad.

lambert-1’s picture

Title: php version requirement? » PHP5

I upgraded to PHP5 specifically to run this module, and it went flawlessly. Here's my my config command from phpinfo.php

'./configure' '--enable-pic' '--with-apxs=/usr/local/apache/bin/apxs' '--with-libdir=lib64' '--prefix=/usr/local' '--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--enable-magic-quotes' '--with-mysqli' '--with-mysql=/usr' '--enable-discard-path' '--with-pear' '--enable-sockets' '--enable-track-vars' '--with-zlib'

jpulles’s picture

Status: Active » Closed (fixed)