@Komal-Sharma Thanks for the answer, I will keep this topic as unresolved until you never release a fix. Thanks.
Solved Configuration problems and/or errors in code
-
@peopleinside Hi!
I answer the questions you asked me with pleasure.
What version of UVdesk are you using?
I am using the latest stable version of the project, which is found on the official website to download.What version of PHP are you using?
The PHP version I'm using is 8.0Did you check your server error log?
Yes, I verify the error on my server, but, it is the same one that attached in the link I put, it directly tells me that the files do not exist.How you installed UVdesk: docker, SSH, FTP?
Use the method of downloading the .zip file from the official website, is it really necessary to use any other method? Likewise, use the FTP to upload the zip and unzip it.Thank you very much in advance for the help
-
@Aurelio Thank you for the infos. Please hold on for a reply from UVdesk staff.
I'm using UVdesk and I don't have experienced this issues.
UVdesk staff reply can take more time then my reply. -
@peopleinside I understand, in fact I haven't had any other problems compared to these... Could you pass me the root file that has no problems? The one who says he uses.
In order to do tests on my hosting or locally.
The truth is that the system seems too good to me and they are the only things that I cannot find a solution to, since I have reviewed the code and indeed, the classes of those errors are not in the code. -
@Aurelio sorry, my root file has personal data.
You need wait a reply from the UVdesk staff.I suppose you have already downloaded the root file from the UVdesk https://cdn.uvdesk.com/uvdesk/downloads/opensource/uvdesk-community-current-stable.zip
-
@peopleinside In fact, it is the .zip that I have and that is throwing me errors with the aforementioned.
Well, I guess I'll have to wait for an administrator to answer me and give me a solution.
Thanks anyway for trying to help. -
@Aurelio you are welcome, let's wait a UVdesk staff reply
-
We have already noticed these errors in the latest release uvdesk so we will try to fix them in an upcoming release.
-
@Komal-Sharma Thanks for the answer, I will keep this topic as unresolved until you never release a fix. Thanks.
- 16 days later
-
I'm marking this as resolved as the staff is working on a fix.
Please hold the new version and test it, if still have issue update this thread or open a ticket: https://support.uvdesk.com/en/customer/create-ticket/ -
peopleinside 6 Oct 2022, 16:09
-
We have updated our core-framework bundle and automation bundle for these issues:
- Agent deleting
- Workflow condition "type" or "status"
So you can update the core-framework bundle and automation bundle follow the below steps:
Firstly, open your terminal in your project root directory now run the below commands for updating the module:
$ composer require uvdesk/core-framework:dev-master $ composer require uvdesk/automation-bundle:dev-master
Now, clear the cache of the project using the below command:
$ php bin/console c:c
If you have still a problem with the agent deleting and setting the workflow conditions: type or status option then let us know.
-
@Komal-Sharma how can i get this update on windows xampp ?
-
peopleinside 23 Nov 2022, 19:24
-
@Ahmed said in Configuration problems and/or errors in code:
how can i get this update on windows xampp ?
In windows, you will follow the same steps in your project root directory like:
C:\xampp\htdocs\your-project-folder-name
Now you can run these commands in your project root directory now run the below commands for updating the module:
$ composer require uvdesk/core-framework:dev-master $ composer require uvdesk/automation-bundle:dev-master
Now, clear the cache of the project using the below command:
$ php bin/console c:c
If you have still a problem with updating the modules then let us know.