Install LHC on xampp PHP: 8.2.12 on windows 11 pro #2241
-
How can I install LHC on my environment ? the newest composer is there, but it want pcntl, but this is not possible on Windows. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Installing dependencies from lock file (including require-dev) Problem 1 To enable extensions, verify that they are enabled in your .ini files: "sodium" were no problem. xampp has it. But "pcntl" is a problem, because this extention does not exists for Windows. |
Beta Was this translation helpful? Give feedback.
-
As I see this is required by PHP-Resque extension. If what you can ignore if you just planning to play around on window. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I do not understand, what you mean. Result of my next try: P:\HTTPS\LiveHelperChat>composer install --ignore-platform-req=ext-pcntl Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
In GitDownloader.php line 82: git was not found in your PATH, skipping source download install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [...] P:\HTTPS\LiveHelperChat>composer install --ignore-platform-req=ext-pcntl --prefer-dist Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0 In GitDownloader.php line 82: git was not found in your PATH, skipping source download install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [...] |
Beta Was this translation helpful? Give feedback.
-
Now, I have a other problem by the login as admin. http://localhost/LiveHelperChat/index.php/site_admin/user/login The browser "FireFox" said: Error: Redirection Error The requested website redirects the request in such a way that it can never be completed. This problem can sometimes occur if cookies are disabled or rejected. I have no idea, what can I do to fix it. |
Beta Was this translation helpful? Give feedback.
Ok, now I was successful of installing.
I will write a short manual for Windows-Users to fix problems like that
and send it to you.