Author Topic: setup.bat - env.bat  (Read 1637 times)

  • Guest
setup.bat - env.bat
« on: July 25, 2007, 10:19:02 am »
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 :

Code: [Select]

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 :

Code: [Select]

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.

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
setup.bat - env.bat
« Reply #1 on: July 26, 2007, 05:44:19 pm »
Install WAMP to a directory without spaces in its name. The quotes (") in the path ("C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\maintenance\") are causing problems.
Calem Community Forum Admin