-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
cPanel Integration Issue #1862
Comments
I was able to resolve the issue of the broken image on the webmail functions page: This was simply an issue of the version number being incorrect in the webmail_snappymail.yaml file: Before:
After:
Issue with the is_dir error still exists, though. |
PHP Info:
|
Your error log should explain why is_dir failed. More info at #697 |
That is what I was hoping, but there is nothing in the error_log (Nothing in user error_log or root error_log). There was only mongodb extension errors which are unrelated. I manually ran the initialization script (cpanel.php), but nothing was created. Just to confirm, SnappyMail is compatible with PHP 8.1? |
Describe the bug
Snappymail not loading in cPanel after extracting files into root file system.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Snappymail should load
Screenshots
Please complete the following information:
Debug/logging information
Read here how to log
Error log within dir has no errors, unable to find traditional app method of enabling logs. Assuming it would be in cPanel logs, nothing found.
The data directory for snappy mail that is supposed to be created in the user home directory is not being created either, I suspect that's part of the issue if not the main issue.
The text was updated successfully, but these errors were encountered: