Questions tagged [laragon]

Laragon is a set of bundled development tools based on Apache, PHP, and MySQL or MariaDB that runs on Windows.

Laragon is a set of bundled development tools based on , , and or that runs on .

277 questions
0
votes
1 answer

Laragon Adminer warning continue

I get an error when I try to access my own Adminer 4.8.0 in the localhost/adminer route with my browser. It works without Laragon. Using: Laragon 4.0.16 (which has the Adminer 4.6.3 app) PHP 8.0.3 I get the following error: Warning: "continue"…
Quirinus
  • 442
  • 1
  • 5
  • 9
0
votes
1 answer

Laravel app with problems on production, forcibly closes connection

I'm posting this problem because I'm seaching everywhere and I don't find anything related to this. I have managed to create an web-app in Laravel that connects to a user database and have a user system and several views and controllers, everything…
0
votes
0 answers

Laragon data loss after lite to full update

I had to update from lite to full and all my sql tables went missing. I read an article which said there would be no such consequences on update but mysql says table does not exist. Is there a way to get the data back. The data is really important…
Ashok
  • 369
  • 5
  • 16
0
votes
1 answer

phpmyadmin doesn't work what is the problem

Fatal error: Uncaught TypeError: Return value of PhpMyAdmin\Response::isAjax() must be of the type boolean, null returned in C:\laragon\etc\apps\phpMyAdmin\libraries\classes\Response.php:238 Stack trace: #0…
0
votes
2 answers

Laragon |

iam using laravel with laragon, is there any way to remove the "public" word from src ? :
0
votes
1 answer

"Laragon" Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: C:/laragon/bin/php/php-7.4.15-Win32-VC15-x64/ext\intl

I just start a new project and have to switch from WAMP to Laragon. Everything was good until I change the path of my "php" from C:\wamp64\bin\php to C:\laragon\bin\php. When I try this command on my terminal php -v I have this message Warning: PHP…
Dje Djé
  • 11
  • 3
0
votes
2 answers

php.ini Timezone is not working - Laragon local development

I tried several times changing the timezone on php.ini, but for some reason timezone of my app installation is not picking it up. I've attached both app error and current php settings. I am newbie, and spent the whole day trying to fix this, but…
rogueuser
  • 3
  • 4
0
votes
1 answer

Laragon - How do I serve a website on startup?

Right now I have to open laragon start all > go into commands > and write php artisan serve, only then can I access the local website. My question is how can I start all and serve the website on start of the program. Thank you in advance!
Cristian Cutitei
  • 120
  • 3
  • 12
0
votes
1 answer

Laravel Route in NGINX on Windows machine didn't work well

I just install my nginx server on my windows laptop. Then I setup the nginx.conf file like this : server { listen 80; server_name laravelninja.local; root C:/blablabla/public; index index.php; location ~…
devmfn
  • 3
  • 3
0
votes
0 answers

Laravel notification and mail component error

What could be the reason for these errors in the local dev server? I tried lots of different ways markdown, notification. Then I published and attempted to remove @components from Blade files, and then views worked. I am using Laragon with Laravel 8…
abxstract
  • 319
  • 3
  • 11
0
votes
0 answers

Laragon Xdebug freezes PhpStorm

I was using XAMPP with PHP 5.6 and Xdebug was going fine for me, PhpStorm stops when it has to do, but i decided to upgrade to Laragon because its features and I installed Xdebug like the instructions and when I put PhpStorm to listen the web loads…
Musty
  • 1
  • 3
0
votes
1 answer

Fatal error: Uncaught Error: Call to undefined function db2_connect()

I have some problem. I have been looking it for almost a week. I have done include ibm_db2.dll, change php version but not working. When I run the db2 query, it shows Fatal error: Uncaught Error: Call to undefined function db2_connect() in…
0
votes
0 answers

The requested PHP extension ext-intl ^1.1 has the wrong version (7.3.17) installed

When I run composer intall, it gives me this error "The requested PHP extension ext-intl ^1.1 has the wrong version (7.3.17) installed. Install or enable PHP's intl extension." I've already unticked the semi-colon in php.ini for extension=intl.…
r.cam
  • 43
  • 1
  • 7
0
votes
1 answer

PDF functionality not working with imagick using Laragon

I'm currently trying to convert PDF pages to images using Imagick however, I get the following error below: PDFDelegateFailed `The system cannot find the file specified. ' @ error/pdf.c/ReadPDFImage/794 I believe this is because ImageMagick is not…
Gazz
  • 1,017
  • 3
  • 17
  • 31
0
votes
3 answers

Why SQL error when insert turkish letter?

I created a simple form with 3 inputs for make a new wedding. I ask for name, password and email. But if the user enters a Turkish letter like marvın, I get this error : Erreur SQL (1366) : Incorrect string value: '\xC4\xB1n' for column 'name' at…