Hi, just to follow up on this thread, the issue was solved by increasing the memory_limit in php.ini to 32M, which Oliver suggested.
In addition, permissions were changed on some folders within the cartoweb directory. Also for UMN Mapserver 5.4.1 the symbols.txt file needs SYMBOLSET / END added to it. Thanks again to Oliver for his time and suggestions. Regards, Daniel. Daniel McInerney wrote: > Hi Oliver, > Thanks for your email. I downloaded the demo > data yesterday and again earlier with the > command you included in your email, however, > the problem is still the same, nothing displays > when I click on the demo sites. > > Could it be related to the php (version 5.2.11) installation, > which was configured using the following command?: > > ./configure --with-apxs2=/srv/www/bin/apxs --enable-force-cgi-redirect > --with-curl=/usr/local/curl-7.19.6 --with-regex=system > > Any suggestions appreciated. > Regards, > Daniel. > > > Oliver Christen wrote: >> gettext is not mandatory, Cartoweb should run without it. it is only >> needed if you want to use string translation/replecement in your project. >> to run the demo, you have to install them using --fetch-demo >> >> php cw3setup.php --install --base-url >> http://base.url.ie/cartoweb3/htdocs --fetch-demo >> >> regards >> Oliver >> >> >>> Thanks Bruno, I'll install gettext and see how I >>> go. I had overlooked that message as I thought >>> it was only a warning about internalisation/translations, >>> which I didn't feel was a priority for my installation. >>> >>> Hopefully it works. >>> >>> Thanks again. >>> Daniel. >>> >>> Bruno Friedmann wrote: >>>> Hi Daniel as the tool cw3setup ask you need to have getext (tools + >>>> php module) >>>> >>>> You can go the the website www.cartoweb.com and read the >>>> documentation (Internationalisation chapter) >>>> There's also some docs inside the wiki. >>>> >>>> What you are looking about is not so simply :-) >>>> >>>> >>>> >>>> On 12/17/2009 06:10 PM, Daniel McInerney wrote: >>>> >>>>> Hi List, >>>>> >>>>> I'm experiencing some trouble installing >>>>> cartoweb3 on a debian linux server (configuration >>>>> details below [1]). The following command returns: >>>>> >>>>> >php cw3setup.php --install --base-url >>>>> http://base.url.ie/cartoweb3/htdocs >>>>> >>>>> installing >>>>> Creating directories >>>>> Setting permissions >>>>> Copying .ini.dist files into .ini (if not existing) >>>>> Copying/linking resources into htdocs >>>>> Copied <files>.in into <files> for projects: all >>>>> Launching makemaps script for projects: all >>>>> Warning: Gettext command msgfmt or msgcat was not found: translations >>>>> won't work >>>>> If you want to use internationalisation, be sure to have gettext >>>>> installed >>>>> See http://www.gnu.org/software/gettext/ (for Windows, see >>>>> http://gettext.sourceforge.net/) >>>>> Installation finished... >>>>> >>>>> When I load the index page in http://base.url.ie/cartoweb3/htdocs >>>>> the Welcome page appears, but none of the demos work. Unfortunately, >>>>> nothing loads when I click on them. >>>>> >>>>> I guess I'm overlooking something simply, but any suggestions >>>>> would be appreciated. >>>>> >>>>> Thanks in advance, >>>>> Daniel. >>>>> >>>>> [1] Linux 2.6.26-2-686 >>>>> PHP 5.2.11 >>>>> Apache 2.2.13 >>>>> Mapserver 5.4.1 >>>>> PHP/Mapscript is fully functioning >>>>> and is listed in info.php >>>>> >>>>> _______________________________________________ >>>>> 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 >>> > _______________________________________________ Cartoweb-users mailing list [email protected] http://lists.maptools.org/mailman/listinfo/cartoweb-users
