Para dar un paso en el programa, solo se envía enter (una línea en blanco) o se entra un comando php para ser ejecutado.
To step the program, just send enter (a blank line), or enter a php command to be executed.
Si Usted usa cron, asegúrese de que cron.php sea ejecutable y de que use el comando php correcto
If you use cron, take care is executeable and uses the correct php command
En el campo de comando del objeto, escriba un comando php para ejecutar el archivo que salvo. El comando se verá de la siguiente manera
In the Command field of the object, type a php command to execute the file you just saved, the command looks like
Para integrar el script del contador de visitas, llamado aquí webcounter.php, escribe el comando PHP include en la posición de la web donde tenga que situarse.
To integrate the visitor counter script - in this example called webcounter.php - you'll now enter the PHP command include in the desired position on your website.
Si ejecuta cronjob utilizando el comando PHP y no recibe errores de PHP, significa que cronjob puede ejecutarse sin ningún problema y hay un problema con su script.
If you run cronjob using PHP command, and get no PHP errors, it means cronjob might be executed without any problems and there is a problem with your script.
Si tienes acceso al comando PHP en la computadora donde PHP está instalado, puedes revisar el soporte usando el comando
If you have access to the PHP command in the computer where PHP is installed, you can check the support by issuing the command
Si no tienes acceso al comando PHP, puedes crear un nuevo archivo de PHP con el siguiente contenido
If you don't have access to the PHP command, you can create a new PHP file with the following content
Curiosamente, si no necesitas un ajuste preestablecido, puedes eliminarlo por completo con el comando php artisan preset none.
Interestingly, if you don't need a preset, you can remove them altogether using the php artisan preset none command.
En una ventana de terminal, cambia al directorio donde está tu wiki, entra en la carpeta maintenance y entonces introduce el comando php rebuildMessages.php - rebuild.
In a terminal window, change to your wiki directory, change to the maintenance folder, and enter php rebuildMessages.php - rebuild.
En sistemas *nix, este archivo suele estar ubicado en la ruta/etc/php.ini, pero puedes localizarlo fácilmente mediante el comando php -i, busca la ruta bajo el epígrafe 'Loaded Configuration File'.
On *nix systems this is often in/etc/php.ini, but using php -i and looking for 'Loaded Configuration File', you can find the actual location.
Asegúrese de que su servidor tenga un intérprete de línea de comando PHP, y que sea posible conectar con mysql (o postgres).
Make sure your server has a command-line PHP interpreter, and that it is able to connect to mysql (or postgres if relevant).
El nuevo comando PHP EXECUTE le permite llamar directamente código PHP, sin traductores o intermediarios.
The new PHP EXECUTE command will allow you to directly call any PHP code, with no translators or go-betweens.
También funciona con el comando PHP Execute.
It also works with the PHP Execute command.