Hello
i'm tring to install Calem on a WAMP server
but i've some issues with setup.bat and env.bat
here is some dir :
php 5 : C:\Program Files\Php5\
apache 2 : C:\Program Files\Apache Software Foundation\Apache2.2\
CalemEAM : C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\maintenance\
env.bat :
echo off
set PHP_EXE="C:\Program Files\Php5\php.exe"
set CALEM_DIR="C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\maintenance\"
and when i launch setup.bat, here the log :
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\maintenance\bin>setup.bat
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\maintenance\bin>call env.bat
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\maintenance\bin>echo off
[b]Warning: copy("C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\maintenance\"etc/log4php.sampl
e.properties): failed to open stream: Invalid argument in C:\Program Files\Apache Software Foundation\Apache2.2\
htdocs\maintenance\bin\logging\CalemLoggingSetupCmd.php on line 40
Error in finding log4php.properties. Logging is not configured.[/b]
some clue on how to fix this??
Thanks again.