Open PeopleInside opened 3 years ago
I installed UVdesk from SSH command line but the error and the issue is the same so seems is not a Softacolous issue: is not dependent on Softacolous install.
Nothing, I'm unable to install and setup a new instance of UVdesk 1. V -1.0.16 the error is always the same.
@PeopleInside
I am also using PHP v7.4 & Installed a fresh setup of the latest UVdesk v1.0.16.
Here, you can clearly see, I didn't get any error on running PHP bin/console c:c
.
1. Have you tried to setup an email address? You are in localhost, me are trying to configure a real web test situation where I need to be able to fetch emails.
I'm also able to login in UVdesk Dasboard without issues, the issue is that I cannot configure correctly UVdesk to accept email tickets!
There are different issues, the first is when user update email setting from web interface and refresh page, field are reset to the default value. I asked in a closed maybe issue to look into this, usually for solve this you need clean cache but due to the error I showed on SSH things are not working! The second is the SSH error when clean cache.
@PeopleInside I have already set up an email address & also run the refresh: mailbox command to fetch emails.
Hum... I don't know how to resolve the errors issue as first I create a new UVdesk instance by using Softacolous installer. On second time I erased database and UVdesk folder and installed UVdesk using the SSH command.
Two installations, the same error showed on previous message. Why I get this errors, how I can resolve?
Without be able to do a new install I cannot continue to create the test UVdesk instance to made the UVdesk team resolve another issue https://github.com/uvdesk/community-skeleton/issues/397
@PeopleInside
you can do one thing for the test only. degrade PHP version to v7.3 and then try to set up & run PHP bin/console c:c . I think it should not give you any error.
Maybe I found an issue now I need test if is this the cause. In my guide on my personal community I wrote a wrong email configuration sentence:
{domain.it:ext/imap/ssl}INBOX
so maybe this is the issue.
The correct one is
{mail.domain.ext:993/imap/ssl}INBOX
I will try this and if resolve I will close the issue. Closing for now as I think the issue can be this, if will be still present I will re-open. I will fix also my guide and check other guides as well.
Thank you.
PS: the fact user has to insert string can cause errors if forget how and what the right string to use is. A better results in the future can be have a dropdown menu or checkboxes to select
ports IMAP or POP
use of SSL
Sorry, still have the issue. I need help to resolve this.
For private info about this issue you can check ticket #26247
Hi. We got this error yesterday. We fixed it by renaming mailer names using only latin letters and underscore in swiftmailer config file.
@allngth thanks resolved.
I'm not allowed to use an email address like uvdesk-test
I supposed this is an issue I already reported in the past and I was thinking was closed and resolved. Please fix this issue if can be possible!
Thanks
Thank you again for your help, I tried to remove the special characters but on my fist try I never resolved... maybe because need also edit something by FTP. Now works.
I will keep the issue opened, UVdesk team should close when can avoid this error.
Bug report
Title
Just a quick sentence to brief your trouble with UVDesk or something associated with it. Please be calm, short and emphasize on points.
Issue Description
Description helps the developers to understand the bug. It describes the problem encountered or some after effect of some kind.
Preconditions
Please provide as detailed information about your environment as possible.
Today I start a new test installation for diagnose an existent issue: Email replies cause new ticket thread #397
The installation was done by using Softacolous installer.
After the installation is complete I added an email account in SwitftMail and on MailBox. When I go on the page Email Settings and change the default value support@localhost and other field than save the page show all green check and seems has saved content but, refreshing the page will made my customization loosed and again showed default value so I logged in the SSH to lunch the clear cache command:
php bin/console c:c
Here I get errors.
So I'm unable to install test instance using Softacolous and new installation.
PHP 7.4 Apache