mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #7] PHP Fatal error: Class 'Hm_Auth_IMAP' not found #4
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gevatter on GitHub (May 4, 2015).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/7
Originally assigned to: @jasonmunro on GitHub.
I copied the sample ini file and the only thing i changed is
auth_type=IMAP.I am aware that the comment says
the imap module must be enabledbut it is present in the "modules" line at the end of the file. Am I missing something, is there something else what needs to be done? I din't find a hint what to do.@jasonmunro commented on GitHub (May 4, 2015):
Could be a bug, I don't use the IMAP authentication very often :) I will setup a test and see if I can reproduce this.
@jasonmunro commented on GitHub (May 4, 2015):
Definitely a bug. Working on a fix now!
@jasonmunro commented on GitHub (May 4, 2015):
Should be resolved, sorry about that! I moved the module set specific auth classes to the module code, but that creates some issues with not loading when we need them to. I will come up with a better fix, but in the meantime I moved them back to lib/ to resolve this issue. Thanks for the feedback again!
@gevatter commented on GitHub (May 4, 2015):
No need to be sorry, thank you for your amazing quick answers :)
Unforunaliy I still get an error:
I cloned the whole repo in a clean envoronment to be sure.
@jasonmunro commented on GitHub (May 4, 2015):
Well I did a pretty crappy job fixing that then, didn't I :) I had some local changes that partially masked this. Once I rewound that I was able to reproduce. It should be all fixed up now. I also noticed the default module list in the sample ini file is incorrect, so you will want to update that before trying again.
github.com/jasonmunro/hm3@d742069842. (be sure to rerun the config_gen.php script after updating your ini file). Thanks for the great feedback, I love getting this fixed up!@gevatter commented on GitHub (May 4, 2015):
Works for me now, thank you verry much. And thank you for this tool in general. I will continue reporting if there are things to report.