|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
PEAR installationHello.
I installed cartoweb 3.4 on CentOS machine and I had no problem. Now, I am installing cartoweb on Debian Etch. I used the same go-pear.php script to install PEAR modules and I modifed php.ini in order to use them ("include_directory"...). The problem is that my cartoweb proj doesn't able to read and use PEAR module (I think)...but it is strange that auth plugin works fine (it uses PEAR to connect to my DB....) The error is : "Recenter Id canceled, unable to find selected Id"... How can I resolve the problem ? -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationare you sure the problem is linked to PEAR?
a "Recenter Id canceled, unable to find selected Id" is not the consequency of a database query, but of a mapserver query (queryByAttributes), which do not use PEAR. it means the id you requested was not found so it's linked to your data content. regards Oliver > Hello. > I installed cartoweb 3.4 on CentOS machine and I had no problem. > Now, I am installing cartoweb on Debian Etch. I used the same go-pear.php > script to install PEAR modules and I modifed php.ini in order to use them > ("include_directory"...). > The problem is that my cartoweb proj doesn't able to read and use PEAR > module (I think)...but it is strange that auth plugin works fine (it uses > PEAR to connect to my DB....) > The error is : > "Recenter Id canceled, unable to find selected Id"... > > > > How can I resolve the problem ? > > -- > Ing. Fabio D'Ovidio > > INOVA Open Solutions s.r.l. > Web : http://www.inovaos.it > Tel.: 081 197 57 600 > mail: fabiodovidio@... > > _______________________________________________ > Cartoweb-users mailing list > Cartoweb-users@... > http://lists.maptools.org/mailman/listinfo/cartoweb-users > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationMaybe the problem could be related to php_sqlite extension....
I didn't install it so now i'm trying ..... I'll send u the result Thanks -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... Oliver Christen ha scritto: > are you sure the problem is linked to PEAR? > a "Recenter Id canceled, unable to find selected Id" is not the > consequency of a database query, but of a mapserver query > (queryByAttributes), which do not use PEAR. > it means the id you requested was not found so it's linked to your > data content. > > regards > Oliver > >> Hello. >> I installed cartoweb 3.4 on CentOS machine and I had no problem. >> Now, I am installing cartoweb on Debian Etch. I used the same >> go-pear.php script to install PEAR modules and I modifed php.ini in >> order to use them ("include_directory"...). >> The problem is that my cartoweb proj doesn't able to read and use >> PEAR module (I think)...but it is strange that auth plugin works fine >> (it uses PEAR to connect to my DB....) >> The error is : >> "Recenter Id canceled, unable to find selected Id"... >> >> >> >> How can I resolve the problem ? >> >> -- >> Ing. Fabio D'Ovidio >> >> INOVA Open Solutions s.r.l. >> Web : http://www.inovaos.it >> Tel.: 081 197 57 600 >> mail: fabiodovidio@... >> >> _______________________________________________ >> Cartoweb-users mailing list >> Cartoweb-users@... >> http://lists.maptools.org/mailman/listinfo/cartoweb-users >> > > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationsqlite is only used by plugins (usualy the search plugin), not by core
functionalities. i would be more tempted to print out the raw mapserver query result directly from the queryLayerByAttributes function in ServerMapquery.php to get additional infos > Maybe the problem could be related to php_sqlite extension.... > I didn't install it so now i'm trying ..... > > I'll send u the result > > Thanks > > -- > Ing. Fabio D'Ovidio > > INOVA Open Solutions s.r.l. > Web : http://www.inovaos.it > Tel.: 081 197 57 600 > mail: fabiodovidio@... > > > Oliver Christen ha scritto: >> are you sure the problem is linked to PEAR? >> a "Recenter Id canceled, unable to find selected Id" is not the >> consequency of a database query, but of a mapserver query >> (queryByAttributes), which do not use PEAR. >> it means the id you requested was not found so it's linked to your data >> content. >> >> regards >> Oliver >> >>> Hello. >>> I installed cartoweb 3.4 on CentOS machine and I had no problem. >>> Now, I am installing cartoweb on Debian Etch. I used the same >>> go-pear.php script to install PEAR modules and I modifed php.ini in >>> order to use them ("include_directory"...). >>> The problem is that my cartoweb proj doesn't able to read and use PEAR >>> module (I think)...but it is strange that auth plugin works fine (it >>> uses PEAR to connect to my DB....) >>> The error is : >>> "Recenter Id canceled, unable to find selected Id"... >>> >>> >>> >>> How can I resolve the problem ? >>> >>> -- >>> Ing. Fabio D'Ovidio >>> >>> INOVA Open Solutions s.r.l. >>> Web : http://www.inovaos.it >>> Tel.: 081 197 57 600 >>> mail: fabiodovidio@... >>> >>> _______________________________________________ >>> Cartoweb-users mailing list >>> Cartoweb-users@... >>> http://lists.maptools.org/mailman/listinfo/cartoweb-users >>> >> >> > > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationOliver Christen ha scritto: > sqlite is only used by plugins (usualy the search plugin), not by core > functionalities. in fact this functionality is in my own plugin.... the problem is that it works fine on CentOS > i would be more tempted to print out the raw mapserver query result > directly from the queryLayerByAttributes function in > ServerMapquery.php to get additional infos I'll try .... > > > >> Maybe the problem could be related to php_sqlite extension.... >> I didn't install it so now i'm trying ..... >> >> I'll send u the result >> >> Thanks >> >> -- >> Ing. Fabio D'Ovidio >> >> INOVA Open Solutions s.r.l. >> Web : http://www.inovaos.it >> Tel.: 081 197 57 600 >> mail: fabiodovidio@... >> >> >> Oliver Christen ha scritto: >>> are you sure the problem is linked to PEAR? >>> a "Recenter Id canceled, unable to find selected Id" is not the >>> consequency of a database query, but of a mapserver query >>> (queryByAttributes), which do not use PEAR. >>> it means the id you requested was not found so it's linked to your >>> data content. >>> >>> regards >>> Oliver >>> >>>> Hello. >>>> I installed cartoweb 3.4 on CentOS machine and I had no problem. >>>> Now, I am installing cartoweb on Debian Etch. I used the same >>>> go-pear.php script to install PEAR modules and I modifed php.ini in >>>> order to use them ("include_directory"...). >>>> The problem is that my cartoweb proj doesn't able to read and use >>>> PEAR module (I think)...but it is strange that auth plugin works >>>> fine (it uses PEAR to connect to my DB....) >>>> The error is : >>>> "Recenter Id canceled, unable to find selected Id"... >>>> >>>> >>>> >>>> How can I resolve the problem ? >>>> >>>> -- >>>> Ing. Fabio D'Ovidio >>>> >>>> INOVA Open Solutions s.r.l. >>>> Web : http://www.inovaos.it >>>> Tel.: 081 197 57 600 >>>> mail: fabiodovidio@... >>>> >>>> _______________________________________________ >>>> Cartoweb-users mailing list >>>> Cartoweb-users@... >>>> http://lists.maptools.org/mailman/listinfo/cartoweb-users >>>> >>> >>> >> >> > > -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationOliver, if I test on demoCW3 project I have the following error:
but I installed both php5-sqlite3, pecl install pdo_sqlite, pdo_pgsql how can I do ? SoapFaultWrapper<br />Message : Error [2, dl() [<a href='function .dl'>function.dl</a>]: Unable to load dynamic library '/usr/lib/php5/20060613/php_sqlite.so' - /usr/lib /php5/20060613/php_sqlite.so: cannot open shared object file: No such file or directory, /usr/share/php /PEAR.php, 753] Backtrace: file: UNKNOWN - UNKNOWN call: Common::cartowebErrorHandler(2, "dl() [<a href='function.dl'>function.dl</a>]: Unable to load dyn ...", "/usr/share/php/PEAR.php", 753, Array(3)) file: 753 - /usr/share/php/PEAR.php call: dl("php_sqlite.so") file: 198 - /usr/share/php/DB/sqlite.php call: PEAR->loadExtension("sqlite") file: 556 - /usr/share/php/DB.php call: DB_sqlite->connect(Array(9), False) file: 192 - /var/www/cartoweb3/common/Utils.php call: DB::connect("sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...", Array(0)) file: 301 - /var/www/cartoweb3/plugins/search/common/Search.php call: Utils::getDb(Null, "sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...") file: 82 - /var/www/cartoweb3/plugins/search/server/ServerSearch.php call: DbResultProvider->getResult(Object(SearchRequest)) file: 74 - /var/www/cartoweb3/server/ServerPluginHelper.php call: ServerSearch->handlePreDrawing(Object(SearchRequest)) file: 132 - /var/www/cartoweb3/server/ServerPluginHelper.php call: ServerPluginHelper->callHandleFunction(Object(ServerSearch), "handlePreDrawing") file: UNKNOWN - UNKNOWN call: ClientResponderHelper->handlePreDrawingHelper(Object(ServerSearch)) file: 267 - /var/www/cartoweb3/common/PluginManager.php call: call_user_func_array(Array(2), Array(1)) file: 285 - /var/www/cartoweb3/common/PluginManager.php call: PluginManager->callPluginImplementing(Object(ServerSearch), "ClientResponder", "handlePreDrawing" , Array(0)) file: 301 - /var/www/cartoweb3/server/Cartoserver.php call: PluginManager->callPluginsImplementing("ClientResponder", "handlePreDrawing") file: 349 - /var/www/cartoweb3/server/Cartoserver.php call: Cartoserver->doGetMap(Object(MapRequest)) file: 370 - /var/www/cartoweb3/server/Cartoserver.php call: Cartoserver->callWithExceptionCheck("doGetMap", Object(MapRequest)) file: 76 - /var/www/cartoweb3/server/MapResultCache.php call: Cartoserver->cacheGetMap(Object(MapRequest)) file: 184 - /var/www/cartoweb3/server/MapResultCache.php call: MapResultCache->getMapResultFromServer(Object(MapRequest)) file: 380 - /var/www/cartoweb3/server/Cartoserver.php call: MapResultCache->getMap(Object(MapRequest)) file: 104 - /var/www/cartoweb3/client/CartoserverService.php call: Cartoserver->getMap(Object(MapRequest)) file: 165 - /var/www/cartoweb3/client/CartoserverService.php call: CartoserverService->callDirect("getMap", Object(MapRequest)) file: 233 - /var/www/cartoweb3/client/CartoserverService.php call: CartoserverService->callFunction("getMap", Object(MapRequest)) file: 948 - /var/www/cartoweb3/client/Cartoclient.php call: CartoserverService->getMap(Object(MapRequest)) file: 1086 - /var/www/cartoweb3/client/Cartoclient.php call: Cartoclient->getMapResultFromRequest(Object(MapRequest)) file: 1261 - /var/www/cartoweb3/client/Cartoclient.php call: Cartoclient->doMain() file: 33 - /var/www/cartoweb3/htdocs/client.php call: Cartoclient->main() file: 3 - /var/www/cartoweb3/htdocs/demoCW3.php call: require_once("/var/www/cartoweb3/htdocs/client.php") Oliver Christen ha scritto: > sqlite is only used by plugins (usualy the search plugin), not by core > functionalities. > i would be more tempted to print out the raw mapserver query result > directly from the queryLayerByAttributes function in > ServerMapquery.php to get additional infos > > > >> Maybe the problem could be related to php_sqlite extension.... >> I didn't install it so now i'm trying ..... >> >> I'll send u the result >> >> Thanks >> >> -- >> Ing. Fabio D'Ovidio >> >> INOVA Open Solutions s.r.l. >> Web : http://www.inovaos.it >> Tel.: 081 197 57 600 >> mail: fabiodovidio@... >> >> >> Oliver Christen ha scritto: >>> are you sure the problem is linked to PEAR? >>> a "Recenter Id canceled, unable to find selected Id" is not the >>> consequency of a database query, but of a mapserver query >>> (queryByAttributes), which do not use PEAR. >>> it means the id you requested was not found so it's linked to your >>> data content. >>> >>> regards >>> Oliver >>> >>>> Hello. >>>> I installed cartoweb 3.4 on CentOS machine and I had no problem. >>>> Now, I am installing cartoweb on Debian Etch. I used the same >>>> go-pear.php script to install PEAR modules and I modifed php.ini in >>>> order to use them ("include_directory"...). >>>> The problem is that my cartoweb proj doesn't able to read and use >>>> PEAR module (I think)...but it is strange that auth plugin works >>>> fine (it uses PEAR to connect to my DB....) >>>> The error is : >>>> "Recenter Id canceled, unable to find selected Id"... >>>> >>>> >>>> >>>> How can I resolve the problem ? >>>> >>>> -- >>>> Ing. Fabio D'Ovidio >>>> >>>> INOVA Open Solutions s.r.l. >>>> Web : http://www.inovaos.it >>>> Tel.: 081 197 57 600 >>>> mail: fabiodovidio@... >>>> >>>> _______________________________________________ >>>> Cartoweb-users mailing list >>>> Cartoweb-users@... >>>> http://lists.maptools.org/mailman/listinfo/cartoweb-users >>>> >>> >>> >> >> > > -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationwhats the path to your php_sqlite.so ?
> Oliver, if I test on demoCW3 project I have the following error: > but I installed both php5-sqlite3, pecl install pdo_sqlite, pdo_pgsql > > how can I do ? > > SoapFaultWrapper<br />Message : Error [2, dl() [<a href='function > > .dl'>function.dl</a>]: Unable to load dynamic library > '/usr/lib/php5/20060613/php_sqlite.so' - /usr/lib > > /php5/20060613/php_sqlite.so: cannot open shared object file: No such file > or directory, /usr/share/php > > /PEAR.php, 753] > > Backtrace: > > file: UNKNOWN - UNKNOWN > > call: Common::cartowebErrorHandler(2, "dl() [<a > href='function.dl'>function.dl</a>]: Unable to load dyn > > ...", "/usr/share/php/PEAR.php", 753, Array(3)) > > file: 753 - /usr/share/php/PEAR.php > > call: dl("php_sqlite.so") > > file: 198 - /usr/share/php/DB/sqlite.php > > call: PEAR->loadExtension("sqlite") > > file: 556 - /usr/share/php/DB.php > > call: DB_sqlite->connect(Array(9), False) > > file: 192 - /var/www/cartoweb3/common/Utils.php > > call: > DB::connect("sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...", > Array(0)) > > file: 301 - /var/www/cartoweb3/plugins/search/common/Search.php > > call: Utils::getDb(Null, > "sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...") > > file: 82 - /var/www/cartoweb3/plugins/search/server/ServerSearch.php > > call: DbResultProvider->getResult(Object(SearchRequest)) > > file: 74 - /var/www/cartoweb3/server/ServerPluginHelper.php > > call: ServerSearch->handlePreDrawing(Object(SearchRequest)) > > file: 132 - /var/www/cartoweb3/server/ServerPluginHelper.php > > call: ServerPluginHelper->callHandleFunction(Object(ServerSearch), > "handlePreDrawing") > > file: UNKNOWN - UNKNOWN > > call: ClientResponderHelper->handlePreDrawingHelper(Object(ServerSearch)) > > file: 267 - /var/www/cartoweb3/common/PluginManager.php > > call: call_user_func_array(Array(2), Array(1)) > > file: 285 - /var/www/cartoweb3/common/PluginManager.php > > call: PluginManager->callPluginImplementing(Object(ServerSearch), > "ClientResponder", "handlePreDrawing" > > , Array(0)) > > file: 301 - /var/www/cartoweb3/server/Cartoserver.php > > call: PluginManager->callPluginsImplementing("ClientResponder", > "handlePreDrawing") > > file: 349 - /var/www/cartoweb3/server/Cartoserver.php > > call: Cartoserver->doGetMap(Object(MapRequest)) > > file: 370 - /var/www/cartoweb3/server/Cartoserver.php > > call: Cartoserver->callWithExceptionCheck("doGetMap", Object(MapRequest)) > > file: 76 - /var/www/cartoweb3/server/MapResultCache.php > > call: Cartoserver->cacheGetMap(Object(MapRequest)) > > file: 184 - /var/www/cartoweb3/server/MapResultCache.php > > call: MapResultCache->getMapResultFromServer(Object(MapRequest)) > > file: 380 - /var/www/cartoweb3/server/Cartoserver.php > > call: MapResultCache->getMap(Object(MapRequest)) > > file: 104 - /var/www/cartoweb3/client/CartoserverService.php > > call: Cartoserver->getMap(Object(MapRequest)) > > file: 165 - /var/www/cartoweb3/client/CartoserverService.php > > call: CartoserverService->callDirect("getMap", Object(MapRequest)) > > file: 233 - /var/www/cartoweb3/client/CartoserverService.php > > call: CartoserverService->callFunction("getMap", Object(MapRequest)) > > file: 948 - /var/www/cartoweb3/client/Cartoclient.php > > call: CartoserverService->getMap(Object(MapRequest)) > > file: 1086 - /var/www/cartoweb3/client/Cartoclient.php > > call: Cartoclient->getMapResultFromRequest(Object(MapRequest)) > > file: 1261 - /var/www/cartoweb3/client/Cartoclient.php > > call: Cartoclient->doMain() > > file: 33 - /var/www/cartoweb3/htdocs/client.php > > call: Cartoclient->main() > > file: 3 - /var/www/cartoweb3/htdocs/demoCW3.php > > call: require_once("/var/www/cartoweb3/htdocs/client.php") > > > > Oliver Christen ha scritto: >> sqlite is only used by plugins (usualy the search plugin), not by core >> functionalities. >> i would be more tempted to print out the raw mapserver query result >> directly from the queryLayerByAttributes function in ServerMapquery.php >> to get additional infos >> >> >> >>> Maybe the problem could be related to php_sqlite extension.... >>> I didn't install it so now i'm trying ..... >>> >>> I'll send u the result >>> >>> Thanks >>> >>> -- >>> Ing. Fabio D'Ovidio >>> >>> INOVA Open Solutions s.r.l. >>> Web : http://www.inovaos.it >>> Tel.: 081 197 57 600 >>> mail: fabiodovidio@... >>> >>> >>> Oliver Christen ha scritto: >>>> are you sure the problem is linked to PEAR? >>>> a "Recenter Id canceled, unable to find selected Id" is not the >>>> consequency of a database query, but of a mapserver query >>>> (queryByAttributes), which do not use PEAR. >>>> it means the id you requested was not found so it's linked to your data >>>> content. >>>> >>>> regards >>>> Oliver >>>> >>>>> Hello. >>>>> I installed cartoweb 3.4 on CentOS machine and I had no problem. >>>>> Now, I am installing cartoweb on Debian Etch. I used the same >>>>> go-pear.php script to install PEAR modules and I modifed php.ini in >>>>> order to use them ("include_directory"...). >>>>> The problem is that my cartoweb proj doesn't able to read and use PEAR >>>>> module (I think)...but it is strange that auth plugin works fine (it >>>>> uses PEAR to connect to my DB....) >>>>> The error is : >>>>> "Recenter Id canceled, unable to find selected Id"... >>>>> >>>>> >>>>> >>>>> How can I resolve the problem ? >>>>> >>>>> -- >>>>> Ing. Fabio D'Ovidio >>>>> >>>>> INOVA Open Solutions s.r.l. >>>>> Web : http://www.inovaos.it >>>>> Tel.: 081 197 57 600 >>>>> mail: fabiodovidio@... >>>>> >>>>> _______________________________________________ >>>>> Cartoweb-users mailing list >>>>> Cartoweb-users@... >>>>> http://lists.maptools.org/mailman/listinfo/cartoweb-users >>>>> >>>> >>>> >>> >>> >> >> > > -- > Ing. Fabio D'Ovidio > > INOVA Open Solutions s.r.l. > Web : http://www.inovaos.it > Tel.: 081 197 57 600 > mail: fabiodovidio@... > > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationI have this one:
/usr/lib/php5/20060613/sqlite.so could I make a ln to php_sqlite.so ? Oliver Christen ha scritto: > whats the path to your php_sqlite.so ? > > > >> Oliver, if I test on demoCW3 project I have the following error: >> but I installed both php5-sqlite3, pecl install pdo_sqlite, pdo_pgsql >> >> how can I do ? >> >> SoapFaultWrapper<br />Message : Error [2, dl() [<a href='function >> >> .dl'>function.dl</a>]: Unable to load dynamic library >> '/usr/lib/php5/20060613/php_sqlite.so' - /usr/lib >> >> /php5/20060613/php_sqlite.so: cannot open shared object file: No such >> file or directory, /usr/share/php >> >> /PEAR.php, 753] >> >> Backtrace: >> >> file: UNKNOWN - UNKNOWN >> >> call: Common::cartowebErrorHandler(2, "dl() [<a >> href='function.dl'>function.dl</a>]: Unable to load dyn >> >> ...", "/usr/share/php/PEAR.php", 753, Array(3)) >> >> file: 753 - /usr/share/php/PEAR.php >> >> call: dl("php_sqlite.so") >> >> file: 198 - /usr/share/php/DB/sqlite.php >> >> call: PEAR->loadExtension("sqlite") >> >> file: 556 - /usr/share/php/DB.php >> >> call: DB_sqlite->connect(Array(9), False) >> >> file: 192 - /var/www/cartoweb3/common/Utils.php >> >> call: >> DB::connect("sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...", >> Array(0)) >> >> file: 301 - /var/www/cartoweb3/plugins/search/common/Search.php >> >> call: Utils::getDb(Null, >> "sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...") >> >> file: 82 - /var/www/cartoweb3/plugins/search/server/ServerSearch.php >> >> call: DbResultProvider->getResult(Object(SearchRequest)) >> >> file: 74 - /var/www/cartoweb3/server/ServerPluginHelper.php >> >> call: ServerSearch->handlePreDrawing(Object(SearchRequest)) >> >> file: 132 - /var/www/cartoweb3/server/ServerPluginHelper.php >> >> call: ServerPluginHelper->callHandleFunction(Object(ServerSearch), >> "handlePreDrawing") >> >> file: UNKNOWN - UNKNOWN >> >> call: >> ClientResponderHelper->handlePreDrawingHelper(Object(ServerSearch)) >> >> file: 267 - /var/www/cartoweb3/common/PluginManager.php >> >> call: call_user_func_array(Array(2), Array(1)) >> >> file: 285 - /var/www/cartoweb3/common/PluginManager.php >> >> call: PluginManager->callPluginImplementing(Object(ServerSearch), >> "ClientResponder", "handlePreDrawing" >> >> , Array(0)) >> >> file: 301 - /var/www/cartoweb3/server/Cartoserver.php >> >> call: PluginManager->callPluginsImplementing("ClientResponder", >> "handlePreDrawing") >> >> file: 349 - /var/www/cartoweb3/server/Cartoserver.php >> >> call: Cartoserver->doGetMap(Object(MapRequest)) >> >> file: 370 - /var/www/cartoweb3/server/Cartoserver.php >> >> call: Cartoserver->callWithExceptionCheck("doGetMap", >> Object(MapRequest)) >> >> file: 76 - /var/www/cartoweb3/server/MapResultCache.php >> >> call: Cartoserver->cacheGetMap(Object(MapRequest)) >> >> file: 184 - /var/www/cartoweb3/server/MapResultCache.php >> >> call: MapResultCache->getMapResultFromServer(Object(MapRequest)) >> >> file: 380 - /var/www/cartoweb3/server/Cartoserver.php >> >> call: MapResultCache->getMap(Object(MapRequest)) >> >> file: 104 - /var/www/cartoweb3/client/CartoserverService.php >> >> call: Cartoserver->getMap(Object(MapRequest)) >> >> file: 165 - /var/www/cartoweb3/client/CartoserverService.php >> >> call: CartoserverService->callDirect("getMap", Object(MapRequest)) >> >> file: 233 - /var/www/cartoweb3/client/CartoserverService.php >> >> call: CartoserverService->callFunction("getMap", Object(MapRequest)) >> >> file: 948 - /var/www/cartoweb3/client/Cartoclient.php >> >> call: CartoserverService->getMap(Object(MapRequest)) >> >> file: 1086 - /var/www/cartoweb3/client/Cartoclient.php >> >> call: Cartoclient->getMapResultFromRequest(Object(MapRequest)) >> >> file: 1261 - /var/www/cartoweb3/client/Cartoclient.php >> >> call: Cartoclient->doMain() >> >> file: 33 - /var/www/cartoweb3/htdocs/client.php >> >> call: Cartoclient->main() >> >> file: 3 - /var/www/cartoweb3/htdocs/demoCW3.php >> >> call: require_once("/var/www/cartoweb3/htdocs/client.php") >> >> >> >> Oliver Christen ha scritto: >>> sqlite is only used by plugins (usualy the search plugin), not by >>> core functionalities. >>> i would be more tempted to print out the raw mapserver query result >>> directly from the queryLayerByAttributes function in >>> ServerMapquery.php to get additional infos >>> >>> >>> >>>> Maybe the problem could be related to php_sqlite extension.... >>>> I didn't install it so now i'm trying ..... >>>> >>>> I'll send u the result >>>> >>>> Thanks >>>> >>>> -- >>>> Ing. Fabio D'Ovidio >>>> >>>> INOVA Open Solutions s.r.l. >>>> Web : http://www.inovaos.it >>>> Tel.: 081 197 57 600 >>>> mail: fabiodovidio@... >>>> >>>> >>>> Oliver Christen ha scritto: >>>>> are you sure the problem is linked to PEAR? >>>>> a "Recenter Id canceled, unable to find selected Id" is not the >>>>> consequency of a database query, but of a mapserver query >>>>> (queryByAttributes), which do not use PEAR. >>>>> it means the id you requested was not found so it's linked to your >>>>> data content. >>>>> >>>>> regards >>>>> Oliver >>>>> >>>>>> Hello. >>>>>> I installed cartoweb 3.4 on CentOS machine and I had no problem. >>>>>> Now, I am installing cartoweb on Debian Etch. I used the same >>>>>> go-pear.php script to install PEAR modules and I modifed php.ini >>>>>> in order to use them ("include_directory"...). >>>>>> The problem is that my cartoweb proj doesn't able to read and use >>>>>> PEAR module (I think)...but it is strange that auth plugin works >>>>>> fine (it uses PEAR to connect to my DB....) >>>>>> The error is : >>>>>> "Recenter Id canceled, unable to find selected Id"... >>>>>> >>>>>> >>>>>> >>>>>> How can I resolve the problem ? >>>>>> >>>>>> -- >>>>>> Ing. Fabio D'Ovidio >>>>>> >>>>>> INOVA Open Solutions s.r.l. >>>>>> Web : http://www.inovaos.it >>>>>> Tel.: 081 197 57 600 >>>>>> mail: fabiodovidio@... >>>>>> >>>>>> _______________________________________________ >>>>>> Cartoweb-users mailing list >>>>>> Cartoweb-users@... >>>>>> http://lists.maptools.org/mailman/listinfo/cartoweb-users >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> -- >> Ing. Fabio D'Ovidio >> >> INOVA Open Solutions s.r.l. >> Web : http://www.inovaos.it >> Tel.: 081 197 57 600 >> mail: fabiodovidio@... >> >> > > -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationwell, that would make sens.
it seems pear try to load all lib as 'php_'xxxx. I wonder why you have a sqlite.so and not php_sqlite.so how did you install the sqlite library ? >I have this one: > /usr/lib/php5/20060613/sqlite.so > > could I make a ln to php_sqlite.so ? > > Oliver Christen ha scritto: >> whats the path to your php_sqlite.so ? >> >> >> >>> Oliver, if I test on demoCW3 project I have the following error: >>> but I installed both php5-sqlite3, pecl install pdo_sqlite, pdo_pgsql >>> >>> how can I do ? >>> >>> SoapFaultWrapper<br />Message : Error [2, dl() [<a href='function >>> >>> .dl'>function.dl</a>]: Unable to load dynamic library >>> '/usr/lib/php5/20060613/php_sqlite.so' - /usr/lib >>> >>> /php5/20060613/php_sqlite.so: cannot open shared object file: No such >>> file or directory, /usr/share/php >>> >>> /PEAR.php, 753] >>> >>> Backtrace: >>> >>> file: UNKNOWN - UNKNOWN >>> >>> call: Common::cartowebErrorHandler(2, "dl() [<a >>> href='function.dl'>function.dl</a>]: Unable to load dyn >>> >>> ...", "/usr/share/php/PEAR.php", 753, Array(3)) >>> >>> file: 753 - /usr/share/php/PEAR.php >>> >>> call: dl("php_sqlite.so") >>> >>> file: 198 - /usr/share/php/DB/sqlite.php >>> >>> call: PEAR->loadExtension("sqlite") >>> >>> file: 556 - /usr/share/php/DB.php >>> >>> call: DB_sqlite->connect(Array(9), False) >>> >>> file: 192 - /var/www/cartoweb3/common/Utils.php >>> >>> call: >>> DB::connect("sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...", >>> Array(0)) >>> >>> file: 301 - /var/www/cartoweb3/plugins/search/common/Search.php >>> >>> call: Utils::getDb(Null, >>> "sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...") >>> >>> file: 82 - /var/www/cartoweb3/plugins/search/server/ServerSearch.php >>> >>> call: DbResultProvider->getResult(Object(SearchRequest)) >>> >>> file: 74 - /var/www/cartoweb3/server/ServerPluginHelper.php >>> >>> call: ServerSearch->handlePreDrawing(Object(SearchRequest)) >>> >>> file: 132 - /var/www/cartoweb3/server/ServerPluginHelper.php >>> >>> call: ServerPluginHelper->callHandleFunction(Object(ServerSearch), >>> "handlePreDrawing") >>> >>> file: UNKNOWN - UNKNOWN >>> >>> call: >>> ClientResponderHelper->handlePreDrawingHelper(Object(ServerSearch)) >>> >>> file: 267 - /var/www/cartoweb3/common/PluginManager.php >>> >>> call: call_user_func_array(Array(2), Array(1)) >>> >>> file: 285 - /var/www/cartoweb3/common/PluginManager.php >>> >>> call: PluginManager->callPluginImplementing(Object(ServerSearch), >>> "ClientResponder", "handlePreDrawing" >>> >>> , Array(0)) >>> >>> file: 301 - /var/www/cartoweb3/server/Cartoserver.php >>> >>> call: PluginManager->callPluginsImplementing("ClientResponder", >>> "handlePreDrawing") >>> >>> file: 349 - /var/www/cartoweb3/server/Cartoserver.php >>> >>> call: Cartoserver->doGetMap(Object(MapRequest)) >>> >>> file: 370 - /var/www/cartoweb3/server/Cartoserver.php >>> >>> call: Cartoserver->callWithExceptionCheck("doGetMap", >>> Object(MapRequest)) >>> >>> file: 76 - /var/www/cartoweb3/server/MapResultCache.php >>> >>> call: Cartoserver->cacheGetMap(Object(MapRequest)) >>> >>> file: 184 - /var/www/cartoweb3/server/MapResultCache.php >>> >>> call: MapResultCache->getMapResultFromServer(Object(MapRequest)) >>> >>> file: 380 - /var/www/cartoweb3/server/Cartoserver.php >>> >>> call: MapResultCache->getMap(Object(MapRequest)) >>> >>> file: 104 - /var/www/cartoweb3/client/CartoserverService.php >>> >>> call: Cartoserver->getMap(Object(MapRequest)) >>> >>> file: 165 - /var/www/cartoweb3/client/CartoserverService.php >>> >>> call: CartoserverService->callDirect("getMap", Object(MapRequest)) >>> >>> file: 233 - /var/www/cartoweb3/client/CartoserverService.php >>> >>> call: CartoserverService->callFunction("getMap", Object(MapRequest)) >>> >>> file: 948 - /var/www/cartoweb3/client/Cartoclient.php >>> >>> call: CartoserverService->getMap(Object(MapRequest)) >>> >>> file: 1086 - /var/www/cartoweb3/client/Cartoclient.php >>> >>> call: Cartoclient->getMapResultFromRequest(Object(MapRequest)) >>> >>> file: 1261 - /var/www/cartoweb3/client/Cartoclient.php >>> >>> call: Cartoclient->doMain() >>> >>> file: 33 - /var/www/cartoweb3/htdocs/client.php >>> >>> call: Cartoclient->main() >>> >>> file: 3 - /var/www/cartoweb3/htdocs/demoCW3.php >>> >>> call: require_once("/var/www/cartoweb3/htdocs/client.php") >>> >>> >>> >>> Oliver Christen ha scritto: >>>> sqlite is only used by plugins (usualy the search plugin), not by core >>>> functionalities. >>>> i would be more tempted to print out the raw mapserver query result >>>> directly from the queryLayerByAttributes function in ServerMapquery.php >>>> to get additional infos >>>> >>>> >>>> >>>>> Maybe the problem could be related to php_sqlite extension.... >>>>> I didn't install it so now i'm trying ..... >>>>> >>>>> I'll send u the result >>>>> >>>>> Thanks >>>>> >>>>> -- >>>>> Ing. Fabio D'Ovidio >>>>> >>>>> INOVA Open Solutions s.r.l. >>>>> Web : http://www.inovaos.it >>>>> Tel.: 081 197 57 600 >>>>> mail: fabiodovidio@... >>>>> >>>>> >>>>> Oliver Christen ha scritto: >>>>>> are you sure the problem is linked to PEAR? >>>>>> a "Recenter Id canceled, unable to find selected Id" is not the >>>>>> consequency of a database query, but of a mapserver query >>>>>> (queryByAttributes), which do not use PEAR. >>>>>> it means the id you requested was not found so it's linked to your >>>>>> data content. >>>>>> >>>>>> regards >>>>>> Oliver >>>>>> >>>>>>> Hello. >>>>>>> I installed cartoweb 3.4 on CentOS machine and I had no problem. >>>>>>> Now, I am installing cartoweb on Debian Etch. I used the same >>>>>>> go-pear.php script to install PEAR modules and I modifed php.ini in >>>>>>> order to use them ("include_directory"...). >>>>>>> The problem is that my cartoweb proj doesn't able to read and use >>>>>>> PEAR module (I think)...but it is strange that auth plugin works >>>>>>> fine (it uses PEAR to connect to my DB....) >>>>>>> The error is : >>>>>>> "Recenter Id canceled, unable to find selected Id"... >>>>>>> >>>>>>> >>>>>>> >>>>>>> How can I resolve the problem ? >>>>>>> >>>>>>> -- >>>>>>> Ing. Fabio D'Ovidio >>>>>>> >>>>>>> INOVA Open Solutions s.r.l. >>>>>>> Web : http://www.inovaos.it >>>>>>> Tel.: 081 197 57 600 >>>>>>> mail: fabiodovidio@... >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Cartoweb-users mailing list >>>>>>> Cartoweb-users@... >>>>>>> http://lists.maptools.org/mailman/listinfo/cartoweb-users >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> -- >>> Ing. Fabio D'Ovidio >>> >>> INOVA Open Solutions s.r.l. >>> Web : http://www.inovaos.it >>> Tel.: 081 197 57 600 >>> mail: fabiodovidio@... >>> >>> >> >> > > -- > Ing. Fabio D'Ovidio > > INOVA Open Solutions s.r.l. > Web : http://www.inovaos.it > Tel.: 081 197 57 600 > mail: fabiodovidio@... > > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationOliver Christen ha scritto: > well, that would make sens. > > it seems pear try to load all lib as 'php_'xxxx. > I wonder why you have a sqlite.so and not php_sqlite.so > how did you install the sqlite library ? apt-get install php5-sqlite php5-sqlite3 than pecl install pdo pdo_pgsql pdo_sqlite I know I could install this packages also trought pear command line..... > > >> I have this one: >> /usr/lib/php5/20060613/sqlite.so >> >> could I make a ln to php_sqlite.so ? >> >> Oliver Christen ha scritto: >>> whats the path to your php_sqlite.so ? >>> >>> >>> >>>> Oliver, if I test on demoCW3 project I have the following error: >>>> but I installed both php5-sqlite3, pecl install pdo_sqlite, pdo_pgsql >>>> >>>> how can I do ? >>>> >>>> SoapFaultWrapper<br />Message : Error [2, dl() [<a href='function >>>> >>>> .dl'>function.dl</a>]: Unable to load dynamic library >>>> '/usr/lib/php5/20060613/php_sqlite.so' - /usr/lib >>>> >>>> /php5/20060613/php_sqlite.so: cannot open shared object file: No >>>> such file or directory, /usr/share/php >>>> >>>> /PEAR.php, 753] >>>> >>>> Backtrace: >>>> >>>> file: UNKNOWN - UNKNOWN >>>> >>>> call: Common::cartowebErrorHandler(2, "dl() [<a >>>> href='function.dl'>function.dl</a>]: Unable to load dyn >>>> >>>> ...", "/usr/share/php/PEAR.php", 753, Array(3)) >>>> >>>> file: 753 - /usr/share/php/PEAR.php >>>> >>>> call: dl("php_sqlite.so") >>>> >>>> file: 198 - /usr/share/php/DB/sqlite.php >>>> >>>> call: PEAR->loadExtension("sqlite") >>>> >>>> file: 556 - /usr/share/php/DB.php >>>> >>>> call: DB_sqlite->connect(Array(9), False) >>>> >>>> file: 192 - /var/www/cartoweb3/common/Utils.php >>>> >>>> call: >>>> DB::connect("sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...", >>>> Array(0)) >>>> >>>> file: 301 - /var/www/cartoweb3/plugins/search/common/Search.php >>>> >>>> call: Utils::getDb(Null, >>>> "sqlite:////var/www/cartoweb3/projects/demoCW3/server_conf/demoCW...") >>>> >>>> file: 82 - /var/www/cartoweb3/plugins/search/server/ServerSearch.php >>>> >>>> call: DbResultProvider->getResult(Object(SearchRequest)) >>>> >>>> file: 74 - /var/www/cartoweb3/server/ServerPluginHelper.php >>>> >>>> call: ServerSearch->handlePreDrawing(Object(SearchRequest)) >>>> >>>> file: 132 - /var/www/cartoweb3/server/ServerPluginHelper.php >>>> >>>> call: ServerPluginHelper->callHandleFunction(Object(ServerSearch), >>>> "handlePreDrawing") >>>> >>>> file: UNKNOWN - UNKNOWN >>>> >>>> call: >>>> ClientResponderHelper->handlePreDrawingHelper(Object(ServerSearch)) >>>> >>>> file: 267 - /var/www/cartoweb3/common/PluginManager.php >>>> >>>> call: call_user_func_array(Array(2), Array(1)) >>>> >>>> file: 285 - /var/www/cartoweb3/common/PluginManager.php >>>> >>>> call: PluginManager->callPluginImplementing(Object(ServerSearch), >>>> "ClientResponder", "handlePreDrawing" >>>> >>>> , Array(0)) >>>> >>>> file: 301 - /var/www/cartoweb3/server/Cartoserver.php >>>> >>>> call: PluginManager->callPluginsImplementing("ClientResponder", >>>> "handlePreDrawing") >>>> >>>> file: 349 - /var/www/cartoweb3/server/Cartoserver.php >>>> >>>> call: Cartoserver->doGetMap(Object(MapRequest)) >>>> >>>> file: 370 - /var/www/cartoweb3/server/Cartoserver.php >>>> >>>> call: Cartoserver->callWithExceptionCheck("doGetMap", >>>> Object(MapRequest)) >>>> >>>> file: 76 - /var/www/cartoweb3/server/MapResultCache.php >>>> >>>> call: Cartoserver->cacheGetMap(Object(MapRequest)) >>>> >>>> file: 184 - /var/www/cartoweb3/server/MapResultCache.php >>>> >>>> call: MapResultCache->getMapResultFromServer(Object(MapRequest)) >>>> >>>> file: 380 - /var/www/cartoweb3/server/Cartoserver.php >>>> >>>> call: MapResultCache->getMap(Object(MapRequest)) >>>> >>>> file: 104 - /var/www/cartoweb3/client/CartoserverService.php >>>> >>>> call: Cartoserver->getMap(Object(MapRequest)) >>>> >>>> file: 165 - /var/www/cartoweb3/client/CartoserverService.php >>>> >>>> call: CartoserverService->callDirect("getMap", Object(MapRequest)) >>>> >>>> file: 233 - /var/www/cartoweb3/client/CartoserverService.php >>>> >>>> call: CartoserverService->callFunction("getMap", Object(MapRequest)) >>>> >>>> file: 948 - /var/www/cartoweb3/client/Cartoclient.php >>>> >>>> call: CartoserverService->getMap(Object(MapRequest)) >>>> >>>> file: 1086 - /var/www/cartoweb3/client/Cartoclient.php >>>> >>>> call: Cartoclient->getMapResultFromRequest(Object(MapRequest)) >>>> >>>> file: 1261 - /var/www/cartoweb3/client/Cartoclient.php >>>> >>>> call: Cartoclient->doMain() >>>> >>>> file: 33 - /var/www/cartoweb3/htdocs/client.php >>>> >>>> call: Cartoclient->main() >>>> >>>> file: 3 - /var/www/cartoweb3/htdocs/demoCW3.php >>>> >>>> call: require_once("/var/www/cartoweb3/htdocs/client.php") >>>> >>>> >>>> >>>> Oliver Christen ha scritto: >>>>> sqlite is only used by plugins (usualy the search plugin), not by >>>>> core functionalities. >>>>> i would be more tempted to print out the raw mapserver query >>>>> result directly from the queryLayerByAttributes function in >>>>> ServerMapquery.php to get additional infos >>>>> >>>>> >>>>> >>>>>> Maybe the problem could be related to php_sqlite extension.... >>>>>> I didn't install it so now i'm trying ..... >>>>>> >>>>>> I'll send u the result >>>>>> >>>>>> Thanks >>>>>> >>>>>> -- >>>>>> Ing. Fabio D'Ovidio >>>>>> >>>>>> INOVA Open Solutions s.r.l. >>>>>> Web : http://www.inovaos.it >>>>>> Tel.: 081 197 57 600 >>>>>> mail: fabiodovidio@... >>>>>> >>>>>> >>>>>> Oliver Christen ha scritto: >>>>>>> are you sure the problem is linked to PEAR? >>>>>>> a "Recenter Id canceled, unable to find selected Id" is not the >>>>>>> consequency of a database query, but of a mapserver query >>>>>>> (queryByAttributes), which do not use PEAR. >>>>>>> it means the id you requested was not found so it's linked to >>>>>>> your data content. >>>>>>> >>>>>>> regards >>>>>>> Oliver >>>>>>> >>>>>>>> Hello. >>>>>>>> I installed cartoweb 3.4 on CentOS machine and I had no problem. >>>>>>>> Now, I am installing cartoweb on Debian Etch. I used the same >>>>>>>> go-pear.php script to install PEAR modules and I modifed >>>>>>>> php.ini in order to use them ("include_directory"...). >>>>>>>> The problem is that my cartoweb proj doesn't able to read and >>>>>>>> use PEAR module (I think)...but it is strange that auth plugin >>>>>>>> works fine (it uses PEAR to connect to my DB....) >>>>>>>> The error is : >>>>>>>> "Recenter Id canceled, unable to find selected Id"... >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> How can I resolve the problem ? >>>>>>>> >>>>>>>> -- >>>>>>>> Ing. Fabio D'Ovidio >>>>>>>> >>>>>>>> INOVA Open Solutions s.r.l. >>>>>>>> Web : http://www.inovaos.it >>>>>>>> Tel.: 081 197 57 600 >>>>>>>> mail: fabiodovidio@... >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Cartoweb-users mailing list >>>>>>>> Cartoweb-users@... >>>>>>>> http://lists.maptools.org/mailman/listinfo/cartoweb-users >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> -- >>>> Ing. Fabio D'Ovidio >>>> >>>> INOVA Open Solutions s.r.l. >>>> Web : http://www.inovaos.it >>>> Tel.: 081 197 57 600 >>>> mail: fabiodovidio@... >>>> >>>> >>> >>> >> >> -- >> Ing. Fabio D'Ovidio >> >> INOVA Open Solutions s.r.l. >> Web : http://www.inovaos.it >> Tel.: 081 197 57 600 >> mail: fabiodovidio@... >> >> > > -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installation>
> I know I could install this packages also trought pear command line..... > maybe thats why the name is different, PEAR may have expected you to install it via PEAR's command line. does it work now with a renamed .so ? _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationHey..
now I have purged from Debian sqlite, sqlite3, pdo, pdo_sqlite, pdo_pgsql Than I typed the following command: pear install sqlite and the error is "invalid or missing package file" so I tryed as following: pecl install sqlite and I have an error during compiling: "make failed" how ca n I do ? Thanks Oliver Christen ha scritto: >> >> I know I could install this packages also trought pear command line..... >> > > maybe thats why the name is different, PEAR may have expected you to > install it via PEAR's command line. > > does it work now with a renamed .so ? > -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationI installed sqlite from php-pecl. Its name is sqlite.so, i renamed it
with php_sqlite.so and.... cartoweb doesn't work for search function! How can I do ? Thanks. Oliver Christen ha scritto: >> >> I know I could install this packages also trought pear command line..... >> > > maybe thats why the name is different, PEAR may have expected you to > install it via PEAR's command line. > > does it work now with a renamed .so ? > -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationwhat error do you get ?
>I installed sqlite from php-pecl. Its name is sqlite.so, i renamed it with >php_sqlite.so and.... cartoweb doesn't work for search function! > > How can I do ? > > Thanks. > > Oliver Christen ha scritto: >>> >>> I know I could install this packages also trought pear command line..... >>> >> >> maybe thats why the name is different, PEAR may have expected you to >> install it via PEAR's command line. >> >> does it work now with a renamed .so ? >> > > -- > Ing. Fabio D'Ovidio > > INOVA Open Solutions s.r.l. > Web : http://www.inovaos.it > Tel.: 081 197 57 600 > mail: fabiodovidio@... > > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationHi Oliver.
I uninstalled from Debian sqlite, pdo_sqlite shared objs and I reinstalled them trought pear-pecl. The error is always the same when I use my plugin function from my cartoweb project: "Recenter Id canceled, unable to find selected Id" ...while if I test Search funtionality from demoCW3 project I have NO ERROR!! Before I reintsalled *.so the error for demoCW3 project was: "Can't able to find php_sqlite.so" (something like that....)... Thank you -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... Oliver Christen ha scritto: > what error do you get ? > > > >> I installed sqlite from php-pecl. Its name is sqlite.so, i renamed it >> with php_sqlite.so and.... cartoweb doesn't work for search function! >> >> How can I do ? >> >> Thanks. >> >> Oliver Christen ha scritto: >>>> >>>> I know I could install this packages also trought pear command >>>> line..... >>>> >>> >>> maybe thats why the name is different, PEAR may have expected you to >>> install it via PEAR's command line. >>> >>> does it work now with a renamed .so ? >>> >> >> -- >> Ing. Fabio D'Ovidio >> >> INOVA Open Solutions s.r.l. >> Web : http://www.inovaos.it >> Tel.: 081 197 57 600 >> mail: fabiodovidio@... >> >> > > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationHi
"Recenter Id canceled, unable to find selected Id" is NOT related to pear/pecl it's a DATA problem, mapserver returned NOTHING for the selected id. put some debug in ServerMapquery.php in function queryByIdSelection to see exactly what may be wrong. regards Oliver > Hi Oliver. > I uninstalled from Debian sqlite, pdo_sqlite shared objs and I reinstalled > them trought pear-pecl. > The error is always the same when I use my plugin function from my > cartoweb project: > > "Recenter Id canceled, unable to find selected Id" > > ...while if I test Search funtionality from demoCW3 project I have NO > ERROR!! Before I reintsalled *.so the error for demoCW3 project was: > > "Can't able to find php_sqlite.so" (something like that....)... > > Thank you > > -- > Ing. Fabio D'Ovidio > > INOVA Open Solutions s.r.l. > Web : http://www.inovaos.it > Tel.: 081 197 57 600 > mail: fabiodovidio@... > > > > > Oliver Christen ha scritto: >> what error do you get ? >> >> >> >>> I installed sqlite from php-pecl. Its name is sqlite.so, i renamed it >>> with php_sqlite.so and.... cartoweb doesn't work for search function! >>> >>> How can I do ? >>> >>> Thanks. >>> >>> Oliver Christen ha scritto: >>>>> >>>>> I know I could install this packages also trought pear command >>>>> line..... >>>>> >>>> >>>> maybe thats why the name is different, PEAR may have expected you to >>>> install it via PEAR's command line. >>>> >>>> does it work now with a renamed .so ? >>>> >>> >>> -- >>> Ing. Fabio D'Ovidio >>> >>> INOVA Open Solutions s.r.l. >>> Web : http://www.inovaos.it >>> Tel.: 081 197 57 600 >>> mail: fabiodovidio@... >>> >>> >> >> > > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationOliver,
thanks for your help. The problem is that demoCW3 project doesn't work. When I try to access the whole application (not only the search functionality) it remains blocked on: "POST http://my_server/cartoweb3/htdocs/demoCW3.php?ajaxActionRequest=Search.DoIt&" and I am not able to do nothing ! I'll send you some shell screenshots.... I have never installed php_sqlite.so because also from pear-pecl it names sqlite.so PS: my PEAR "include path" is : include_path.:/usr/share/php:/usr/share/pear geomarketing:/usr/lib/php5/20060613# ls -la totale 4576 drwxrwxrwx 2 root root 4096 2008-09-25 19:33 . drwxrwxrwx 5 root root 4096 2008-09-24 18:45 .. -rw-r--r-- 1 root root 59976 2008-05-10 12:36 curl.so -rw-r--r-- 1 root root 131096 2008-05-10 12:36 gd.so -rw-r--r-- 1 root root 125681 2008-09-25 17:42 pdo_pgsql.so -rw-r--r-- 1 root root 284901 2008-09-25 17:41 pdo.so -rw-r--r-- 1 root root 1437640 2008-09-25 18:03 pdo_sqlite.so -rw-r--r-- 1 root root 106296 2008-05-10 12:36 pgsql.so lrwxrwxrwx 1 root root 16 2008-09-23 13:23 php_mapscript_4.10.0.so -> php_mapscript.so -rwxrwxrwx 1 root root 1142976 2008-09-23 13:23 php_mapscript.so lrwxrwxrwx 1 root root 32 2008-09-25 19:33 php_sqlite.so -> /usr/lib/php5/20060613/sqlite.so -rwxr-xr-x 1 root root 1213743 2008-09-25 19:24 sqlite.so -rw-r--r-- 1 root root 90960 2008-05-10 12:36 xmlrpc.so -rw-r--r-- 1 root root 28440 2008-05-10 12:36 xsl.so geomarketing:/etc/php5/apache2/conf.d# ls -la totale 48 drwxr-xr-x 2 root root 4096 2008-09-25 19:45 . drwxr-xr-x 6 root root 4096 2008-09-19 16:52 .. -rw-r--r-- 1 root root 54 2008-05-10 12:36 curl.ini -rw-r--r-- 1 root root 50 2008-05-10 12:36 gd.ini -rw-r--r-- 1 root root 17 2008-09-25 18:08 pdo.ini -rw-r--r-- 1 root root 23 2008-09-25 18:11 pdo_pgsql.ini -rw-r--r-- 1 root root 24 2008-09-25 18:08 pdo_sqlite.ini -rw-r--r-- 1 root root 61 2008-05-10 12:36 pgsql.ini -rw-r--r-- 1 root root 34 2008-09-23 15:54 php_mapscript.ini -rw-r--r-- 1 root root 24 2008-09-25 19:45 php_sqlite.ini -rw-r--r-- 1 root root 59 2008-05-10 12:36 xmlrpc.ini -rw-r--r-- 1 root root 52 2008-05-10 12:36 xsl.ini geomarketing:/usr/lib/php5/20060613# locate sqlite.so /usr/lib/libsqlite.so /usr/lib/libsqlite.so.0 /usr/lib/libsqlite.so.0.8.6 /usr/lib/php5/20060613/pdo_sqlite.so /usr/lib/php5/20060613/php_sqlite.so /usr/lib/php5/20060613/sqlite.so /var/www/cartoweb3/include/pear/PEAR/SQLite-1.0.3/.libs/sqlite.so /var/www/cartoweb3/include/pear/PEAR/SQLite-1.0.3/modules/sqlite.so Oliver Christen ha scritto: > Hi > > "Recenter Id canceled, unable to find selected Id" > is NOT related to pear/pecl > > it's a DATA problem, mapserver returned NOTHING for the selected id. > > put some debug in ServerMapquery.php in function queryByIdSelection to > see exactly what may be wrong. > > regards > Oliver > > > >> Hi Oliver. >> I uninstalled from Debian sqlite, pdo_sqlite shared objs and I >> reinstalled them trought pear-pecl. >> The error is always the same when I use my plugin function from my >> cartoweb project: >> >> "Recenter Id canceled, unable to find selected Id" >> >> ...while if I test Search funtionality from demoCW3 project I have NO >> ERROR!! Before I reintsalled *.so the error for demoCW3 project was: >> >> "Can't able to find php_sqlite.so" (something like that....)... >> >> Thank you >> >> -- >> Ing. Fabio D'Ovidio >> >> INOVA Open Solutions s.r.l. >> Web : http://www.inovaos.it >> Tel.: 081 197 57 600 >> mail: fabiodovidio@... >> >> >> >> >> Oliver Christen ha scritto: >>> what error do you get ? >>> >>> >>> >>>> I installed sqlite from php-pecl. Its name is sqlite.so, i renamed >>>> it with php_sqlite.so and.... cartoweb doesn't work for search >>>> function! >>>> >>>> How can I do ? >>>> >>>> Thanks. >>>> >>>> Oliver Christen ha scritto: >>>>>> >>>>>> I know I could install this packages also trought pear command >>>>>> line..... >>>>>> >>>>> >>>>> maybe thats why the name is different, PEAR may have expected you >>>>> to install it via PEAR's command line. >>>>> >>>>> does it work now with a renamed .so ? >>>>> >>>> >>>> -- >>>> Ing. Fabio D'Ovidio >>>> >>>> INOVA Open Solutions s.r.l. >>>> Web : http://www.inovaos.it >>>> Tel.: 081 197 57 600 >>>> mail: fabiodovidio@... >>>> >>>> >>> >>> >> >> > > -- Ing. Fabio D'Ovidio INOVA Open Solutions s.r.l. Web : http://www.inovaos.it Tel.: 081 197 57 600 mail: fabiodovidio@... _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installation"POST
http://my_server/cartoweb3/htdocs/demoCW3.php?ajaxActionRequest=Search.DoIt&" I presume this is in the Firebug console ? do you have anything in the Response tab ? > Oliver, > thanks for your help. > The problem is that demoCW3 project doesn't work. When I try to access the > whole application (not only the search functionality) it remains blocked > on: > > "POST > http://my_server/cartoweb3/htdocs/demoCW3.php?ajaxActionRequest=Search.DoIt&" > > and I am not able to do nothing ! > > I'll send you some shell screenshots.... I have never installed > php_sqlite.so because also from pear-pecl it names sqlite.so > > PS: my PEAR "include path" is : > include_path.:/usr/share/php:/usr/share/pear > > > geomarketing:/usr/lib/php5/20060613# ls -la > totale 4576 > drwxrwxrwx 2 root root 4096 2008-09-25 19:33 . > drwxrwxrwx 5 root root 4096 2008-09-24 18:45 .. > -rw-r--r-- 1 root root 59976 2008-05-10 12:36 curl.so > -rw-r--r-- 1 root root 131096 2008-05-10 12:36 gd.so > -rw-r--r-- 1 root root 125681 2008-09-25 17:42 pdo_pgsql.so > -rw-r--r-- 1 root root 284901 2008-09-25 17:41 pdo.so > -rw-r--r-- 1 root root 1437640 2008-09-25 18:03 pdo_sqlite.so > -rw-r--r-- 1 root root 106296 2008-05-10 12:36 pgsql.so > lrwxrwxrwx 1 root root 16 2008-09-23 13:23 php_mapscript_4.10.0.so -> > php_mapscript.so > -rwxrwxrwx 1 root root 1142976 2008-09-23 13:23 php_mapscript.so > lrwxrwxrwx 1 root root 32 2008-09-25 19:33 php_sqlite.so -> > /usr/lib/php5/20060613/sqlite.so > -rwxr-xr-x 1 root root 1213743 2008-09-25 19:24 sqlite.so > -rw-r--r-- 1 root root 90960 2008-05-10 12:36 xmlrpc.so > -rw-r--r-- 1 root root 28440 2008-05-10 12:36 xsl.so > > > geomarketing:/etc/php5/apache2/conf.d# ls -la > totale 48 > drwxr-xr-x 2 root root 4096 2008-09-25 19:45 . > drwxr-xr-x 6 root root 4096 2008-09-19 16:52 .. > -rw-r--r-- 1 root root 54 2008-05-10 12:36 curl.ini > -rw-r--r-- 1 root root 50 2008-05-10 12:36 gd.ini > -rw-r--r-- 1 root root 17 2008-09-25 18:08 pdo.ini > -rw-r--r-- 1 root root 23 2008-09-25 18:11 pdo_pgsql.ini > -rw-r--r-- 1 root root 24 2008-09-25 18:08 pdo_sqlite.ini > -rw-r--r-- 1 root root 61 2008-05-10 12:36 pgsql.ini > -rw-r--r-- 1 root root 34 2008-09-23 15:54 php_mapscript.ini > -rw-r--r-- 1 root root 24 2008-09-25 19:45 php_sqlite.ini > -rw-r--r-- 1 root root 59 2008-05-10 12:36 xmlrpc.ini > -rw-r--r-- 1 root root 52 2008-05-10 12:36 xsl.ini > > > geomarketing:/usr/lib/php5/20060613# locate sqlite.so > /usr/lib/libsqlite.so > /usr/lib/libsqlite.so.0 > /usr/lib/libsqlite.so.0.8.6 > /usr/lib/php5/20060613/pdo_sqlite.so > /usr/lib/php5/20060613/php_sqlite.so > /usr/lib/php5/20060613/sqlite.so > /var/www/cartoweb3/include/pear/PEAR/SQLite-1.0.3/.libs/sqlite.so > /var/www/cartoweb3/include/pear/PEAR/SQLite-1.0.3/modules/sqlite.so > > > Oliver Christen ha scritto: >> Hi >> >> "Recenter Id canceled, unable to find selected Id" >> is NOT related to pear/pecl >> >> it's a DATA problem, mapserver returned NOTHING for the selected id. >> >> put some debug in ServerMapquery.php in function queryByIdSelection to >> see exactly what may be wrong. >> >> regards >> Oliver >> >> >> >>> Hi Oliver. >>> I uninstalled from Debian sqlite, pdo_sqlite shared objs and I >>> reinstalled them trought pear-pecl. >>> The error is always the same when I use my plugin function from my >>> cartoweb project: >>> >>> "Recenter Id canceled, unable to find selected Id" >>> >>> ...while if I test Search funtionality from demoCW3 project I have NO >>> ERROR!! Before I reintsalled *.so the error for demoCW3 project was: >>> >>> "Can't able to find php_sqlite.so" (something like that....)... >>> >>> Thank you >>> >>> -- >>> Ing. Fabio D'Ovidio >>> >>> INOVA Open Solutions s.r.l. >>> Web : http://www.inovaos.it >>> Tel.: 081 197 57 600 >>> mail: fabiodovidio@... >>> >>> >>> >>> >>> Oliver Christen ha scritto: >>>> what error do you get ? >>>> >>>> >>>> >>>>> I installed sqlite from php-pecl. Its name is sqlite.so, i renamed it >>>>> with php_sqlite.so and.... cartoweb doesn't work for search function! >>>>> >>>>> How can I do ? >>>>> >>>>> Thanks. >>>>> >>>>> Oliver Christen ha scritto: >>>>>>> >>>>>>> I know I could install this packages also trought pear command >>>>>>> line..... >>>>>>> >>>>>> >>>>>> maybe thats why the name is different, PEAR may have expected you to >>>>>> install it via PEAR's command line. >>>>>> >>>>>> does it work now with a renamed .so ? >>>>>> >>>>> >>>>> -- >>>>> Ing. Fabio D'Ovidio >>>>> >>>>> INOVA Open Solutions s.r.l. >>>>> Web : http://www.inovaos.it >>>>> Tel.: 081 197 57 600 >>>>> mail: fabiodovidio@... >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > -- > Ing. Fabio D'Ovidio > > INOVA Open Solutions s.r.l. > Web : http://www.inovaos.it > Tel.: 081 197 57 600 > mail: fabiodovidio@... > > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationOliver Christen ha scritto: > "POST > http://my_server/cartoweb3/htdocs/demoCW3.php?ajaxActionRequest=Search.DoIt&" > > I presume this is in the Firebug console ? > do you have anything in the Response tab ? this: <?xml version='1.0' encoding='utf-8'?> <pluginResponse> <plugin name="bboxHistory"> <htmlCode id="bboxHistoryForm" value="<span id="bbox_history_form"> <img src="bboxHistory/gfx/prev.png" title="Back" onclick="return CartoWeb.trigger('BboxHistory.moveTo', null, {steps: -1})" ; style="cursor: pointer" alt="Previous" /> <img src="bboxHistory/gfx/next.png" title="Next" style="opacity: 0.5; filter:alpha(opacity=50);" alt="Next" /> </span>"/> </plugin> <plugin name="search"> <htmlCode id="countries" value="<select name="search_country" id="search_country "> <option value="GM"> GERMANY </option> <option value="BE"> BELGIUM </option> <option value="FR"> FRANCE </option> <option value="EZ"> CZECH REPUBLIC </option> <option value="LU"> LUXEMBOURG </option> <option value="AU"> AUSTRIA </option> <option value="SZ"> SWITZERLAND </option> <option value="IT"> ITALY </option> <option value="SI"> SLOVENIA </option> <option value="HR"> CROATIA </option> <option value="HU"> HUNGARY </option> </select>"/> </plugin> <plugin name="cartoMessages"> <variable id="userMessages" value="[ ]"/> <variable id="developerMessages" value="[ 'array ( 'ajaxActionRequest& ;#039; => 'Search.DoIt', 'posted' => '1' ;, 'js_folder_idx' => '3', 'selection_type' ; => '', 'selection_coords' => '', & ;#039;features' => '', 'project' => 'demoCW3 ', 'collapse_keymap' => '0', 'fake_reset& ;#039; => '', 'fake_query' => '', & ;#039;outline_label_text' => 'your label', 'tool' = > 'zoomin', 'recenter_doit' => '0', & ;#039;null' => '', 'openNodes' => '& ;#039;, 'layers_background' => 'raster', 'layers& ;#039; => array ( 0 => 'iceland', 1 => 'lake_', ), 'outline_mask' => 'no', 'shortcut_doit' ; => '0', 'recenter_x' => '', ' ;recenter_y' => '', 'id_recenter_ids' => ' ;', 'search_name' => '', 'search_config& ;#039; => 'countries', 'search_sort_column' => ' ', 'search_sort_direction' => 'asc', 'search_number ' => '', 'search_page' => '', 'query_alllayers' => '1', 'query_layerid' => array ( 0 => 'airport', 1 => 'mountain', 2 => 'iceland', 3 => 'lake', 4 => 'agglo ', 5 => 'town', ), 'recenter_scale' => & #039;0', 'mapsize' => '1', 'layers_dropdown_categ ' => 'hydro', 'shortcut_id' => '-1& #039;, 'id_recenter_layer' => 'town', 'LangCookie& ;#039; => 'fr', 'TestCookie' => 'OK', 'PHPSESSID' => '6b4216b6399970ff9b5542811bded857',)' ]"/ > </plugin> </pluginResponse> _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
|
|
Re: PEAR installationthe response seems ok
when you say the application remains blocked, do you mean the "waiting" message do not disappear ? > > > Oliver Christen ha scritto: >> "POST >> http://my_server/cartoweb3/htdocs/demoCW3.php?ajaxActionRequest=Search.DoIt&" >> I presume this is in the Firebug console ? >> do you have anything in the Response tab ? > this: > > <?xml version='1.0' encoding='utf-8'?> > > <pluginResponse> > > <plugin name="bboxHistory"> > > <htmlCode id="bboxHistoryForm" value="<span > id="bbox_history_form"> > > <img src="bboxHistory/gfx/prev.png" > > title="Back" > > onclick="return > CartoWeb.trigger('BboxHistory.moveTo', null, {steps: -1})" > > ; > > style="cursor: pointer" > > alt="Previous" /> > > <img src="bboxHistory/gfx/next.png" > > title="Next" > > style="opacity: 0.5; filter:alpha(opacity=50);" > > alt="Next" /> > > </span>"/> > > </plugin> > > <plugin name="search"> > > <htmlCode id="countries" value="<select > name="search_country" id="search_country > > "> > > <option value="GM"> > > GERMANY > > </option> > > <option value="BE"> > > BELGIUM > > </option> > > <option value="FR"> > > FRANCE > > </option> > > <option value="EZ"> > > CZECH REPUBLIC > > </option> > > <option value="LU"> > > LUXEMBOURG > > </option> > > <option value="AU"> > > AUSTRIA > > </option> > > <option value="SZ"> > > SWITZERLAND > > </option> > > <option value="IT"> > > ITALY > > </option> > > <option value="SI"> > > SLOVENIA > > </option> > > <option value="HR"> > > CROATIA > > </option> > > <option value="HU"> > > HUNGARY > > </option> > > </select>"/> > > </plugin> > > <plugin name="cartoMessages"> > > <variable id="userMessages" value="[ ]"/> > > <variable id="developerMessages" value="[ 'array ( > 'ajaxActionRequest& > > ;#039; => 'Search.DoIt', 'posted' > => '1' > > ;, 'js_folder_idx' => '3', > 'selection_type' > > ; => '', 'selection_coords' => > '', & > > ;#039;features' => '', > 'project' => 'demoCW3 > > ', 'collapse_keymap' => > '0', 'fake_reset& > > ;#039; => '', 'fake_query' => > '', & > > ;#039;outline_label_text' => 'your label', > 'tool' = > > > 'zoomin', 'recenter_doit' => > '0', & > > ;#039;null' => '', > 'openNodes' => '& > > ;#039;, 'layers_background' => > 'raster', 'layers& > > ;#039; => array ( 0 => 'iceland', 1 => > 'lake_', > > ), 'outline_mask' => 'no', > 'shortcut_doit' > > ; => '0', 'recenter_x' => > '', ' > > ;recenter_y' => '', > 'id_recenter_ids' => ' > > ;', 'search_name' => '', > 'search_config& > > ;#039; => 'countries', > 'search_sort_column' => ' > > ', 'search_sort_direction' => > 'asc', 'search_number > > ' => '', 'search_page' > => '', > 'query_alllayers' => '1', > 'query_layerid' > > => array ( 0 => 'airport', 1 => > 'mountain', > 2 => 'iceland', 3 => 'lake', > 4 => 'agglo > > ', 5 => 'town', ), > 'recenter_scale' => & > > #039;0', 'mapsize' => > '1', 'layers_dropdown_categ > > ' => 'hydro', > 'shortcut_id' => '-1& > > #039;, 'id_recenter_layer' => > 'town', 'LangCookie& > > ;#039; => 'fr', 'TestCookie' => > 'OK', > 'PHPSESSID' => > '6b4216b6399970ff9b5542811bded857',)' ]"/ > >> > > </plugin> > > </pluginResponse> > > > > _______________________________________________ Cartoweb-users mailing list Cartoweb-users@... http://lists.maptools.org/mailman/listinfo/cartoweb-users |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |