[GH-ISSUE #1040] Running config_gen.php fails due to missing files #556

Closed
opened 2026-02-25 21:35:21 +03:00 by kerem · 0 comments
Owner

Originally created by @oh1apps on GitHub (May 21, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1040

🐛 Bugreport

Cypht 2.0.x

Going through setup till step 4. Generate Dynamic Run-Time Configuration

Script fails with error:

PHP Warning: require(/opt/cypht/cypht-2.0.1/vendor/autoload.php): Failed to open stream: No such file or directory in /opt/cypht/cypht-2.0.1/scripts/config_gen.php on line 21
PHP Fatal error: Uncaught Error: Failed opening required '/opt/cypht/cypht-2.0.1/vendor/autoload.php' (include_path='.:/usr/share/php') in /opt/cypht/cypht-2.0.1/scripts/config_gen.php:21
Stack trace:
#0 {main}
thrown in /opt/cypht/cypht-2.0.1/scripts/config_gen.php on line 21

And indeed - autoload.php isn't there

Originally created by @oh1apps on GitHub (May 21, 2024). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1040 ## 🐛 Bugreport Cypht 2.0.x Going through setup till step 4. Generate Dynamic Run-Time Configuration Script fails with error: PHP Warning: require(/opt/cypht/cypht-2.0.1/vendor/autoload.php): Failed to open stream: No such file or directory in /opt/cypht/cypht-2.0.1/scripts/config_gen.php on line 21 PHP Fatal error: Uncaught Error: Failed opening required '/opt/cypht/cypht-2.0.1/vendor/autoload.php' (include_path='.:/usr/share/php') in /opt/cypht/cypht-2.0.1/scripts/config_gen.php:21 Stack trace: #0 {main} thrown in /opt/cypht/cypht-2.0.1/scripts/config_gen.php on line 21 And indeed - autoload.php isn't there
kerem closed this issue 2026-02-25 21:35:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#556
No description provided.