MapTools.org

[Chameleon] Install problems 1.1

Paul Spencer spencer@dmsolutions.ca
Wed, 04 Feb 2004 22:20:50 -0500
Shawn,

let's eliminate some possibilities.  Add the following at the top of 
your index.phtml file, just after the <?php

echo "here";
exit;

When you load index.phtml you should see here in your page and nothing 
else.  If this works, great and we need to work on other ideas, if not 
then there is a problem with php or your web configuration.

Also, can you send me (directly if you wish) your index.phtml file

Cheers,

Paul



Shawn Barnes wrote:

> I'm still having same problem...blank page.
> 
> I've checked everything I can think of, cwc2.xml seems to have all the
> right paths, directory permissions and apache configuration all ok, php
> is working, mapserver is working, htdocs_admin is accessible.
> 
> I'm running on Mandrake 9.2 with apache2, php4.3.3., mapserver4,
> mapscript, chameleon1.1
> 
> Shawn
> 
> 
> 
> 
> On Tue, 2004-02-03 at 11:58, Dave Astolfo wrote:
> 
>>Shawn,
>>
>>I had the same problem. Try this:
>>
>>
>>
>>class SampleApp extends Chameleon
>>{
>>  function SampleApp()
>>  {
>>    $this->moMapSession = new MapSession_RW;
>>    $this->moMapSession->setTempDir( getSessionSavePath());
>>
>>    parent::Chameleon();
>>  }
>>
>>//  function CWCInitializeMap()
>>//  {
>>//    $this->moMapSession = new MapSession_RW;
>>//    $this->moMapSession->setTempDir( getSessionSavePath());
>>//    parent::CWCInitializeMap();
>>//  }
>>
>>  function CWCLoadTemplate($szTemplateName)
>>  {
>>    $this->mszTemplate = implode("\n", file($szTemplateName));
>>  }
>>}
>>
>>$oApp =  new SampleApp();
>>$oApp->CWCInitialize( $szTemplate, $szMapFile  );
>>$oApp->CWCExecute();
>>
>>
>>Dave
>>
>>-----Original Message-----
>>From: chameleon-admin@lists.maptools.org
>>[mailto:chameleon-admin@lists.maptools.org] On Behalf Of Shawn Barnes
>>Sent: Tuesday, February 03, 2004 11:52 AM
>>To: chameleon@lists.maptools.org
>>Subject: [Chameleon] Install problems 1.1
>>
>>
>>I'm having difficulty installing 1.1
>>i'm using the chameleon sample application, i've edited the
> 
> index.phtml 
> 
>>-------------------------------------------------------------
>><?
>>/*
>>  * This is a sample of a minimal application script required to
>>  * get a chameleon application running with a template and a
>>  * local map file.  Most applications should actually just
>>  * copy this file and modify the template and mapfile
>>  * parts and should not need to do a lot more here.
>>  */
>>include( "/usr/local/cwc2/htdocs/chameleon.php" );
>> 
>>
>>$szTemplate =
>>"/usr/local/cwc2/htdocs/chameleon_sample/htdocs/sample.html";
>>$szMapFile =
>>"/usr/local/cwc2/htdocs/chameleon_sample/map/chameleon.map";
>> 
>>
>>class SampleApp extends Chameleon
>>{
>>   function SampleApp()
>>   {
>>     parent::Chameleon();
>>     $this->moMapSession = new MapSession_RW;
>>     $this->moMapSession->setTempDir( getSessionSavePath());
>>   }
>>}
>> 
>>
>>$oApp =  new SampleApp();
>>$oApp->CWCInitialize( $szTemplate, $szMapFile  ); $oApp->CWCExecute();
>>?>
>>------------------------------------------------------------------
>>cwc2_admin works but, when I point my browser to
>>http://localhost/htdocs/.../index.phtml i just get a blank page. view
>>source shows <html><body></body></html>
>>
>>php, mapserver, mapscript, apache permissions all seem to be fine.
>>
>>I've followed the install problem threads and searched the mailing
> 
> list
> 
>>archives, I must be missing something...'simple' :)
>>
>>shawn
>> 
>>
>>
>>
>>_______________________________________________
>>Chameleon mailing list
>>Chameleon@lists.maptools.org
>>http://lists.maptools.org/mailman/listinfo/chameleon
>>
>>
>>_______________________________________________
>>Chameleon mailing list
>>Chameleon@lists.maptools.org
>>http://lists.maptools.org/mailman/listinfo/chameleon
>>
> 
> 
> _______________________________________________
> Chameleon mailing list
> Chameleon@lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/chameleon
> 

-- 
  -----------------------------------------------------------------
|Paul Spencer                           spencer@dmsolutions.ca    |
|-----------------------------------------------------------------|
|Applications & Software Development                              |
|DM Solutions Group Inc                 http://www.dmsolutions.ca/|
  -----------------------------------------------------------------



This archive was generated by Pipermail.