Questions tagged as 'xampp'

3
answers

Xampp does not load project laravel

I have the project laravel on a mac with OSX the captain with php artisan . The project runs without problem, but for personal reasons I want to use the apache of xampp instead of artisan server then when I try to load the index.blade.php i...
asked by 10.10.2016 / 06:08
1
answer

Error starting MySQL in XAMPP

I have installed XAMPP on a WINDOWS machine, but I get an error when starting it. I have already uninstalled and installed twice, but the error keeps coming up. I opened the logdata and this is what appears to me:    2015-11-10 15:2...
asked by 06.09.2018 / 22:30
1
answer

VirtualHost force https instead of http with .dev domain

I have created a Virtualhost for a project. In httpd-vhosts.conf : <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/" ServerName localhost </VirtualHost> <VirtualHost *:80> DocumentRoot "C:/xam...
asked by 30.07.2018 / 23:29
2
answers

Exec command does nothing in PHP

I have the following code: <?php echo "Hola mundo."; exec ("uname -a"); exec ("echo uname -a"); ?> the exec command does nothing on the two lines. I'm newbie in php and I'm stuck. SO Lubuntu 18.04 xampp 5.6.30 PHP Ve...
asked by 17.08.2018 / 03:37
1
answer

Mcrypt PHP extension required

What happens to me is that I have to work on a project that is laravel4.2 and my xammp has php 7.2.3 and when I try to run the project I get the error Mcrypt PHP extension required. I tried to change the Xammp version but the error persists    ...
asked by 04.04.2018 / 23:59
2
answers

Charges well with the laravel server but does not load with xampp

I'm doing some routes in Laravel when I load these routes with the Laravel server works well for me http://127.0.0.1:8000/products Answer me the return of the driver that is 'good night' the route is Route::resource('produc...
asked by 08.04.2018 / 07:28
3
answers

Does not load localhost: 81, Disadvantages with port change 80 to 81

Friends, I changed the port configuration localhost: 80 to localhost: 81 in the following files: httpd.conf: Listen 81 ServerName localhost: 81 In the configuration (config) in xampp > in Services and port services > where it says main...
asked by 02.02.2018 / 20:00
1
answer

Can XAMPP mariaDB be changed by Mysql?

When I installed XAMPP, I found mariaDB in phpMyAdmin in the section Server type and when I try to access cmd to make a database in MySQL from console I also appeared mariaDB     
asked by 27.04.2017 / 07:05
1
answer

Problem with the MySQL of XAMPP

Good evening with everyone I had a problem with the XAMPP does not load the MySQL    12:00:54 a.m. [mysql] Error: MySQL shutdown unexpectedly.       12:00:54 a.m. [mysql] This may be due to a blocked port, missing   dependencies, 12:00:54 a....
asked by 09.04.2016 / 07:04
2
answers

Problems with Mysql in Ubuntu 16.04

I have installed mysql with the xampp and I have it installed separately, I do not want to work with the mysql of the xampp, as I do to be able to work with the other mysql and not with the xampp, if I'm not wrong I must configure the ports to b...
asked by 11.07.2016 / 23:25