mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[GH-ISSUE #1545] 🐛 [Bug] autoload.php not found during install #681
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#681
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 @Node815 on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1545
🐛 Bug
Running the config_gen.php script fails to complete. The following error occurs:
As you can see below, the vendor directory does not exist, nor does the source from this site show one which I could use:
Version & Environment
Cypht
Rev: ]v2.4.2
OS: Debian 12
@Shadow243 commented on GitHub (Jun 19, 2025):
@Node815 Thanks for reporting this issue. The error indicates that the
vendor/autoload.phpfile is missing, which usually means that the dependencies have not been installed yet.To help diagnose this, could you please confirm:
composer installsuccessfully before running theconfig_gen.phpscript?composer installproduce any errors or warnings?Normally, if
composer installruns without problems, thevendordirectory (includingautoload.php) should be created. If you’re running in Docker, the Dockerfile or entrypoint script should handle this during build or startup.Let me know these details so I can assist you further.
@marclaporte commented on GitHub (Aug 20, 2025):
@Node815 We need you :-)
@Node815 commented on GitHub (Aug 20, 2025):
I will retry later tonight and follow back up.
@Node815 commented on GitHub (Aug 20, 2025):
I installed via Docker and am testing it now, so far, no issues, but I will keep you posted.
@marclaporte commented on GitHub (Aug 25, 2025):
Ok, closing for now. Please reopen this issue if same / closely related issue emerges.