You are not logged in.
Hello, my glpi keeps showing this message, I can't solve this problem, when I run the command in cmd, the error below appears:
"C: Xampp\php>php path/to/glpi/bin/console glpi:migration timestamps
Cannot load Zend - OPcache it was already loaded
Could not open input file: path/to/glpi/bin/console"
Can someone help me?
Last edited by jonatassilva5 (2023-04-19 15:00:48)
Offline
Hello,
Could it be the missing '-f' between php and the file to execute ?...
It would give :
"C: Xampp\php>php -f path/to/glpi/bin/console glpi:migration timestamps
GLPI : 10.0.16
OS : RH9 + Apache
php : 8.3.11,
MariaDB : 10.11.9
Offline
Hello, I put the "-f" and the following message still appears:
C:\xampp\php>php -f path/to/glpi/bin/console glpi:migration timestamps
Cannot load Zend OPcache - it was already loaded
Could not open input file: path/to/glpi/bin/console
is there any solution?
Offline
Hello, my glpi keeps showing this message, I can't solve this problem, when I run the command in cmd, the error below appears:
"C: Xampp\php>php path/to/glpi/bin/console glpi:migration timestamps
Cannot load Zend - OPcache it was already loaded
Could not open input file: path/to/glpi/bin/console"Can someone help me?
You are under windows, so change / with \ (or \\ for escape)
ANd OBVOIUS, path/to/glpi stand for the directory where glpi is.
in your case:
c:\\xampp\\htdocs\\glpi.....OR WHATEVER
Offline
I tried to do it these ways, but they all failed.
C:\xampp>cd php path\to\glpi\bin\console glpi:migration timestamps
O sistema não pode encontrar o caminho especificado.
C:\xampp\htdocs\helpdesk\bin>console glpi:migration timestamps
'console' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.
C:\xampp\htdocs\helpdesk\bin>glpi:migration timestamps
A sintaxe do nome do arquivo, do nome do diretório ou do rótulo do volume está i
ncorreta.
Offline
can you help me?
Offline
php C:\xampp\htdocs\helpdesk\bin\console glpi:migration:timestamps
Offline