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
-
0
votes2
answers981
viewsPHP/Mysql - Switching from localhost to online hosting
I created a website with PHP and a Mysql database using XAMPP. Now I’d like to put the site online on a host, I have to change the connection to the database where it says localhost? What procedures…
-
0
votes2
answers2068
views -
0
votes2
answers289
viewsXampp - Does Not Start
I’m having trouble accessing the files locally ,when I put in the browser http://localhost:8080 displays the shaman’s Dashboard would like it to display the folders with the projects, which are in…
-
0
votes2
answers1785
viewsHow to configure virtualhost for xampp on Ubuntu
Can anyone teach you how to set up a virtualhost for xampp in Ubuntu? I’ve tried this tutorial https://ourcodeworld.com/articles/read/302/how-to-setup-a-virtual-host-locally-with-xampp-in-ubuntu but…
-
0
votes1
answer315
viewsHow to make xampp server local for other stations?
I’m doing this on a windows server 2016 but keeps returning error 500 "Internal Server Error" when I type its ip on another local machine
-
0
votes1
answer299
viewsError opening any PHP page in XAMPP
I have a problem and I can not solve this error on my local server, I am using XAMPP and always try to open any page with PHP is returning a "INTERNAL ERROR".…
-
0
votes0
answers55
viewsHow to create triggers in BD using XAMPP?
A group has N events and each event has M spending. 1) The following Trigger should update the last modification made in the group when an INSERT is made in the event table. Why it does not work?…
-
0
votes1
answer686
viewsCSS and JS does not load on mobile, via localhost
Good morning! I’m making a small website, using Codeigniter 3 and Bootstrap 3. On the PC, CSS and JS work perfectly well, but when I try to access it from Smartphone, by localhost, load only the…
-
0
votes1
answer111
viewsVariable not defined in SQL query for PHP
I am trying to send an array in PHP, a query with the information of a table in Mysql, but I am finding the following error when I try to print an array position: "Notice: Undefined variable: array…
-
0
votes2
answers72
viewsHow to assemble a basic Virtualhost to rewrite Urls in my Xampp htdocs project
Following the model proposed in the file itself httpd-vhosts.conf <VirtualHost *:80> ServerAdmin [email protected] DocumentRoot "C:/xampp/htdocs/dummy-host.example.com"…
-
0
votes1
answer74
viewsAccess a site from a server that is on the same LAN (XAMPP)
Hello to all! I have two computers: Windows 7; Windows Server 2012. My site is in the xampp of windows server 2012, and I want to access it through windows 7. I have tried searching the browser for…
-
0
votes1
answer62
viewsDoubts about installing php7.0 in Debian 8
Ae galley I am installing php7 on the linux server, Debian8 and wanted to know where I get the listing of all php packages that exist, I know some but I wonder if there is where I see all that are…
-
0
votes1
answer444
viewsError 404 in a php file
I’m trying to make a form, created in the index.php file, that sends by method POST for the.php sign-up page and with a header() send a verification variable back to the index. However, when it goes…
-
0
votes0
answers254
viewsXamp [Apache] does not start
I am trying to start apache by xampp, however, I am not succeeding. The Apache_start.bat error is as follows:: httpd.exe: Syntax error on line 176 of D:/xampp/apache/conf/httpd.conf: Cannot load…
-
0
votes0
answers453
viewsError 403 Access Prohibited
I’m using Xampp and virtual host, I’ve already followed a tutorial from the internet and I still get this 403 error.I’ve already set up the httpd.conf and httpd-vhosts.conf files and I don’t know…
-
0
votes1
answer886
viewsError while restoring database using mysql folder
Good morning, I lost a hard drive where my databases were, but I have backup of the banks' folders. I took the briefcase from one of the banks and put it in: C: xampp mysql data And he appears…
-
0
votes1
answer53
viewsLaravel error when creating serves
Hello, I’m having problems creating the serve in the Server with the command (php Artisan serves) it presents this error. The project is created inside the php folder of Xampp, because I could not…
-
0
votes0
answers43
viewsProblems with Xampp
I just did the installation of xampp and typing, in the terminal: $ sudo /opt/lampp/lampp start Some problems appear, follow the terminal image This command below was not I who typed, appears alone:…
-
0
votes1
answer23
viewsRecover DB from Xampp on OSX
I upgraded my Macbook and xampp no longer opened, so I downloaded the latest version of xampp, I was able to import my projects into the HTDOCS folder, but I can’t import the mysql folder into the…
xamppasked 4 years, 11 months ago ThiagoKoller 167 -
0
votes1
answer1051
viewsMysql error - phpmyadmin: Access denied!
I have this problem with phpmyadmin, it was working normal, but when I typed: "mysql" in the linux shell it did not open mysql, only when typing: mysql -h 127.0.0.1 -P 3306 -u root. Then I saw some…
-
0
votes1
answer167
viewsHow to configure xampp to accept the openssl_pkey_new command?
I’m trying to use the openssl_pkey_new command, it was working very well on wamp, but when using xampp it stopped. The code is like this: $sslConfig = array( "digest_alg" => "sha512",…
-
0
votes1
answer192
viewsCharset setting difficulty in PHP
I tried to make a program that assigns a certain color sequence to all characters, but the result is not as expected and all indicates that it has to do with the definition of "charset". Then I’ll…
-
0
votes3
answers2359
viewsChange htdocs from XAMPP to USB stick folder (or use XAMPP on Pendriver)
I already researched a lot, I changed everything that was line httpd.conf and httpd-xampp.conf but nothing went right. I am trying to change the default htdocs xampp folder to a folder on my…
-
0
votes1
answer41
viewsDoubt about Mysql Query
What code is required to display all a user’s posts? I did something like this in PHP: "SELECT * FROM postagens WHERE id='$p_id' AND u_id='$u_id';"; But always returns 0 lines :( CREATE DATABASE IF…
-
0
votes0
answers1503
viewsWarning: session_start(): Failed to read Session data: user (path: C: xampp tmp)
With an error in dos session_start(), it appeared when I reinstalled xampp. Error: Warning: session_start(): Failed to read Session data: user (path: C: xampp tmp) in C: xampp htdocs recepcao…
-
0
votes3
answers1595
viewsHow to pass code (id) through my viwer using Thymeleaf and spring mvc for the controller?
My entity: package local.demo.models; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import…
-
0
votes0
answers1814
viewsHow to access local network site by typing the virtual address (vhost)?
Talk personal. All right? Come on! I’ve been using Xampp for a long time to develop, host and access my sites locally. In the folder htdocs create my directories, as default (meusite1, meusite2,…
-
0
votes0
answers68
viewsArray sent via Json for Javascript comes null on it
I have an application where, a Javascript I have a function that performs an Ajax call to the file . php handle. The . php handles the function buscaConta(p) like: makes a SELECT in the Mysql…
-
0
votes2
answers8160
viewsError switching mysql port in xampp
Because I needed to use Mysql Workbench for college, I left port 3306 pro server Workbench and replaced the XAMPP for 3307 as the boy Suman Kotagiri said in this forum…
-
0
votes1
answer276
viewsHelp in Mysql Phpmyadmin How to insert a table in a database?
How do I insert a table into a abanco ? I am a beginner mysql user and beginner in the world of programming. I made the following code: INSERT INTO banco1( CREATE TABLE Cliente ( id INT NOT NULL…
-
0
votes1
answer266
viewsmysql execution error - XAMPP
I’m trying to create a localhost with the shaman, but the Mysql does not start. Gives this log mysql_error.log: 2015-11-10 15:26:56 10fc InnoDB: Warning: Using innodb_additional_mem_pool_size is…
-
0
votes2
answers651
viewsLaravel - How to configure project to open in XAMPP?
I have a project in Laravel, but for a specific reason I had to uninstall XAMPP and install again. Now I can’t remember what to change in the XAMPP configuration files to make the project run. I’ve…
-
0
votes1
answer756
viewsChange URL in localhost (.htaccess)
I would like to change the URL of my local server. I use XAMPP. I believe it is necessary to create or change the .htaccess. Actually, I already created the file and put it in the root of localhost,…
-
0
votes1
answer132
viewsAccess Prohibited when copying and pasting new home.php
I have a project and it is all in English on the main page being "home.php", I can access it normally in place using "localhost/Colwithgit", however, I need to make a version of this page in…
-
0
votes1
answer469
viewsError API Login Facebook with PHP
Good afternoon, I’m finishing the login screen with PHP using Facebook API, at first I managed to click the button I created and he already asked me to free access on Facebook, this way I already…
-
0
votes0
answers141
viewsSpecial characters difference XAMPP and NGINX
Well I am migrating a system that is running in the xampp to the Nginx, only that the special characters in xampp works normal, but in error Nginx, some hint to solve this problem, the php of xampp…
-
0
votes1
answer73
views -
0
votes1
answer206
viewsConnection refused when I do Curl to a service
I have a service/API that runs on xampp, xampp is installed on a Windows server. From the moment I started to hear the door 1500 instead of the 80 in the xampp, I started to have some problems.…
-
0
votes0
answers76
viewsWorthless temporary directory when uploading images
Hello, in my application I have an upload of multiple images, with almost all images works perfectly, however in 1 image I had a problem and probably should happen more times in the future, so it is…
-
0
votes1
answer189
viewsError 404 in project
I have some settings in the file config/app.php of my project, as: 'base_domain' => 'aplicacao.com.br' 'url' => env('APP_URL', 'https://cliente.aplicacao.com.br') In my route files, I have:…
-
0
votes0
answers24
viewsHow to configure vhost in windows with xampp using a port other than 80?
Does anyone know how to set up vhost in windows with xampp using a port other than 80?! I’m having trouble configuring the host to implement a PHP application. My file httpd.conf is already with…
-
0
votes1
answer50
viewsCheck products with ajax and php for sales page
I’m trying to create a small sales system for a local store and I’m having trouble on the sales page, I was trying to learn how to use ajax to query product data in the mysql database of xampp and…
-
0
votes0
answers40
viewsWhat am I missing in this require?
I created a simple structure to train require, but it is showing error. What I am missing ? Structure, within C: xampp_htdocs SMB\ /file_pasta_Root.php /pasta_A/file_pasta_A.php…
-
-1
votes1
answer77
viewsError in Xampp 3.22
Hello, I’ve been using Xampp for over 1 year and never had any problems with it, however hj had to format my desktop and reinstalled a newer version of Xampp, the 3.22, when starting it it presented…
-
-1
votes1
answer525
viewsMagento installation giving php error Extension
I am running Magento 2.0.1 installation on xampp v3.2.2, and when you will check php Extension the following error appears as the image below: Someone has already been through this problem can help?…
-
-1
votes1
answer1695
viewsXampp MYSQL does not work
The following error is happening with my mysql. MySQL Service detected with wrong path Change XAMPP MySQL and Control Panel settings or Uninstall/disable the other service manually first Found Path:…
-
-1
votes1
answer514
viewsXAMPP localhost email configuration
I made an email configuration in a contact form by Wordpress and added a link mailto:xxxxx. It’s already on the defined page, but it doesn’t get me anywhere. What I need to configure inside the…
xamppasked 6 years, 2 months ago mateus cheles 1 -
-1
votes1
answer38
viewsMcrypt PHP exention Missing! Error installing application
Good evening friends, I’m trying to run a local php application, but this giving error Mcrypt PHP exention Missing! Mysql PHP exention Missing! I already took the ; do Extension=php_intl.dll but it…
-
-1
votes1
answer113
viewsI can’t change files in htdocs without creating a copy
Good afternoon! I am working on a web project and having problems with the htdocs folder. When I make a change to a file and check, the change does not appear on the page. In order for it to appear…
-
-1
votes1
answer167
viewsProblems in "Hello, world!" in PHP
It sounds funny, but it’s true. I made my first code in PHP and tested it, but it didn’t come out what I expected. See the image with the program windows used in this test. In short, I don’t know…