-
Notifications
You must be signed in to change notification settings - Fork 67
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
Unable to configure user_external properly #105
Comments
Hi @michelmay |
By now, I have (again) tried the following lines:
Was that what you meant? In any case, it didn't work =/
I would love to do that, but I'm afraid I have no idea how to properly tweak these files and I've been breaking enough working systems in the last few weeks. Could you give an exact line that I could copy / paste, please? I'd appreciate that. Like I said, I'm really not good with web hosting, sorry :( I'll post the current contents of the |
UPDATE: I tried version 0.7 today without any luck. I updated from 0.6.4 on my 'production' server (A) - no success. I installed user_external on a clean(ish) NC on a testing server (B), attempting to log in via server A's IMAP -> nope. I don't know if this is related, but there seems to be an issue with the DB on server B. Like I said, it was a fresh install of user_external there. Whenever I check the
|
thanks for the feedback @michelmay and sorry for the late response
hmm
that would be a new line with hmm, have you set your loglevel to 0 and try to log in over user_external and there is still no log entry? that DB error is strange, though I can't say if this is an error with phpmyadmin or something caused by Nextcloud/user_external |
Thank you for still tending to this matter (and sorry for this late reply).
As I stated in my first post, I didn't see any user_external-related output in my log files, but today, for some (lucky) reason, I was finally able to get some feedback. Now, my log file is actually getting spammed with the following message:
This error wasn't there before, but I sincerely hope it helps us getting closer to the issue. For now, I have disabled user_external and removed the respective line from the NC config file. I'm sorry for being such a bother as this seems to be a very basic problem. |
Hmm, this happens if either the app is deactivated but the config still referencing the backend or if parts of the code is either missing or not loaded correctly... |
Progress! I uninstalled user_external, deleted the lines from the config file and dropped the database table, then reinstalled the whole thing. Now I am getting the following error:
|
hmm looks like your imap server configuration requires auth_sasl, so you would need to install that php package to make it work... can you try this? |
Before I continue messing around with things again, you mean this plugin, right? and not its outdated version here I spent one hour fiddling around with the server yesterday, but we're running PLESK (12.0) on it so adding PHP packages wasn't half as easy as I'd have hoped. |
@violoncelloCH I already spoke with my webhoster and they installed Auth_SASL I do not know what they installed Auth_SASL or Auth_SASL2 |
sorry for the late reply From Roundcubes documentation:
https://github.com/roundcube/roundcubemail/wiki/Install-Requirements it looks like auth_sasl is used, not auth_sasl2; auth_sasl is unmaintained but auth_sasl2 is still in beta, so maybe that's the reason it's not yet used by roundcube... |
I was able to install Auth_SASL 1.1.0, but logging in hasn't been possible yet. I have tried a stupid amount of configurations, which I am going to post below. I have added the respective error messages. Note: 11.22.33.44 -> the IP of the server
|
hi everyone please take a look at this comment with info on how to proceed: #122 (comment) |
Hello everybody,
I know, this is not the most sophisticated bug report but I am not an expert at all so please bear with me. What I'm asking for, basically, are the simple most instructions that I must follow in order to get user_external working again after updating to 0.6.4. I have been reading here on github and tempering with my server for 3 days straight, completely crashing our NC and now I simply don't have the nerve anymore - no offence intended.
My issue in short:
Current config.php:
Note: For testing purposes, I removed user_external from the app_install_overwrite array. Was that good / bad / unimportant?
Please help! I'm close to killing myself or others. Haven't decided yet.
Server configuration
User External App version: (see Nextcloud apps page)
0.6.4
Operating system:
CentOS Linux release 7.6.1810 (Core)
Web server:
Apache/2.4.6 (CentOS)
Database:
Ver 15.1 Distrib 5.5.60-MariaDB, for Linux (x86_64) using readline 5.1
PHP version:
7.1 (Used via PLESK)
Nextcloud version: (see Nextcloud admin page)
16.0.4
Updated from an older Nextcloud/ownCloud or fresh install:
15.x ? dunno
The text was updated successfully, but these errors were encountered: