<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT size=2>hi</FONT></DIV>
<DIV><FONT size=2>thank you for testing</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I cant seem to be able to reproduce the error with
bboxhistory.</FONT></DIV>
<DIV><FONT size=2>can you try to replace line 186 in </FONT><FONT
size=3>ClientBboxHistory.php</FONT></DIV>
<DIV><FONT size=2>if (count($this->state->history) > 0) {</FONT></DIV>
<DIV><FONT size=2>by</FONT></DIV>
<DIV><FONT size=2>if (isset($this->state->history) &&
count($this->state->history) > 0) {<BR></FONT><FONT size=2>and tell me
if this solve the problem</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>by the way, the bboxhistory only work with ajax, so you need
to enable ajax in your project.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>about the wmslayerlight, try to replace the $wmsBrowser
template variable by $wmsBrowserLight, there should be at least 3
occurences in the default cartoclient.tpl.</FONT></DIV>
<DIV><FONT size=2>this is effectively an error and it will be
corrected,</FONT></DIV>
<DIV><FONT size=2>thank you.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>regards</FONT></DIV>
<DIV><FONT size=2>Oliver</FONT></DIV>
<DIV><FONT size=2> </DIV></FONT>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=simon.ortet@silogic.fr href="mailto:simon.ortet@silogic.fr">Simon
ORTET</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=cartoweb-users@lists.maptools.org
href="mailto:cartoweb-users@lists.maptools.org">cartoweb</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, July 31, 2007 3:09
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [Cartoweb-users] Cartoweb 3.4
and new plugins</DIV>
<DIV><BR></DIV>Hi list,<BR><BR>I installed Cartoweb 3.4 RC1 and the install
process went ok.<BR>So i tried to modify a demo application to load new
plugins and i can't make them work.<BR><BR>bboxHistory:<BR>
<BLOCKQUOTE>I added 'bboxHistory' to LoadPugins line in my client.ini and
{$bboxHistoryForm} to my cartoclient.tpl but i've got error at project
loading:<BR><PRE>message: Error [8, Trying to get property of non-object, D:\Program Files\cartoweb-withdemo-3.4.0-RC1\cartoweb3\plugins\bboxHistory\client\ClientBboxHistory.php, 186]
</PRE></BLOCKQUOTE>WmsBrowserLight and ogcLayerLoader<BR>
<BLOCKQUOTE>I added mapOverlay, ogcLayerLoader, wmsBrowserLight in both
client.ini and 'mapid'.ini <BR>I copied ogcLayerLoader.ini and
wmsBrowserLight.ini in client_conf and ogcLayerLoader.ini in
server_conf<BR>but nothing happens: no errors but no new tabs or tools. Did
i forgot something to enable plugins loading?<BR><BR></BLOCKQUOTE>Thanks<BR><PRE></PRE>
<BLOCKQUOTE><BR></BLOCKQUOTE>
<P>
<HR>
<P></P>_______________________________________________<BR>Cartoweb-users
mailing
list<BR>Cartoweb-users@lists.maptools.org<BR>http://lists.maptools.org/mailman/listinfo/cartoweb-users<BR></BLOCKQUOTE></BODY></HTML>