Menu

message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column \u0027DynamicDetails

Help
2023-02-06
2023-02-28
  • alessandro pagliari

    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

       } finally {
            $connection->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, true);
        }
    
     the radiusdesk can't save the options
    
     thanks in advance
    
     
  • alessandro pagliari

    i resolved adding all the *.sql located in /var/www/html/cake4/rd_cake/setup/db/

     
    • Prodan Oleg Vasil'evich

      This work, thx !

       
  • Hari Kant Sharma

    How we resolve ...

     
  • alessandro pagliari

    sudo mysql -u root rd < /var/www/html/cake4/rd_cake/setup/db/.sql
    you have to import all the
    .sql file

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.