razametal

Results 7 comments of razametal

Hi, thank you for the respones. Yes, the client traffic report tab is working on this version I'm trying to update, but the path of the application is a little...

Hi, I've the same issue with the start wizard. XHRPOST https://miip.ddns.net/cake4/rd_cake/wizards/new-site-step-one.json [HTTP/1.1 500 Internal Server Error 226ms] message url "/wizards/new-site-step-one.json" code 500 file "/var/www/rdcore/cake4/rd_cake/vendor/cakephp/cakephp/src/Database/Schema/Collection.php" line 160

Solved, I need to apply some patches to mysql tables: mysql -u root rd < /var/www/rdcore/cake4/rd_cake/setup/db/8.079_add_ppsk_field.sql mysql -u root rd < /var/www/rdcore/cake4/rd_cake/setup/db/8.080_add_cell_density.sql mysql -u root rd < /var/www/rdcore/cake4/rd_cake/setup/db/8.081_update_node_neighbors.sql Now the...

I have created a script to populate the database and its patches. Create a fille at /var/www/html/cake4/rd_cake/setup/db/setupdb.sh ``` #!/bin/bash PATCH_LIST=`sudo ls /var/www/rdcore/cake4/rd_cake/setup/db/ | grep ".sql" | grep -v rd.sql` MYSQL_USER=root...

I've the same issue: [2037/2040] directv.com (en) - RealityKingsTV.us - Mar 7, 2024 (0 programs) ERR: Request failed with status code 404 [2038/2040] directv.com (en) - PlayboyTV.us - Mar 7,...

I've disabled the need of the PPSK editing the file /var/www/html/cake4/rd_cake/src/Model/Table/PermanentUsersTable.php and comment with // the lines 67, 68, 69, 70 and 71, then execute the following as mysql root...

I've followed the steps of the following document with no success: https://www.radiusdesk.com/docuwiki/user_guide/login_multi_language