Hello Giuseppe,

This bug is corrected in the CVS version of cartoweb.

As a quick and dirty fix is to replace the original __construct code
(CartoserverService.php line 39) by the CVS one:

public function __construct(SoapFault $fault) {
    if (!isset($fault->faultcode))
        $fault->faultcode = -1;
    parent::__construct($fault->faultcode, $fault->faultstring);
}
NOT TESTED !!


A cleaner solution is to wait the next release (3.2.0) (we are working
on ...)

Regards,

Fréd


Le mercredi 08 février 2006 à 10:29 +0100, [EMAIL PROTECTED] a
écrit :
> Hi Oliver,
> thank'you for your suggestion, yestarday I've used the --clean option
> and after that I was able to display my map by recalling my project in
> the url ( http:\\localhost ...client.php?project=Italy_1 ).
> 
> Unfortunately I cant' zoom and if I try to print the pdf, on pushing
> Login word I get a full errors page:
> 
> class:   CartocommonException
> message:   Error [8, Undefined property:  SoapFault::$faultcode, c:
> \wamp\www\cartoweb3\client\CartoserverService.php, 40]
> 
> There should be somthing wrong regarding the old .ini files, they are
> not always over written , aren't thay ?
> ( I confess you  that I've not yet read the handbook .)
> 
> Best regards 
> 
> Giuseppe
> 
> 
> 
> 
>         --------- Original Message --------
>         Da: "oliver" <[EMAIL PROTECTED]>
>         To: "[email protected]"
>         <[email protected]>
>         Oggetto: Re: [Cartoweb-users] ghost layer
>         Data: 06/02/06 11:59
>         
>         Hi Giuseppe, 
>           
>         be careful to clean all unused .ini files of the demo
>         projects, as several activated functionnalities use layers
>         name references. 
>         see http://www.cartoweb.org/cwiki/HowToCreateANewProject for
>         more details about the files to clean 
>           
>         Regards, 
>           
>         Oliver Christen 
>         Camptocamp SA 
>                 ----- Original Message -----  
>                 From: [EMAIL PROTECTED] 
>                 To: [email protected] 
>                 Sent: Monday, February 06, 2006 12:52 AM 
>                 Subject: [Cartoweb-users] ghost layer 
>                 
>                 
>                 Hi,
>                 I've installed Cartoweb3 and the demo on WinXp by
>                 using the installer. The demo works fine, then,to keep
>                 it simple, I've changed the demo project and I've
>                 semplified the layout in order to obtain only a plain
>                 list of simple layers: one root and 6 children. This
>                 project works fine. too.
>                 At this point, I'd like to import my data in this new
>                 project so :
>                 I've imported my data (shp shx ...), I've updated the
>                 files in server_conf and client_conf folder,and I've
>                 changed the old layers by the new ones, I've changed
>                 the names of the files. 
>                 Then, I've  used the command   php cw3setup.php
>                 --install --base-url
>                 http://localhost/cartoweb3/htdocs.
>                 
>                 On running the project I get the msg : "can't find
>                 layer iceland".  "Iceland" was one of the old layer of
>                 demo project but I've delete all them: there 's no
>                 "iceland" word in the folder server_comnf of my new
>                 project. The .map and data files seem to be good b
>                 ecause I use them in another mapserver distribution.  
>                 
>                 Is there anybody who can help me ?
>                 
>                 I saw that in the Po folder there are files which have
>                 the settings of old project, is it ok ?
>                 
>                 Thanks in advantage
>                 
>                 
>                 ----
>                 Email.it, the professional e-mail, gratis per te:
>                 clicca qui 
>                 
>                 Sponsor:
>                 I migliori software per tutti i cellulari da Jamba!
>                 Clicca qui 
>                 
>                 
>                 
>                 ______________________________________________________
>                 
>                 
>                 _______________________________________________
>                 Cartoweb-users mailing list
>                 [email protected]
>                 http://lists.maptools.org/mailman/listinfo/cartoweb-users 
> 
> 
> 
> ----
> Email.it, the professional e-mail, gratis per te: clicca qui 
> 
> Sponsor:
> DA NON PERDERE: Prova gratis per 15 giorni DVDNet Rent e ricevi a casa
> tua i migliori film! 
> Clicca qui 
> 
> 
> _______________________________________________
> Cartoweb-users mailing list
> [email protected]
> http://lists.maptools.org/mailman/listinfo/cartoweb-users

_______________________________________________
Cartoweb-users mailing list
[email protected]
http://lists.maptools.org/mailman/listinfo/cartoweb-users

Reply via email to