(Laragon) Apache and PHP versions not compatible despite having same VC, being both Win32 and PHP being thread-safe
Why does this happen? Are there other requirements for them to work together?
Why does this happen? Are there other requirements for them to work together?
I cannot use/access the carousel.js file - GET http://name.test/js/carousel.js net::ERR_ABORTED 404 (Not Found) front-page.php <div class="row"> <div class="col-lg-4"> <div class="carousel_item carousel_item--visible">first post</div> </div> <div class="col-lg-4"> <div class="carousel_item">second post</div> </div> <div class="col-lg-4"> <div class="carousel_item">third post</div> </div> </div> <div class="carousel_actions"> <button id="carousel_button--prev"…
Everything was ok before. Today I tried to start laragon apache and I got the following error : httpd: Syntax error on line 546 of C:/laragon/bin/apache/httpd-2.4.35-win64-VC15/conf/httpd.conf: Syntax error on line 1 of C:/laragon/etc/apache2/fcgid.conf: Cannot load C:/laragon/etc/apache2/modules/mod_fcgid-2.3.9-Win32-VC14.so into server: %1 is…
Kinda having a weird problem here. I am using laragon as my local dev app and now I am testing my code on a shared hosting. The thing is, the laravel.log file puts itself and recreates itself in the /public…
On Windows 10 Pro, after downloading PHP 8, switching to it in Laragon (PHP > Version) and restarting Apache, I get the following error: httpd: Syntax error on line 546 of C:/laragon/bin/apache/httpd-2.4.35-win64-VC15/con...: Syntax error on line 2 of C:/laragon/etc/apache2/mod_php.conf: Can't…
After enabling the auto virtual host I wanted to try pretty url for my current project. Problem is it first showed index of/ of the project and after trying some solutions it now shows "This site cannot be reached!" error.…
I've a project named 'my-new-project' (that's just an example). With laragon auto virtual host name feature, i can browse this project via http://my-new-project.test/ Is it possible to browse this project with another name instead of this project name like... http://project.test/?…
i am trying to migrate my first migration in laravel 7 project i have created database in phpmyadmin. i have Laragon app for localServer, these are my .env code for database connection DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=portfolio-project DB_USERNAME=root DB_PASSWORD= when i…
I would like to create a Symfony project. I have the same issue as many people concerning php version: Symfony uses the wrong one. λ php -version PHP 7.4.1 (cli) (built: Dec 17 2019 19:24:02) ( ZTS Visual C++ 2017…
I'm running Windows 10 and I've been suffering from slowness in my XAMPP and now my Laragon. I tried virtually all the tips and tricks available online to speed them up, but none worked. It takes me like 8 seconds…