Google Maps Extension Problem

Author Message

Mariusz Ściseł

Tuesday 28 April 2009 4:04:49 am

Hi,
I have installed eZ Publish 4.1 and tried to use Google Maps Extension 4 with it. Unfortunatelly errors occured. Who knows how to solve this problem?

Fatal error: Class 'eZDOMDocument' not found in \WWW\extension\gmaplocation\datatypes\ezgmaplocation\ezgmaplocation.php on line 116
Fatal error: eZ Publish did not finish its request

It seems to me that eZDOMDocument class is missing. How to resolve this?

    function &xmlString( )
    {
        include_once( 'lib/ezxml/classes/ezdomdocument.php' );

116:       $doc = new eZDOMDocument( "Location" );

        $root = $doc->createElementNode( "ezgmaplocation" );
        $root->appendAttribute( $doc->createAttributeNode( "latitude", $this->Latitude ) );
        $root->appendAttribute( $doc->createAttributeNode( "longitude", $this->Longitude ) );
        $doc->setRoot( $root );

        $xml = $doc->toString();

        return $xml;
    }

This is when I saved the new Map class with a new attribute "GMaps Location".
Thank you for your help
Mariusz.

Davide Garzetti

Tuesday 28 April 2009 9:37:58 am

That extension is not 4.1 compatible now.
You should rewrite some php code to correct the problem.

Bye

Mariusz Ściseł

Tuesday 28 April 2009 10:40:26 am

Thanks
I know that, of course the code of the map is incompatible. But maybe someone knows what part of code I should rewrite and how to compatible it? I am not a programmer. Any suggestion is very helpful.
M.

Marco Zinn

Tuesday 28 April 2009 11:21:19 am

Hi,
maybe you want to have a look at some other extension, that i recently tested successfully on ez 4.0 (did not try with 4.1 yet):
http://ez.no/developer/contribs/template_plugins/googlepath_for_ez_4_0_x

Just a hint...

Marco
http://www.hyperroad-design.com

Kristof Coomans

Wednesday 29 April 2009 3:05:25 am

Hi Mariusz

I ported the Google Maps extension to eZ Publish 4, you can find it in its Subversion repository on eZ Projects: http://svn.projects.ez.no/googlemaps/trunk/extension/gmaplocation/

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Mariusz Ściseł

Wednesday 29 April 2009 4:10:45 am

Man You are GREAT!!!!
Thakns a lot! It works very well on my 4.1 eZ site.
Mariusz.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:02:05
Script start
Timing: Jan 18 2025 11:02:05
Module start 'layout'
Timing: Jan 18 2025 11:02:05
Module start 'content'
Timing: Jan 18 2025 11:02:06
Module end 'content'
Timing: Jan 18 2025 11:02:06
Script end

Main resources:

Total runtime1.7854 sec
Peak memory usage4,096.0000 KB
Database Queries70

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0091 587.9219152.6250
Module start 'layout' 0.00920.0059 740.546939.4453
Module start 'content' 0.01511.7687 779.9922645.0156
Module end 'content' 1.78380.0016 1,425.007816.1641
Script end 1.7854  1,441.1719 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.2038160.0002
Check MTime0.00150.0824160.0001
Mysql Total
Database connection0.00250.138910.0025
Mysqli_queries1.711395.8485700.0244
Looping result0.00120.0651680.0000
Template Total1.737897.320.8689
Template load0.00210.116220.0010
Template processing1.735797.214420.8678
Template load and register function0.00030.014610.0003
states
state_id_array0.00130.075110.0013
state_identifier_array0.00170.097520.0009
Override
Cache load0.00170.0951340.0000
Sytem overhead
Fetch class attribute can translate value0.00090.052740.0002
Fetch class attribute name0.00150.086780.0002
XML
Image XML parsing0.00310.172340.0008
class_abstraction
Instantiating content class attribute0.00000.000980.0000
General
dbfile0.00130.0742220.0001
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 26
 Number of unique templates used: 7

Time used to render debug report: 0.0003 secs