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
-
23
votes1
answer46824
viewsWhat’s different from Xampp, Wamp, Easyphp, Zwamp and PHP?
What a difference from Xampp, Wamp, Easyphp, Zwamp and PHP? They are all servers? Are all official PHP?
-
16
votes3
answers48471
viewsApache does not start the service in windows 10
I’m using XAMPP and since I switched to windows 10 it comes with this, before it didn’t activate apache, then I looked for some tutorials on the internet and found this. It solved one of the…
-
13
votes6
answers73010
viewsI installed XAMPP but can’t start apache, Error: Apache shutdown unexpectedly
I installed the XAMPP on Windows and I’m not getting to start apache, the error I see is: 18:32:57 [Apache] Error: Apache shutdown unexpectedly. 18:32:57 [Apache] This may be due to a blocked port,…
-
6
votes1
answer12542
viewsTomcat startup problem
As a stopgap measure for this mistake, I installed XAMPP and placed it (Tomcat) as a container for Netbeans. But when I run a project in Netbeans, the following error appears in the Tomcat console…
-
5
votes1
answer3525
viewsCakephp 3.0.1 error message
I have a problem installing the Cakephp, I’m using the Xampp, with PHP 5.5, and displays the message: Fatal error: You must enable the Intl Extension to use Cakephp. in C: Users inhome Desktop io…
-
5
votes1
answer167
viewsMemory overflow with mysqli_query
The following instruction stopped the program: $result = mysqli_query($db, 'SELECT * FROM base'); And returned the following error: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted…
-
4
votes2
answers1937
viewsError: "PHP Startup: sqlsrv: Unable to initialize module"
I’m trying to access SQL Server through XAMPP on Windows 7 64 bits, but I’m not getting, I already followed step by step the tutorials, but when starting Apache gives the error in the line below:…
-
4
votes2
answers34966
viewsWhat is the correct way to use the Location header?
I am doing a course of PHP and Mysql in Alura and arrived at the part where we build the code that removes the product from the database. The page calling the delete function has to redirect the…
-
4
votes1
answer1542
viewsHow to connect a script made in PHP LDAP with Windows AD using SSL connection?
I have the code in PHP LDAP to change password in Active Directory: <?php $usuario="xxx"; $senha_atual="0000"; $senha_nova="11111"; $pessoas="casa.cafe.br"; $servidor="1.1.1.1"; $porta=389;…
-
4
votes2
answers6024
viewsInitialize apache and mysql in windows 7 32 Bits using Xampp
I would like to initialize Apache and Mysql from Xampp as soon as the system is initialized, I did some research and found this: Service installation: In C:/xampp/apache double-click…
-
3
votes1
answer11490
viewsAccess Denied phpMyadmin error 2002
I’m needing to use phpmyadmin in the xampp, but this returning me this error #2002 - File or directory not found The server is not responding (or the socket of the local server is not configured…
-
3
votes1
answer1770
viewsXampp as an enterprise solution for a web server with php applications
I have a machine that will serve as a web server, with php applications and applications with embedded server like Pentaho and odoo Erp, which will be used as intranet and extranet systems.…
-
3
votes2
answers2715
viewsXdebug in Xampp
I’m having trouble activating Xdebug in xampp, since I can’t find the directives in xampp to configure Xdebug. How do I add the Xdebug extension in xampp php.ini?
-
3
votes3
answers547
viewswp_enqueue_script does not work
I am creating a theme for Wordpress, however the wp_enqueue_scripts does not work. The code that is in the functions.php is: <?php function scripts_and_styles() { if ( ! is_admin() ) {…
-
3
votes1
answer875
viewsXAMPP is not working properly
Hello, I want to learn php but I’m having a hard time doing XAMPP work. I use the Debian Jessie, as I still don’t have much notion, I downloaded the mysql, php and apache through a package (LAMP).…
-
3
votes2
answers868
viewsWhen trying to define column as Unique, error is generated by talking 767 bytes
When I try to run a Migration on Laravel, the following error is generated: [Illuminate Database Queryexception] SQLSTATE[HY000]: General error: 1709 Index column size Too large. The Maximum column…
-
3
votes1
answer979
viewsHow to manipulate html forms in python
I needed help with the cgi forms in python. This code works normally when I don’t insert accents: # !/Programas/Python36-32/python # -*- coding: utf-8 -*- import cgi print("Content-Type: text/html;…
-
2
votes1
answer732
viewsInstallation Phalcon PHP
Hello, I’m trying to install the Phalcon PHP Framework in XAMPP on Windows as per this link tutorial: http://docs.phalconphp.com/en/latest/reference/install.html#id2, but following the steps of the…
-
2
votes1
answer744
viewsUsing PHP in the terminal, xampp
I’m trying to use PHP through the terminal, but I can’t, when I type which php he returns /usr/bin/php so I can’t run PHP files, because it can’t find the files. I am using XAMPP for MAC…
-
2
votes1
answer198
viewsXAMPP 5.6.16, apache error with globlas on
I installed Xampp 5.6.14, changed the clause to on (register_globals=on) in php.ini and now apache does not start, application error. I’ve already made changes to http ports for 8000 in httpd.conf…
-
2
votes1
answer3205
viewsError 500 while accessing page using Checkspelling in htaccess
I have several files with image tags, in these images the name of the path has uppercase and lowercase letters, for example: <img src="../../imagens/Botoes/nomeBotao.PNG"> It is not possible…
-
2
votes2
answers1855
viewsWhich is the best version Xampp / PHP , to update and what’s the difference?
I want to update my XAMPP Version: 1.8.3, plus PHP Version 5.5.15, but I have some questions: What is the best version to upgrade, if it is (5.5.38, 5.6.24 & 7.0.9)? Whether this will affect my…
-
2
votes1
answer14035
viewsHow to update the php version in xampp?
I am studying php and downloaded directly from the php site (php.net), the windows version and I am running on the localhost by command prompt. However, I wanted to use xampp as a local server, but…
-
2
votes1
answer724
viewsProblem with conflict between IIS and Xampp
I made the mistake of installing the IIS and now it is giving conflict in localhost:80, I uninstalled, disabled the components and did everything I found on the internet, but it remains in the…
-
2
votes1
answer3332
viewsTroubleshooting for Error: Apache Shutdown unexpectedly
I installed XAMPP recently , in the panel when starting apache service the following error message was displayed 09:04:36 [Apache] Error: Apache shutdown unexpectedly. 09:04:36 [Apache] This may be…
xamppasked 8 years, 2 months ago stringnome 1,752 -
2
votes1
answer1474
viewsLaravel Notfoundhttpexception
I had a project in my machine where I created the Laravel via $ New application Laravel I copied this project to another machine with the perfect shampooing equal to the desiccation machine, but…
-
2
votes1
answer4159
viewsFATAL ERROR: No such file or directory in Unknown on line 0
After the system upgrade (to Windows 10 1709) started giving the following error in running PHP: Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 Fatal error:…
-
2
votes1
answer1791
viewsXampp error Windows 10 apache and mysql not start
I have mysql and SQL server installed and try to install Xampp now, but I get errors when starting Apache and Mysql, already tried to change ports and without success. error log. [Wed Nov 08…
-
2
votes2
answers841
viewsArduino + PHP + Mysql
Guys, I know little of PHP I’m having some doubts... I’m wanting to implement a connection of the three systems mentioned in the title. The idea is to capture two sensor values and send them to php…
-
2
votes1
answer524
viewsError creating a fopen file
When trying to create a file in JSON format with fopen I am returned a permission error with the following message: Warning: fopen(/json/9.json): failed to open stream: No such file or directory in…
-
2
votes0
answers800
viewsJavascript does not work on the localhost but works on the server
I have a project that has a graphic generated by javascript and angular logo on the home page after a login, however, in my localhost this graph was never shown and I arrived at a part of the work…
-
1
votes1
answer74
viewsError with APNS Server using PHP
I created a small APNS Server using PHP, using an older version of Xampp. However when I went to use the push file in a current version, I received the error as per the image: The error line that is…
-
1
votes1
answer178
viewsXAMPP has mysql active?
Well I was wondering if the XAMPP has the mysql active. Or if obsolete is equal to wamp
-
1
votes0
answers74
viewsAccess problems in XAMPP
I am trying to open an image . png via url by localhost and the following message appears:
-
1
votes1
answer821
viewsImport Mysql CSV files
I am using Xampp as a server and Mysqlworkbench as a database, how can I import a csv file for various experiments (file size, upload time, etc)?
-
1
votes1
answer245
viewsCakephp site does not work on localhost
Hello. I have a cakephp site running on an internet server. I’m trying to move to my local machine (Windows 8.1) where I already have xampp running with Cakephp in version 2.1.0. I downloaded the…
-
1
votes1
answer491
viewsphpMyAdmin with slow Xdebug on Windows 8.1 with Xampp
Boas, A while ago I noticed that my phpMyAdmin was stupidly slow (more than half a minute in a simple consultation)... After researching about this, I came to the conclusion that Xdebug should be…
-
1
votes0
answers157
viewsProblem with PHP XAMP on MAC OS X
I put XAMPP php in the path and this error is showing: PHP Warning: PHP Startup: Unable to load Dynamic library '/Applications/XAMPP/xamppfiles/lib/php/Extensions/no-debug-non-zts-…
-
1
votes0
answers158
viewsHow to access xampp page remotely?
I installed XAMPP on a Win2008 server R2 server in my work and released ports 80 and 443 in the firewall, the server is working fine. Now I need to access the XAMPP page remotely from my local…
-
1
votes1
answer96
viewsPHP does not find files when running on the terminal
I run the file x normally, in it I include through require_once various other files, and through the browser I run it normally. But when I run the file by terminal it does not find the same files,…
-
1
votes0
answers58
viewsHelp with PHP and SQL Error
Guys, I’m doing a project at a video store, but the data is not being sent, this is the code: <?php $host = "localhost"; $user = "root"; $pass = ""; $banco = "locadora"; $conexao =…
-
1
votes2
answers5990
viewsIs it possible to send email with xampp from a local server?
Well, from time to time, I find myself in the following situation where I cannot take the test of sites/systems that I develop. Practically always, I develop the system on my machine, to then go up…
-
1
votes3
answers849
viewsRemote server/local server in PHP
One of the options to create a local web server is to use XAMPP (PHP, SQL). On a web server, I have to install XAMPP (or any similar suite) as well or it is only used on local servers?
-
1
votes1
answer3995
viewsMysql server with Xampp to be accessed by another machine?
I am a complete beginner in dealing with Web programming and local and remote servers, my notion on these subjects is quite partial. Well, I have a system that will need access to a Mysql database.…
-
1
votes2
answers584
viewsMysql configure error in xampp
I’m setting up the XAMPP v3.2.2 and my MySQL is not working, follows the error: Error: MySQL shutdown unexpectedly. 5:46:11 PM [mysql] This may be due to a blocked port, Missing dependencies,…
-
1
votes0
answers184
viewsError message when adding data in the form generated in the Phreeze framework
In all applications generated using the PHP Phreeze framework in local environment (Xampp), when adding a record through the form, which was also generated, the following error message is obtained…
-
1
votes1
answer119
viewsProblems with PHP and Xampp
I was mounting this api in php linked with xampp following this video(https://www.youtube.com/watch?v=8Ou1ERM2MOw&index=4&list=PLk7v1Z2rk4hjQaV062aE_CW68xgXdYFpV), but even if I follow…
-
1
votes1
answer1935
viewsConfigure oci8 in xampp php7.18
I’m trying to set up oci in xampp with php7.1.8. I’ve activated the line extension=php_oci8_12c.dll in the php.ini, but when starting the service it gives following message. Unable to locate…
-
1
votes0
answers334
viewsXampp server does not access from my ip
I have the XAMPP server installed already configured it to list 8080 and servername localhost 8080. my Firewal is activated and my router is with the door 8080 open. I use a router INTELBRAS WRN300.…
-
1
votes2
answers3562
viewsHow to connect to Xampp Mysql from another server with Linux installed?
Hello I have a test server known as Xampp in it I have an active database in mysql, only I also have another server with apache running on another machine, and it is in this machine that I want to…