[Chameleon] Moving an application dir ...

Sears, Jeremy Jeremy.Sears at CCRS.NRCan.gc.ca
Tue Feb 28 12:11:12 EST 2006


Hi all,

Im having some trouble moving an application's directory. Im running
Chameleon on MS4W, on winXP.

Originally, I had two directories on my D: drive. MS4W and AppDir. The
appdir contains the htdocs, data etc for my web application. Everything
works fine in this configuration.

I am attempting to move my appdir to another local disk. I have edited the
http conf files in my MS4W dir to point to the new appdir location. When I
load the app in my browser, I get the first page alright (suggesting that
the new http conf files are being read properly) however when I attempt to
get the app to draw a map, I get the following error:

FATAL ERROR: Session save path (/ms4w/tmp) doesn't exist or is not writable
Notice: Undefined index: gszSessId in
D:\ms4w\apps\chameleon\htdocs\common\session\session.php on line 162

I suspect that somwhere in chameleon I have to specify that I want to use
the app on the other local disk. Can anyone tell me what it is that must be
modifyed? Or what I must do in general to move my application to another
local disk and have chameleon function properly?

Many Thanks
Jeremy





-----Original Message-----
From: chameleon-bounces at lists.maptools.org
[mailto:chameleon-bounces at lists.maptools.org]On Behalf Of Eijnden, B.
van den (Bart)
Sent: February 27, 2006 9:32 AM
To: 'chameleon at lists.maptools.org'
Subject: [Chameleon] CWCJSAPI and https


Hi list,

there is a little problem in Chameleon JSAPI mode when using https.

The iframe which is used has an empty src attribute which makes IE display
the insecure items alert box. This can easily be fixed by changing:

      var html = '<iframe name="' + "frame_" + containerName + '"
src""></iframe>'; 

to:

      var html = '<iframe name="' + "frame_" + containerName + '"
src="javascript:false;"></iframe>'; 

I have opened up bug 1306 for this and will take care of the fix.

http://bugzilla.maptools.org/show_bug.cgi?id=1306

Best regards,
Bart


Disclaimer
************************************************************************
Aan dit bericht kunnen geen rechten worden ontleend. Dit bericht is
uitsluitend bestemd voor de geadresseerde. Als u dit bericht per abuis
hebt ontvangen, wordt u verzocht het te vernietigen en de afzender te 
informeren. Wij adviseren u om bij twijfel over de juistheid of de 
volledigheid van de mail contact met afzender op te nemen.

This message shall not constitute any rights or obligations.
This message is intended solely for the addressee.
If you have received this message in error, please delete it and
notify the sender immediately. When in doubt whether this message
is correct or complete, please contact the sender.
************************************************************************

_______________________________________________
Chameleon mailing list
Chameleon at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/chameleon


More information about the Chameleon mailing list