Most voted "xampp" questions
XAMPP is a platform-independent, free software server consisting primarily of the Mysql database, the Apache web server, and the interpreters for scripting languages: PHP and Perl.
Learn more…164 questions
Sort by count of
-
1
votes1
answer1364
viewsOCI8 in PHP 7.0 with Xampp 32bit
I’m using xampp in windows 7, PHP version is 7.0.15. I installed the Oracle Instant Client (32bits tbm) and then extracted in the "ext" php folder version 2.1.3 of OCI8 according to this site…
-
1
votes1
answer1286
viewsError installing "PHP Extension mcrypt must be Loaded..."
I’m doing the installation of personnel in localhost, but when starting the installation of such, returns an error PHP Extension mcrypt must be Loaded... I’m a layman on the subject, someone knows…
-
1
votes1
answer103
viewsCode only works when you restart your PC
I am creating an application mostly in PHP, and occurred a few times when making a call in Java, Jquery or CSS and sometimes even another page in PHP and does not work as it should. I went through…
-
1
votes2
answers3657
viewsERR_CONNECTION_REFUSED - Why can’t your phone find the absolute path of files through localhost?
I’m developing a website with framework Bootstrap During development, I came across the problem related to path (path) of folders, images, pages and etc. I was using include to include the header…
-
1
votes1
answer415
viewshow to install imagemagick on Magic ( Xampp)
I was trying to install the imagemagick on the mac, I opened the terminal and ran the following command ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)".…
-
1
votes2
answers333
viewsPHP script scheduling in Windows
I have a test environment VM with Windows Server + Xampp. I need to fire a file (script.php) scheduled every 5 minutes. What is the simplest and most agile way ? Update 1 By the Windows "Task…
-
1
votes0
answers5187
viewsXAMPP - New Security Concept
I have a little problem with XAMPP, I’m not able to allow PHP Myadmin access to mobile. I’ve seen tutos on the Net, but nothing’s worked. Obs: The PC is 64bit, but only found the 32 Bit version to…
-
1
votes0
answers1170
viewsPhpmyadmin does not open after sena default change
Good afternoon, everyone, After modifying the default Mysql password (In the Xampp interface), it no longer opens and displays the following error message: 1045 - Access denied for user…
-
1
votes2
answers863
viewsHow to insert into 3 tables at once? (PHP +Mysql)
I always come here for research but I never had to ask. I now find myself at a crossroads. I need to add data in 3 tables at the same time( books, author and editor), and in book, I have foreign key…
-
1
votes0
answers134
viewsError opening XAMPP connection in Mysql Workbench
Good evening, when I create a connection in mysql Workbench to access XAMPP, this message appears below and the phrase "could not be feched" next to the submenus of the database. Some solution?…
-
1
votes1
answer173
viewsHow to work with absolute URL?
I am developed a system and to perform the tests I’m using the xampp. IE, everything is accessible through the address: localhost/meusite/... To call all links on my site, as well as include files,…
-
1
votes1
answer664
viewsHow 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 a virtual host. I activated Include etc/extra/httpd-vhosts.conf and created 127.0.0.1…
-
1
votes1
answer1020
viewsProblem to raise Apache server with XAMPP on Ubuntu 17.04
I am using XAMPP on Ubuntu 17.04 and I am facing a very annoying little problem to raise apache server. When entering the directory /opt/lampp and execute the command ./lampp start is returned the…
-
1
votes0
answers1811
viewslocalhost does not open in browser with XAMPP
I recently installed XAMPP and it worked perfectly, starta and everything. After a while I’d open up localhost and there was nothing, it was this web page cannot be displayed I’ve tried 127.0.0.1…
-
1
votes0
answers673
viewsError in the require_once
I created the file functions.php and includes in it the function add(), but when I call her on the page add.php by command require_once a fatal error appears. Fatal error: Uncaught Error: Call to…
-
1
votes0
answers454
viewsProblems with . htaccess when hiding public folder
I need to deploy for production of an application that I migrated to Aravel 5.4, in test environment I am using the virtual host in windows where I type in the url 'meusite1' and until then beauty.…
-
1
votes1
answer882
viewsSQLSTATE[08001] - Named Pipes Provider - Laravel
I’m getting an error when connecting the application to the bank. The file . env is configured correctly with the database settings, the error I have as return: SQLSTATE[08001]: [Microsoft][ODBC…
-
1
votes2
answers326
viewsError when trying to connect to SQL Server with Codeigniter and PHP 7
Good afternoon, I started having problems with my CI when updating my development environment (windows + xammp) and production (Ubuntu + apache) to the latest version of PHP 7.1.10. When trying to…
-
1
votes2
answers425
viewsInsert data into XAMPP database with php
I need to enter the data that the user puts on the website for the XAMPP database, but I’m not getting anyone to help me? Page code on which the data is placed: <label>Nome Produto :…
-
1
votes1
answer531
viewsAutoload of Poser is not working
Good night (or any shift in case you’re from the future). Well, my problem is objective, but so far unsolved. I developed an entire project on my windows PC using XAMPP. As the system has several…
-
1
votes2
answers53
viewsI need to select which employees are allocated to which projects
I need to select which employees are allocated to which projects but when I run my code: select projeto.nome, funcionario.nome from projeto, funcionario it selects all names in all projects and not…
-
1
votes0
answers1080
viewsPHP & SQL - A failed connection attempt - XAMPP
Hey, guys, here’s my problem. I own my machine with a Mysql localhost, there is a website that I created, however, when I try to connect the DB of the site with another machine that is not connected…
-
1
votes0
answers29
viewsUnable to change field in php when id is not 1
Good evening, I’m trying to make a change to my database through php, but when clicking on "change" it only allows if the code is equal to 1, I have already put in html to send the id as soon as we…
-
1
votes0
answers28
views -
1
votes2
answers154
viewshow to put php in html
is giving error in my code and I do not know why.. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,…
-
0
votes1
answer538
viewsProblem with xampp server
I have a problem in the xampp server, this installed on a linux, where when I start via terminal appears the following message below. Tail: could not open "/opt/lampp/logs/error.log" for reading:…
-
0
votes2
answers1879
viewsactivating the phpmyadmin
I am running XAMPP, however my phpmyadmin is disabled I have done everything to activate, there is some other option, follow below the error. #2002 - File or directory not found Server not…
-
0
votes0
answers277
viewsPermission problem with XAMPP
I installed XAMPP in Ubuntu, but I can’t do a simple installation of wordpress. I already pointed out the project folder that in the case was: /opt/lampp/httdocs to (personal folder):…
-
0
votes0
answers242
viewsXampp problem with the door
I installed Xampp to test some php files and right away happened that port error, by default it uses port 80. As I could not kill the process (access denied) that is in this port I edited the…
-
0
votes2
answers1751
viewsXampp - access by Android
I have a WS fajunta that I did just to practice and another day for lack of what to do, I put in my android browser ip/xampp and appeared the message "Access prohibited!" , I did not know it was…
-
0
votes1
answer2904
viewsXAMPP - Apache error
I installed the XAMPP in my notebook, and it’s with this error that I don’t know what it is. 10:41:41 [mysql] Status change detected: stopped 10:41:41 [mysql] Error: MySQL shutdown unexpectedly.…
-
0
votes2
answers10669
viewsAs local network localhost address
I am testing a web application locally by pc and mobile, connect on pc using http://localhost and by cell phone http://192.168.xx.xx:8080. And I wonder if you have how to change the host address to…
-
0
votes2
answers1385
viewsProblem when connecting to XAMPP port 80
No matter how many times I give Start or Stop, he keeps giving me the same every time, problem at port 80 and access Unable, but if I press start and go to the address bar and put localhost:8080 it…
-
0
votes0
answers32
viewsconfigure breakpoint in eclipse Luna
I already searched the net and Youtube and I did not find a way to configure the breakpoint in eclipse Luna with PDT I use windows and with server I use wamp and on other machines XAMPP, someone…
-
0
votes0
answers408
viewsSetting up Firebird with PHP?
I’m using XAMPP/LAMPP with Centos and I’m trying to configure PHP to connect to a Firebird database. At php.ini I’ve cracked the line extension="interbase.so" and copied the interbase.so to the…
-
0
votes2
answers14689
viewsError 403 in Localhost XAMPP
Well, always running everything normally in XAMPP on localhost, suddenly when starting XAMPP it returns me error 403, with this message: Acesso Proibido! Você não tem permissão para acessar o…
-
0
votes1
answer59
viewsUnexpected end of file error in cakephp
I have a cakephp project that is in version 1.3.15 and I am trying to run in Xampp but it is giving this error as the attached print and this line corresponds to the closing of my html tag. Does…
-
0
votes1
answer195
viewsDoubt xampp directory
I have a question regarding shamans. I have a folder in htdocs inside the xampp directory. The doubt is as follows: When I access this folder from the web for example: https:/localhost/myhost does…
-
0
votes0
answers203
viewsProblems saving XAMPP database
I’m in a lot of trouble with my xampp, have some time I’ve been trying to add anything into the database mysql but I am not successful in my attempts. In the error.log PHP is described the following…
-
0
votes1
answer626
viewsError when connecting PHP Activerecord with XAMPP phpmyadmin
When trying to connect phpactiverecord to the database in XAMPP phpmyadmin through this code: <?php require_once 'php-activerecord/ActiveRecord.php'; $cfg = ActiveRecord\Config::instance ();…
-
0
votes1
answer314
viewsXdebug - xampp php7
Good afternoon guys, I researched several places on how to activate Xdebug and found some solutions, but none of them worked here. The simplest way I’ve ever used is to uncheck the ; from the…
-
0
votes0
answers66
viewsSass in shaman does not work
Good afternoon, I’m trying to run the Sass in the shaman, but it’s not working. Can anyone tell me if it has how to run or how to make it work?
-
0
votes1
answer799
viewsI do not receive email via Phpmailer
I’m using Phpmailer to send a message via form, but it’s not working. I’d like to know where I’m going wrong. Remember that the email that will receive the form information is Gmail. Follow my code…
-
0
votes0
answers68
viewsDirectory problem in XAMPP
My XAMPP server (local host) has the documents of a project on /htmdocs/project , inside has a index.html what call This Javascript/Jquery Code $(document).ready(function ()…
-
0
votes0
answers1704
viewsApache shutdown unexpectedly , Does Not Work/Start!
Man shaman no longer starts the Apache, this is making it impossible for me to test my codes, I was programming, everything was working normally when out of nowhere my Apache stops working and every…
-
0
votes1
answer6157
views -
0
votes1
answer217
viewsMigrate database
Colleagues. We had a problem in a computer from which we had to format it, but we kept the files and had to reinstall the programs, among them Xampp. The folder that was left was c:/xampp, so we…
xamppasked 7 years, 5 months ago user24136 -
0
votes1
answer701
viewsLaravel does not carry Visual part
When I enter my host location (http://localhost/project/public/login) the page is loaded but the design is not, thus. NOTE: I just put php Artisan make: auth nothing else…
-
0
votes0
answers34
viewsUndefined index: txtnum in C: xampp htdocs factor.php on line 2, can anyone help with this error?
follows the codes: <html> <head> <title>Fatoração</title> </head> <body> <form method="post" action="fator.php"> Numero: <input type="text"…
-
0
votes2
answers2682
viewsHow to set up XAMPP for Sql Server 2014
Can anyone teach me how to set up XAMPP for Sql Server 2014? I’m in a project that doesn’t allow Mysql (PHPMYADMIN).