Author |
|
marcele Newbie
Joined: 15 March 2014 Location: Canada
Online Status: Offline Posts: 21
|
Posted: 19 August 2015 at 10:20am | IP Logged
|
|
|
I am testing out the google drive integration but when I enable it it shows up like this under settings:
PLUGIN_EXTERNAL_SERVICES/TITLE_SERVICES
PLUGIN_EXTERNAL_SERVICES/SETTINGS_DESCRIPTION
Google
PLUGIN_EXTERNAL_SERVICES/SCOPE_FILESTORAGE
PLUGIN_EXTERNAL_SERVICES/APPLY_BUTTON
It seems that the language files are not getting loaded up properly or something for the plugin.
I'm using afterlogic lite 7.6.2 in english. I've verified that the external-services plugin is enabled and in the plugins directory. The i18n directory has the Engilish.ini.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 August 2015 at 2:35am | IP Logged
|
|
|
Can you confirm that data/plugins/external-services/i18n/English.ini file is in place and it actually has those values in there?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
marcele Newbie
Joined: 15 March 2014 Location: Canada
Online Status: Offline Posts: 21
|
Posted: 20 August 2015 at 7:54am | IP Logged
|
|
|
Igor wrote:
Can you confirm that data/plugins/external-services/i18n/English.ini file is in place and it actually has those values in there?
|
|
|
Yes its there and contains all the strings:
Code:
cat data/plugins/external-services/i18n/English.ini
[PLUGIN_EXTERNAL_SERVICES]
TAB_SERVICES = "External Services"
TITLE_SERVICES = "External Services"
LOGIN = "Log In"
APPLY_BUTTON = "Apply"
SIGN_OUT_BUTTON = "Disconnect"
ATTACH_FROM_GOOGLE_CLICK = "Attach from Google Drive"
ATTACH_FROM_DROPBOX_CLICK = "Attach from Dropbox"
SCOPE_AUTH = "Authentication"
SCOPE_FILESTORAGE = "File storage"
SETTINGS_DESCRIPTION = "You can connect your account with external services such as social networks and cloud drives. For instance, you can log in your account via a social network's account (Authentication option)."
INFO_ACCOUNT_ALREADY_ASSIGNED = "This account is already connected."
UNKNOWN_ACCOUNT = "%EMAIL% account is not allowed to log in."
CANT_GET_EMAIL = "This %SERVICE_NAME% account is not allowed to log in."
CONNECTOR_IS_NOT_ALLOWED = "Logging in via %CONNECTOR% is not allowed"
AUTHENTICATION_IS_DISABLED = "%EMAIL% account is not allowed to log in."
|
|
|
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 21 August 2015 at 4:17am | IP Logged
|
|
|
Try removing all the files and subdirectories under data/cache/ directory and see if that helps.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
marcele Newbie
Joined: 15 March 2014 Location: Canada
Online Status: Offline Posts: 21
|
Posted: 22 August 2015 at 7:44am | IP Logged
|
|
|
Igor wrote:
Try removing all the files and subdirectories under data/cache/ directory and see if that helps. |
|
|
Thanks Igor that fixed it!
|
Back to Top |
|
|
marcele Newbie
Joined: 15 March 2014 Location: Canada
Online Status: Offline Posts: 21
|
Posted: 26 August 2015 at 8:38am | IP Logged
|
|
|
Just a note that the documentation was wrong when setting the Authorized Redirect URIs:
http://www.afterlogic.com/wiki/Configuring_integration_with_social_networks_%28WebMail%29#Google
The docs say to use:
http://yourdomain.com/webmail/?google
This is what worked:
http://yourdomain.com/webmail/?external-services=google
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 August 2015 at 4:05am | IP Logged
|
|
|
Oh, that's right. Somehow an outdated article left in there. The up-to-date one is:
Integration with external services (Google, Facebook, Twitter, Dropbox)
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|