Radu
Radu
Changed the file contents based on this Fix and I am happy to say that the upload is now working, no more errors. Great work.
You can log in with the username used when registering. You have two input fields: email and username. It is specified that the username is used to login, not the...
Hello! This error applies to the [transferwee.py ](https://github.com/iamleot/transferwee/blob/master/transferwee.py)file as well. When you try to upload a file with the command `transferwee.py upload file_name` it give the error ``` File "......\transferwee-master\transferwee-master\transferwee.py",...
Hi! I am in the same position as you are, with the release of 1720 (thank you @ignacionelson for always updating ProjectSend) I tried with git commands to add the...
You have to write the properties in the file. private $dbh; private $logger; Like in this commit `https://github.com/projectsend/projectsend/pull/1309#issuecomment-2160646967`
I think the error is in another place / another line. The console suggests a error that seems to have a break tag or bold tag somewhere. I don't think...
Does your database table tbl_options has the parameter „clients_can_register„ different from 0?
If you found that `clients_can_register` is 0 in the database then the issue maybe lies in the code somewhere. I can't seem to find a cause at this moment.
Hello, If needed, you can manually remove the corresponding records from the database using the statement below: ``` DELETE FROM tbl_drv_actions_log WHERE action IN (7, 8, 37) AND affected_file =...
I confirm also that the change is working @ignacionelson . Good work @Obbi89 !