Questions tagged as 'xampp'

0
answers

localhost does not open in browser with XAMPP

Recently I installed XAMPP and it worked perfectly, starta and everything else. After a while I opened localhost and nothing appeared, I gave    This webpage can not be displayed I have tried 127.0.0.1 and already changed the port to...
asked by 07.11.2017 / 14:48
0
answers

Xampp server does not access by my ip

I have the XAMPP server installed and I configured it for 8080 and localhost 8080 servername. My firewal is enabled and my router has port 8080 open. I use an INTELBRAS WRN300 router. But it does not enter when access "meuip: 8080". Alhuem can h...
asked by 28.09.2017 / 07:49
0
answers

Error do not require_once

I created the file functions.php and included it with function add() , but when I call it on page add.php with the command require_once a fatal error appears.    Fatal error: Uncaught Error: Call to undefined functi...
asked by 24.10.2017 / 03:31
1
answer

Problem to raise the Apache server with XAMPP in Ubuntu 17.04

I'm using XAMPP on Ubuntu 17.04 and am experiencing a very annoying problem to raise the apache server. When you enter the /opt/lampp directory and run the ./lampp start command, the following problem is returned: After...
asked by 11.09.2017 / 00:52
1
answer

How to resolve XAMMP virtual host "Access forbidden!" error in MAC OS Sierra 10.12.6?

I just installed a version of XAMPP xampp-osx-5.5.38 -3-installer.dmg . Then I followed the instructions to set up a virtual host. I enabled Include etc/extra/httpd-vhosts.conf and created 127.0.0.1 md-test.com within /etc...
asked by 22.08.2017 / 18:44
1
answer

How to work with absolute URL?

I am developing a system and to perform the tests I am using xampp. That is, everything is accessible through the address:    localhost / myite /... To call all the links on my site, as well as include files, I'm using absolute url, for ex...
asked by 12.08.2017 / 02:22
1
answer

How to insert in 3 tables at the same time? (PHP + Mysql)

I always come here for research but never had to ask. Now I am at a crossroads. I need to add data in 3 tables at the same time (books, author and editor), and in book, I have a foreign editor and author key. In sql I got something like th...
asked by 14.07.2017 / 22:50
1
answer

Laravel NotFoundHttpException

I had a project on my machine where I created the laravel via    $ laravel new application I copied this project to another machine with the perfect xamp like the one of the tool of development, but when I go to the route    Route :: g...
asked by 28.06.2017 / 19:48
1
answer

Configure wordpress site in Xampp

I'm very lost in the configuration of a Wordpress site in Xampp. What I did: Site Backup; Import into the htdocs folder; Creating the "one" database in phpmyadmin . However, I did not create this site, so I'm having difficulty s...
asked by 23.05.2017 / 23:59
1
answer

how to install imagemagick on macintosh (Xampp)

I was trying to install imagemagick on the mac, I opened the terminal and executed the following command ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)". Then I checked brew install imagemagick b...
asked by 06.05.2017 / 23:10