when i setup login page the server return the message :
{ "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column \u0027DynamicDetails.permanent_user_id\u0027 in \u0027on clause\u0027", "url": "\/dynamic-details\/view.json?_dc=1675670873608\u0026amp;dynamic_detail_id=20\u0026amp;token=722394d7-3076-4a8e-82a0-888fd6e42548\u0026amp;sel_language=4_4\u0026amp;cloud_id=23", "code": 500, "file": "\/var\/www\/rdcore\/cake4\/rd_cake\/vendor\/cakephp\/cakephp\/src\/Database\/Statement\/MysqlStatement.php", "line": 39 }
i navigate the php and the line 39 is
when i setup login page the server return the message :
{ "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column \u0027DynamicDetails.permanent_user_id\u0027 in \u0027on clause\u0027", "url": "\/dynamic-details\/view.json?_dc=1675670873608\u0026amp;dynamic_detail_id=20\u0026amp;token=722394d7-3076-4a8e-82a0-888fd6e42548\u0026amp;sel_language=4_4\u0026amp;cloud_id=23", "code": 500, "file": "\/var\/www\/rdcore\/cake4\/rd_cake\/vendor\/cakephp\/cakephp\/src\/Database\/Statement\/MysqlStatement.php", "line": 39 }
i navigate the php and the line 39 is
i resolved adding all the *.sql located in /var/www/html/cake4/rd_cake/setup/db/
This work, thx !
How we resolve ...
sudo mysql -u root rd < /var/www/html/cake4/rd_cake/setup/db/.sql
you have to import all the .sql file