Solved UV Desk setting up email on windows platform - WAMP Server
-
I am also trying to install UV Desk on a windows platform, but I am not getting the desired result. Can you please share the installation steps??
Thanks
-
If you are not able to do using auto setup you can do the same with really easy steps by manual steps.
But before doing it IMAP and Mailparse should be install and php version should be 7.2 or higher.
https://github.com/uvdesk/community-skeleton/issues/290#issuecomment-661113642
-
Dear @Sanjeev ,
I am using wamp server which is not from bitnami.
So at the time of installation the application itself runs a check list of the requirements to run smoothly. I was earlier not able to enable mailparse service. However, by looking at forums questions i managed to add mail parse dll in config. Now the thing is i am able to send the replies. (Outbound email). However, I really do not have any idea why it is not converting mails into the ticket. As I can see no error messages on the application. is there any other place where i can check for the logs ? -
@Sanjeev ,
Also to add more on this, I have already checked for other topics which are already discussed in the forum. However, No suitable solution was there. When i checked for YouTube, I found that the founders have only made a detailed configuration video which is for only Linux platform. and there is no video which will help users to do the same on windows platform. No doubts installation steps for windows is there. But, After installation mailbox configuration etc is not listed anywhere.
-
I followed this link to configure it on my setup.
https://www.uvdesk.com/en/blog/outlook-mailbox-configuration-in-uvdesk-open-source-helpdesk/
I don't know how to perform step 5 "Cron job" in windows platform.
-
-
I followed this link to configure it on my setup.
https://www.uvdesk.com/en/blog/outlook-mailbox-configuration-in-uvdesk-open-source-helpdesk/
I don't know how to perform step 5 "Cron job" in windows platform.The guide mentioned is if you need configure an Outlook email address where you have the two step verification active.
Your email address seems not to be under Outlook domain from your last screenshot.
For be able to open a ticket from mail you need have a CronJob set, I'm reading you are having issue on create the CronJob, is this right?The right guide for the CronJob should be this one: How to Refresh Mailbox Using Cron Job in UVdesk OpenSource
I'm using something like explain here: https://github.com/uvdesk/community-skeleton/issues/278#issuecomment-703683404
-
@peopleinside
Can I perform these steps on a windows platform please suggest. -
@Nishit said in UV Desk setting up email on windows platform - WAMP Server:
@peopleinside
Can I perform these steps on a windows platform please suggest.On Windows I don't know as I use Centos.
You have to know how to manage your server.For doing CronJob you can search on the web https://www.google.com/search?client=firefox-b-d&q=cronjob+windows+server
-
I have tried running a cron job in my project directory. I used the following command "php bin/console uvdesk:refresh-mailbox -t 1 servicedesk@astute.co.in" and the response to my command comes up with an error - Fatal error: Default value for parameters with a class type hint can only be NULL in C:\wamp64\www\uvdesk\vendor\symfony\console\Application.php on line 86
I tried checking the path but couldn't figure out what is wrong.
please help.
-
@Nishit said in UV Desk setting up email on windows platform - WAMP Server:
Default value for parameters with a class type hint can only be NULL
What is your PHP version?
-
PHP Version 7.3.21
-
@peopleinside I tried to make changes to the code and I replaced the values with Null.
Now I tried running the refresh command again and in response now i got Parse error: syntax error, unexpected '?' in C:\wamp64\www\uvdesk\config\bootstrap.php on line 13
-
PHP Version 7.3.21
@Nishit the PHP version seems to be good.
I tried to make changes to the code and I replaced the values with Null.
If you really don't know what you are editing I don't suggest to edit the core code also if I can understand your try to fix.
I think "we" need wait for a reply from developers.What you can try is to resume the original core code that you edited than maybe you can test if you fet the same issue with a Gmail address or an email address that after the @ has domain.ext and not domain.ext.ext2
I remember to discovered (but I think is not reported as bug in GitHub) that UVdesk can have issue on receiving email on a subdomain address. I can remember I get error if my support email is like support1.team@domain.ext
In your case I'm not sure if the error can be realted to the domain extensions that have two fullstop .co.in.
Maybe not realted in this case you need wait a reply from devs. -
@peopleinside Okay lets wait for @Sanjeev to have a look on it.
Thanks for your help -
@Nishit yes let's wait. I'm sorry to cannot help you to fix immediately.
-
It seems like the only problem with your php version.
And you do not need to change anything under vendor folder if your php version is greater than 7.2Sometime PHP version for Web and CLI may be different it can be cause this issue.
You need to make your php version default for both and then make a try.
-
Dear @Sanjeev ,
You can refer the screenshot below.. I am using the same version for web and cli.
I still wonder why there is an issue.
Regards,
Nishit -
Have you restarted the server after making changes?
-
Dear @Sanjeev ,
Many times... I tired restarting and changing/switching versions vice versa.