I have having issues with inbound trunks getting a CHAN Unavailable so I went to log into my admin account. Was using the default admin password and it is no longer letting me log in. I can log into my RasPBX via SSH and still have root access. However whenever I try to unlock a session or change a password via MySQL I run into errors.
Unlocking a session gets this error:
Session Should be unlocked now
Whoops\Exception\ErrorException: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5/sessions) in file Unknown on line 0
Stack trace:
() Unknown:0
Trying to log in to MySQL with the default blank password yields the following error
[email protected]:~# mysql -uroot -p
Enter password:
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: NO)
In your case no. You are using an unsupported platform so it appears that fwconsole unlock is completely broken for you. The only way to do this is use MySQL directly. Unless you do what the original error says which is fix your session paths.