🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. yl_adc
    3. Topics
    Y
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by yl_adc

    • Y

      Unsolved Maximum execution time of 30 seconds exceeded in /var/www/html/uvdesk/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php on line 179
      Technical Help • • yl_adc

      2
      0
      Votes
      2
      Posts
      315
      Views

      peopleinside

      @yl_adc

      Hi and thank you for your message, I hope your day is going well!
      I'm sorry for the issue faced, seems PHP has ended the free memory.
      Have you tried to restart the server, if is possible?

      You can maybe try to restart PHP and Apache service if you cannot restart the server.
      The error seems caused by the slowdown of the server that you are mentioning.

      Seems you are not using the latest updated UVdesk, I just inform you the latest version is of June 2023 and is 1.1.3

      I suggest also to use an updated version of PHP, check here: https://www.php.net/supported-versions.php

      Please let me know if restart the server, use an updated version of PHP and UVdesk help to resolve the issue.

      Before wish my best luck I want remind you I'm not part of the UVdesk team.
      Currently there is some weeks that UVdesk staff is no more present in the community, we hope and wait they can come back.

      I'm not a developer so I just try to help with my limited knowledge.
      I currently I'm using UVdesk on my small and personal website with no much traffic.
      I'm not facing issues.

      I'm running UVdesk 1.1.3 and PHP 8.3

    • Y

      Unsolved Unable to connect to helpdesk in prod environment.
      Technical Help • • yl_adc

      6
      0
      Votes
      6
      Posts
      858
      Views

      peopleinside

      @yl_adc
      One of a possible issue is run the clear cache command from root user and not from the normal user that is not root.

      I'm not sure this will cause an issue but maybe I remember experienced something.. so I try always to run SSH command as not root user this because some files can be edited or created with root user and then the normal user will have issue running that.

      I use UVdesk on Apache server with PHP 8.3 and I don't have currently issue but.. mine install in quite old... means I just upgraded to the last. I remember the last time I tried to install UVdesk I had issues as well.

      I'm sorry to be currently unable to help you more.

    • Y

      Solved Email transformation to ticket failed with a "Warning: DOMDocument::saveHTML(): Memory allocation failed :" error
      Bug Report • • yl_adc

      2
      0
      Votes
      2
      Posts
      504
      Views

      Komal Sharma

      @yl_adc

      Do I need to increase PHP's maximum usable memory capacity to solve this problem? Or is there another solution?

      Yes, once you try with the increase PHP's maximum usable memory capacity with this variable limit also MAX_URI_LENGTH limit.

      Also, you can check it in your php.ini file, dom extension is installed or not.

      If not installed, first you will be installed dom extension in your php file.

      You have verified the curl and dom extension is installed or not. For checking the extension follow the below command:

      $ php -m

      072632f0-9a41-41be-ad03-0dde70aed8c5-image.png

      If curl extension is not installed then follow the below command for installed curl extension:

      $ sudo apt install php7.4-curl

      Alternatively, you can follow the below link for more refrerences:

      https://stackoverflow.com/a/66072424

    • Y

      Solved How to create a uvdesk backup
      Technical Help • • yl_adc

      2
      0
      Votes
      2
      Posts
      450
      Views

      Komal Sharma

      @yl_adc

      Are there files that should not be excluded so that uvdesk works correctly when restoring the application from the backup (eg the cache.yaml file)?

      You have to backup of uvdesk, so you will backup of the below files and folders:

      config folder

      public folder (for your images and files)

      composer.json

      composer.lock

      Also, you will export your data from the database:

      0aae9db0-20bf-4627-8d87-b8639027a979-image.png

      After export your data from the database, you will import this data in the new created database.

      Also, you can use the same name of the previous database name in your created new project in .env file. If you are not export your data.

    • Y

      Solved Unable to remove agent and add condition on ticket status for workflow
      Bug Report • • yl_adc

      4
      0
      Votes
      4
      Posts
      730
      Views

      Komal Sharma

      @yl_adc

      We are informing to you, we have release of uvdesk so these error resolved in our latest uvdesk release v-1.1.3. So you can install new project with the below command:

      $ composer create-project uvdesk/community-skeleton helpdesk-project

      After setup with the latest uvdesk. If you have still facing the same issue then let us know.

      Thanks and Regards
      Uvdesk Team