Note that there are some explanatory texts on larger screens.

plurals
  1. POZend Framework - zf.bat file generates command line error
    primarykey
    data
    text
    <p>I modified the code of zf.bat file according to my needs but it generates this error "<strong><em>An error has occurred! Action '*' is not a valid action</em></strong>" on all commands, How could I solve this?. Below is the Code of batch file :</p> <pre><code>@ECHO off REM Zend Framework REM REM LICENSE REM REM This source file is subject to the new BSD license that is bundled REM with this package in the file LICENSE.txt. REM It is also available through the world-wide-web at this URL: REM http://framework.zend.com/license/new-bsd REM If you did not receive a copy of the license and are unable to REM obtain it through the world-wide-web, please send an email REM to license@zend.com so we can send you a copy immediately. REM REM Zend REM Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) REM http://framework.zend.com/license/new-bsd New BSD License REM Test to see if this was installed via pear SET ZTMPZTMPZTMPZ=@ph SET TMPZTMPZTMP=%ZTMPZTMPZTMPZ%p_bin@ REM below @php_bin@ FOR %%x IN ("@php_bin@") DO (if %%x=="%TMPZTMPZTMP%" GOTO :NON_PEAR_INSTALLED) GOTO PEAR_INSTALLED :NON_PEAR_INSTALLED REM Assume php.exe is executable, and that zf.php will reside in the REM same file as this one SET PHP_BIN=php.exe SET PHP_DIR=%c:\xampp\php GOTO RUN :PEAR_INSTALLED REM Assume this was installed via PEAR and use replacements php_bin &amp; php_dir SET PHP_BIN=@php_bin@ SET PHP_DIR=@php_dir@ GOTO RUN :RUN SET ZF_SCRIPT=%PHP_DIR%\zf.php "%PHP_BIN%" -d safe_mode=Off -f "%ZF_SCRIPT%" -- %* </code></pre> <p>I think the error is in last character of last line.</p> <p><strong>EDIT: Code of Original FIle</strong></p> <pre><code>@ECHO off REM Zend Framework REM REM LICENSE REM REM This source file is subject to the new BSD license that is bundled REM with this package in the file LICENSE.txt. REM It is also available through the world-wide-web at this URL: REM http://framework.zend.com/license/new-bsd REM If you did not receive a copy of the license and are unable to REM obtain it through the world-wide-web, please send an email REM to license@zend.com so we can send you a copy immediately. REM REM Zend REM Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) REM http://framework.zend.com/license/new-bsd New BSD License REM Test to see if this was installed via pear SET ZTMPZTMPZTMPZ=@ph SET TMPZTMPZTMP=%ZTMPZTMPZTMPZ%p_bin@ REM below @php_bin@ FOR %%x IN ("@php_bin@") DO (if %%x=="%TMPZTMPZTMP%" GOTO :NON_PEAR_INSTALLED) GOTO PEAR_INSTALLED :NON_PEAR_INSTALLED REM Assume php.exe is executable, and that zf.php will reside in the REM same file as this one SET PHP_BIN=php.exe SET PHP_DIR=%~dp0 GOTO RUN :PEAR_INSTALLED REM Assume this was installed via PEAR and use replacements php_bin &amp; php_dir SET PHP_BIN=@php_bin@ SET PHP_DIR=@php_dir@ GOTO RUN :RUN SET ZF_SCRIPT=%PHP_DIR%\zf.php "%PHP_BIN%" -d safe_mode=Off -f "%ZF_SCRIPT%" -- %* </code></pre> <p><strong>EDIT: Snapshot of generated error by One Command</strong> <img src="https://i.stack.imgur.com/t82f8.jpg" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload