You are not logged in.
Hi,
Am facing issue with the below error
3 columns are using the deprecated datetime storage field type. Run the "php bin/console glpi:migration:timestamps" command to migrate them
am using glpi 10.0 with xampp server in windows10.
anyone can you pls tell the issue and how to resolve it.
Last edited by krishnateja.ks (2022-06-07 07:41:27)
Offline
As written:
php bin/console glpi:migration:timestamps
In fact
open command prompt
find the php.exe folder
move it
run
php path/to/glpi/bin/console glpi:migration:timestamps
have fun
Offline
Tq Very Much and reslove my issue.
Offline
Thanks a lot for this !
As written:
php bin/console glpi:migration:timestampsIn fact
open command prompt
find the php.exe folder
move it
run
php path/to/glpi/bin/console glpi:migration:timestampshave fun
Offline
@Kaya84 What is the solution for linux ?
And in my ubuntu 22.04, bin/console doesn't exist.
Thanks in advance for your help.
As written:
php bin/console glpi:migration:timestampsIn fact
open command prompt
find the php.exe folder
move it
run
php path/to/glpi/bin/console glpi:migration:timestampshave fun
Offline
@elprimo you must open command prompt and paste :
php /var/www/html/glpi/bin/console glpi:migration:timestamps
next plase confrim "Y"
And it all.
Offline