<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello to everyone!<br>
<br>
I am a new user of cartoweb and i want to setup a very simple project
following the directions i found here
(<a class="moz-txt-link-freetext" href="http://www.cartoweb.org/cwiki/HowToCreateANewProject">http://www.cartoweb.org/cwiki/HowToCreateANewProject</a>)<br>
in order to get familiar with it.<br>
I managed to setup the project based on the files of the example but
then i tried with another mapfile<br>
and could not get any result.<br>
<br>
The steps i followed to setup the new project are:<br>
<br>
1) Create a folder 'mytest' in cartoweb3/projects<br>
2)Place folders client_conf and server_conf in 
cartoweb3/projects/mytest<br>
3)Create a file mytest.php in cartoweb3/htdocs  which contains :<br>
    &lt;?php<br>
        $_ENV['CW3_PROJECT'] = 'mytest';<br>
        require_once('client.php');<br>
       ?&gt;<br>
<br>
4)I have checked that <b>mytest.map</b> (my new mapfile and not the
one from the example!)and <b>mytest.ini</b> are in
cartoweb3/projects/mytest/server_conf/mytest<br>
5)I have edited the <b>layers.ini</b> and define the layers of the
mapfile i want to render.<br>
<br>
6)Finaly i run in command prompt the following instruction:<br>
<br>
    &lt;PHP-Interpreter&gt; cw3setup.php --install --base-url
<a class="moz-txt-link-freetext" href="http://localhost/cartoweb3/htdocs/">http://localhost/cartoweb3/htdocs/</a> --profile development --project
mytest<br>
<br>
All action then are performed without getting any warning or error!<br>
<br>
But when i choose mytest project from the drop down menu  in
<a class="moz-txt-link-freetext" href="http://localhost/cartoweb3/htdocs/client.php">http://localhost/cartoweb3/htdocs/client.php</a><br>
i get the following error!<br>
<br>
<b>Fatal error</b>: [MapServer Error]: msImageLoadGD(): ((null)) in <b>C:\ms4w\apps\cartoweb3\coreplugins\images\server\ServerImages.php</b>
on line <b>290<br>
<br>
<br>
</b>Can anybody figure out where the error might be? <br>
<br>
Thank you in advance!!!<br>
Nikos Papadakis.<br>
<b><br>
<br>
</b>
</body>
</html>