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

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. ercanyuzuk
    3. Topics
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 28
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by ercanyuzuk

    • E

      Solved password reset mail does not come
      Technical Help • • ercanyuzuk

      7
      0
      Votes
      7
      Posts
      1103
      Views

      peopleinside

      @ercanyuzuk great, I'm glad to read you figured out what was wrong in your installation.
      Thanks for sharing the solution that worked for you:

      I found the problem . After I restore database from old system , mailer_id changes in uvdesk.yalm !
      I reconfigured the swift mail, when I install version 1.0.18 . So, id was different with the old one .

    • E

      Solved Trashed tickets cannot be deleted
      Bug Report • • ercanyuzuk

      10
      0
      Votes
      10
      Posts
      1571
      Views

      Sanjeev

      If any one facing the same issue then
      Please locate path in your project.

      vendor/uvdesk/Services/TicketService.php

      Open TicketService.php and Replace it from here.

      Save the file and try again.

      Thanks,

    • E

      Solved download attachment issue on customer's page
      Bug Report • • ercanyuzuk

      12
      1
      Votes
      12
      Posts
      1818
      Views

      peopleinside

      @ercanyuzuk great!
      Thank you for sharing steps that helped you!
      I'm happy to read you was able to resolve!

    • E

      Solved Contact Form does not open
      Bug Report • • ercanyuzuk

      4
      0
      Votes
      4
      Posts
      720
      Views

      peopleinside

      @ercanyuzuk great, I'm happy to read the issue was resolved.
      Maybe some issue you had in the installation process.

      Thank you for the update, enjoy 🙂

    • E

      Solved Ticket Merge
      Comments & Feedback • • ercanyuzuk

      7
      0
      Votes
      7
      Posts
      1472
      Views

      peopleinside

      Hi, this feature is not yet available but now you can follow an existent request on GitHub:
      https://github.com/uvdesk/community-skeleton/issues/400

      UVdesk is improving so I belive this may be implemented in not too far future.
      For now still have no ETA but I feel positive.

    • E

      Solved Reports
      Comments & Feedback • • ercanyuzuk

      4
      0
      Votes
      4
      Posts
      1290
      Views

      peopleinside

      Hi, UVdesk still improving a lot in the latest months.
      I'm marking this question as resolved, if you need again help you can open a new topic 🙂

    • E

      Solved Add Google recaptcha
      General Discussion • • ercanyuzuk

      56
      0
      Votes
      56
      Posts
      19555
      Views

      peopleinside

      @Sanjeev I'm trying to install from zero the version you linked here.
      I'm able to setup database and email but when I need to do clear cache I get fatal error:

      php bin/console c:c

      PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 351 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 385 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 394 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 408 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 416 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 451 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 529 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 559 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 637 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 638 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 640 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 678 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 679 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 681 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 835 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 835 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 839 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 839 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 843 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 843 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 847 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /uvdesktest/vendor/uvdesk/core-framework/Utils/HTMLFilter.php on line 847 In CheckExceptionOnInvalidReferenceBehaviorPass.php line 86: The service "security.context_listener.0" has a dependency on a non-existent service "Webkul\UV Desk\ApiBundle\Providers\ApiCredentials".

      So seems I'm not able to... use from zero your install or anyway you need fix things
      Umh I get this after changing in .env file dev to prod and cleaning cache.

      I suppose you use to test with dev and not with prod.
      Your latest UVdesk are broken if is prod.

      For switch to prod can you confirm is just necessary change dev to prod and clear cache?

      I was able to test in dev (not in prod for error above) your last Mailer file and I can confirm ticket are not created.

    • E

      Solved can not add youtube link in article
      Bug Report • • ercanyuzuk

      10
      0
      Votes
      10
      Posts
      1970
      Views

      E

      @Forcecode Thanks , it works ...

    • E

      Solved How to disable Symfony ?
      Technical Help • • ercanyuzuk

      3
      0
      Votes
      3
      Posts
      2043
      Views

      E

      thanks, it's ok now ...

    • E

      Solved i can not send mail - smtp issue
      Technical Help • • ercanyuzuk

      3
      0
      Votes
      3
      Posts
      748
      Views

      E

      Thanks , it works 👍