-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occured. Please check your internet connection and try again. #276
Comments
Using the "dist" branch fixes this. |
I am now receiving this error when trying to update from 1.2.0 to 1.2.1. |
Are you receiving the error when replying to a conversation or when updating the app in Manage > System? Any error messages in Manage > Logs >App Logs? |
I am receiving the error when updating the app in Manage > System. No error messages in App Logs. |
Use other update methods: https://github.com/freescout-helpdesk/freescout/wiki/Updating-FreeScout |
Thank you! Error was due to these untracked files; web-based update worked when I removed them.
|
Hi, i have the same problem! I got the error Message when I will update in Manage > System! How its possible to fix this issue? |
@Amandilo1 the manual update worked for me. https://github.com/freescout-helpdesk/freescout/wiki/Updating-FreeScout |
@thewhit The Manual Update worked also for me, but not the automatically Update from the backend! I hope @freescout-helpdesk will fix this problem! |
I have a fresh install of freescout and I am receiving this error. The manual update did not work for me, not sure where else to check. Any help would be greatly appreciated. update: Issue appears to be related to installing in a subdirectory. |
I have a fresh install of freescout manually installed and while setting up fetching emails and sending emails i get the error ive tried to see what is the issue it keeps giving me the same problem. my server is a shared host. and freescout is installed in a subdirectory help needed |
@kppp55 Any errors in logs? Usually updating fails when server has limitations on PHP memory size or max execution time. |
no errors in the logs. update is done by the method https://example.com/install and it was successful max_execution_time = 300 Please suggest what we can do next or if i need to check the codes to find out what is the issue. also to note for sending mails all 3 options below give the same error even though we have an online form on our website which is working fine to send emails to us. PHP's mail() function |
sorry just noted the following logs in app logs [2019-07-31 13:11:17] production.ERROR: No application encryption key has been specified. {"exception":"[object] (RuntimeException(code: 0): No application encryption key has been specified. at /home2/xxxxxxxx/public_html/freescout/freescout-dist/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php:42) |
@kppp55 Apparently, installation did not finish properly. Try to reinstall and check error messages on the last of the installation guide. |
ok i have reinstalled version 1.3.3 from Sofaculous. error log contains the following [2019-08-01 15:24:09] production.ERROR: Error: File '/home2/xxxxxxxx/public_html/freescout/public/storage/js/vars.js' does not exist; File: /home2/xxxxxxxx/public_html/freescout/vendor/devfactory/minify/src/Providers/BaseProvider.php (124) Please note we use cloudflare to speed up our website but we have a cpanel based server for the emails. |
To have
Which error message are you receiving when sending/fethching emails. |
@kppp55 Most likely you have some problems with connection to your mail server. |
@@kppp55 if you still have problems with SMTP/Imap connection, please create a new issue. |
@freescout-helpdesk This looks brilliant; thanks for your work on it.
I have a new installation, checked out from master. When I try to send a reply in Chrome/Firefox, I get this error: Error occurred. Please check your internet connection and try again. The json response I am seeing in the console is "Server Error".
I am running cloudflare; not sure if their WAF could be interfering with the ajax connection.
Any thoughts?
The text was updated successfully, but these errors were encountered: