Difficulty Installing Drupal on Laragon with PHP 8.3.10, MySQL 8.4, Apache 2.4.62 too slow. #848
Replies: 3 comments 1 reply
-
What is your computer's hardware specs, and your my.ini content? |
Beta Was this translation helpful? Give feedback.
-
HP ProBook 830 G8 13.3-inch Laptop with 11th Gen Core i5, 16GB RAM, and 256GB NVME SSD λ php -i System => Windows NT DESKTOP-3S5SF28 10.0 build 19045 (Windows 10) AMD64 Registered PHP Streams => php, file, glob, data, http, ftp, compress.zlib, https, ftps, phar, zip This program makes use of the Zend Scripting Language Engine: Configuration bcmath BCMath support => enabled Directive => Local Value => Master Value calendar Calendar support => enabled Core PHP Version => 8.3.10 Directive => Local Value => Master Value ctype ctype functions => enabled curl cURL support => enabled Directive => Local Value => Master Value date date/time support => enabled Directive => Local Value => Master Value dom DOM/XML => enabled exif EXIF Support => enabled Directive => Local Value => Master Value fileinfo fileinfo support => enabled filter Input Validation and Filtering => enabled Directive => Local Value => Master Value gd GD Support => enabled Directive => Local Value => Master Value hash hash support => enabled MHASH support => Enabled iconv iconv support => enabled Directive => Local Value => Master Value intl Internationalization support => enabled Directive => Local Value => Master Value json json support => enabled libxml libXML support => active mbstring Multibyte Support => enabled mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. Multibyte (japanese) regex support => enabled Directive => Local Value => Master Value mysqli MysqlI Support => enabled Directive => Local Value => Master Value mysqlnd mysqlnd => enabled openssl OpenSSL support => enabled Directive => Local Value => Master Value pcre PCRE (Perl Compatible Regular Expressions) Support => enabled Directive => Local Value => Master Value PDO PDO support => enabled pdo_mysql PDO Driver for MySQL => enabled Phar Phar: PHP Archive support => enabled Phar based on pear/PHP_Archive, original concept by Davey Shafik. random Version => 8.3.10 readline Readline Support => enabled Directive => Local Value => Master Value Reflection Reflection => enabled session Session Support => enabled Directive => Local Value => Master Value SimpleXML SimpleXML support => enabled soap Soap Client => enabled Directive => Local Value => Master Value SPL SPL support => enabled standard Dynamic Library Support => enabled Directive => Local Value => Master Value tokenizer Tokenizer Support => enabled xml XML Support => active xmlreader XMLReader => enabled xmlwriter XMLWriter => enabled xsl XSL => enabled zip Zip => enabled zlib ZLib Support => enabled Directive => Local Value => Master Value Additional Modules Module Name Environment Variable => Value PHP Variables Variable => Value $_SERVER['argc'] => 0 PHP License This program is distributed in the hope that it will be useful, If you did not receive a copy of the PHP license, or have any |
Beta Was this translation helpful? Give feedback.
-
Getting Error in Wordpress Drupal or PHP This site can’t be reachedThe connection was reset. Checking the connection This is main issue. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I’m having trouble installing Drupal on my local development environment using Laragon. Below are the details of my setup and the issues I'm encountering.
Environment Details:
Steps Taken:
settings.php
file with database details.Issue Description:
When I try to run the installation script through the browser, I receive the following error message: "Database connection error: The MySQL server has gone away." I have checked my database credentials and they are correct.
Troubleshooting Steps Tried:
Additional Information:
Sometimes Error:
This site can’t be reachedThe connection was reset.
Try:
Checking the connection
Checking the proxy and the firewall
Running Windows Network Diagnostics
ERR_CONNECTION_RESET
I would appreciate any guidance on resolving this issue. Has anyone encountered similar problems with this setup? Are there specific configurations or steps I might be missing?
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions