Hi,
I am using  Plugin digitize point with 

$dsn        =
'pgsql://postgres:postgres@localhost:5432/template_postgis_20';
$db_table   = 'tbl_utility';       // Table name.
$pkey       = 'gid';              // Table's primary key.
$the_geom   = 'geom';        // Table's geometry field, type POINT.
$srid_geom  = 4326;              // SRID of the geometry.
$srid_map   = 3035;              // SRID of the map (clicked screen point).
$tolerance  = 500;               // Distance in meteres to pick existing
point for editing.
$hide_fields = array('gid');      // Table fields not displayed in the edit
form.

parameters in include_conf.php file.

i don't know two parameters $srid_geom and $srid_map what for. i installed
Pear and DB package. and i got "MDB2 Error: unknown error" error msg.

and i got this log in error.log file

[Tue Mar 05 12:20:28 2013] [error] [client 127.0.0.1] PHP Warning:  PHP
Startup: Unable to load dynamic library
'C:/ms4w/Apache/php/ext/php_pdo_pgsql.dll' - The specified module could not
be found.\r, referer: http://localhost/newbrt/map_default.phtml
[Tue Mar 05 12:20:28 2013] [error] [client 127.0.0.1]  in Unknown on line 0,
referer: http://localhost/newbrt/map_default.phtml
[Tue Mar 05 12:20:28 2013] [error] [client 127.0.0.1] PHP Warning:  PHP
Startup: Unable to load dynamic library
'C:/ms4w/Apache/php/ext/php_pgsql.dll' - The specified module could not be
found.\r, referer: http://localhost/newbrt/map_default.phtml
[Tue Mar 05 12:20:28 2013] [error] [client 127.0.0.1]  in Unknown on line 0,
referer: http://localhost/newbrt/map_default.phtml
[Tue Mar 05 12:20:28 2013] [error] [client 127.0.0.1] PHP Warning:  PHP
Startup: Unable to load dynamic library
'C:/ms4w/Apache/php/ext/php_pdo_pgsql.dll' - The specified module could not
be found.\r, referer: http://localhost/newbrt/map_default.phtml
[Tue Mar 05 12:20:28 2013] [error] [client 127.0.0.1]  in Unknown on line 0,
referer: http://localhost/newbrt/map_default.phtml
[Tue Mar 05 12:20:28 2013] [error] [client 127.0.0.1] PHP Warning:  PHP
Startup: Unable to load dynamic library
'C:/ms4w/Apache/php/ext/php_pgsql.dll' - The specified module could not be
found.\r, referer: http://localhost/newbrt/map_default.phtml
[Tue Mar 05 12:20:28 2013] [error] [client 127.0.0.1]  in Unknown on line 0,
referer: http://localhost/newbrt/map_default.phtml


plz hlep me..
thanx.

Suman.




--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Plugin-digitize-point-tp4024902p4025083.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to