Il martedì 15 gennaio 2008, [EMAIL PROTECTED] ha scritto: > Hi, i'm working with pmapper3.2beta4 and i'm using postgis; > i have a problem to use search.xml with > "type=suggest/option", i wrote in search.xml: > > "<searchitem name="civici" description="civici_pg"> > <layer type="postgis" name="civici"> > <field type="s" name="descvia" description="via" > wildcard="2"> > <definition type="suggest" connectiontype="db" > sort="asc" minlength="1" dependfld="descvia"/> > </field> > </layer> > </searchitem>" > > When i make the search i have this error: > "Warning: Suggest::require_once(DB.php) > [function.Suggest-require-once]: failed to open stream: No > such file or directory in > C:\ms4w\apps\pmapper\pmapper-3.2.beta4\incphp\query\suggest.php > on line 126" > Anybody could help me?? > > thanks all!! > marco > >
This error seems not related to p.mapper. Please check your PEAR installation. As the message says, DB.php was not found. DB.php is part of PEAR DB abstraction layer. HIH -- Alessandro Pasotti itOpen - "Open Solutions for the Net Age" w3: www.itopen.it Linux User# 167502 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
