Questions tagged [xampp]

XAMPP is a cross-platform Apache distribution bundled with MySQL, PHP and Perl.

XAMPP is an Apache distribution containing MySQL, PHP, Perl, Mercury (mail server), phpMyAdmin and Tomcat. Its acronymous name also suggests this, as mentioned below.

The philosophy behind XAMPP is to build an easy-to-install distribution for developers to get into the world of Apache and easy local web hosting on one's own computer.

XAMPP is a compilation of free software. It is compatible with Windows, Linux, Mac, and Solaris. It's, also, free of charge and it's free to copy under the terms of the GNU General Public License.

From version 1.7.4, Tomcat has been a part of the basic package and from version 1.7.2 Perl has been a part of the basic package. There are addon packages called BitNami for XAMPP that are able to install some popular applications, easily, into your working XAMPP packages such as WordPress, Joomla, Drupal, etc.

The name "XAMPP" is an abbreviation for:

  • X (cross) means cross-platform
  • Apache
  • MySQL
  • PHP
  • Perl.

Resources

Latest version:

Windows, Linux, OS X: 8.2.0 (PHP 8.2.0)

12601 questions
2
votes
1 answer

End of script output before headers error with Python Script

I've read multiple SO posts regarding this, but can't seem to get this to work. This is my first time working with Python on Apache so I would appreciate the help I can get! So ultimately, I'm trying to run a Python script in my htdocs, but I can't…
Sam
  • 495
  • 3
  • 11
  • 19
2
votes
0 answers

How to Export the jQuery Datatable with data range to PDF,Excel,CSV and Copy

I have a form to do some filtration which works fine. In my form i can only filter record and to generate the filtered results into excel(only the filtered record).Here i have to add date range filter and If the user selects only from_date and…
MONEYMSN
  • 69
  • 9
2
votes
0 answers

Chrome wont open my PHP file hosted by XAMPP, even if I used HTTP (constantly loading)

I am using XAMPP to host a simple register script inside a folder called phptesting. But every time i try to view any possible errors in the script via chrome, it will never load. Its always loading. I used http://localhost/phptesting/register.php,…
user10563655
2
votes
3 answers

the xampp-control.exe that this shortcut refers to has been changed

I am using XAMPP server from past few months without any problems but today suddenly when I tried to open XAMPP control panel it says the XAMPP -control.exe that this shortcut refers to has been changed shortcut will not work anymore. I tried to…
anusha
  • 115
  • 2
  • 14
2
votes
3 answers

Xampp Object not found! error, cannot publish a new post

I installed laravel 5.7 on XAMPP. Now, when I want to publish a post. I am getting the bellow error. Please help. Thanks in advance. Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong…
Shamima Saleem
  • 143
  • 1
  • 1
  • 9
2
votes
3 answers

localhost wordpress redirects to XAMPP Site

my localhost in my browser keeps redirects to Welcome to XAMPP for Windows! I have set the necessary at database url at wpe2_options, wpe2_posts , wpe2_postmeta htaccss # BEGIN WordPress RewriteEngine On RewriteBase…
2
votes
2 answers

Using XDebug with Eclipse PDT & XAMPP

I cannot debug a PHP script as a script. It always terminates immediately after starting. I set up an Xdebug log in my php.ini, but it's completely unhelpful. Xdebug does show up on my phpinfo(), so I know it's loaded in Apache. I can also debug…
F_C
  • 1,011
  • 3
  • 11
  • 16
2
votes
1 answer

PDOException: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: no such host known

I am new in PHP and when I am trying to connect my database with PHP it is showing error Uncaught PDOException: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\xampp\htdocs\sql_php\pdo.php:2 Stack…
2
votes
3 answers

Moving laravel project to another directory

I just installed laravel. I use Windows Xampp. Currently I installed it in c:\users\user_name\laravel. Is that correct or should I put it in htdocs? If so how to do it? thanks for your help
Aidin
  • 57
  • 2
  • 7
2
votes
1 answer

Symfony Warning: DOMElement::setAttribute(): string is not in UTF-8

I am facing this error while running the Symfony 2.8 project on my windows machine. I have read all the related questions available in this forum and tried every one of them but no luck. Did anyone face this issue? Note: This project works fine in…
Manigandan Arjunan
  • 2,260
  • 1
  • 25
  • 42
2
votes
2 answers

The Encrypt library requires the Mcrypt extension error

I am getting this error message in CI and I am using XAMPP: An Error Was Encountered The Encrypt library requires the Mcrypt extension. I already look for other similar post but still have not found the right answer. I try this adding this script in…
Victor
  • 31
  • 1
  • 3
2
votes
0 answers

How do I upgrade MariaDB to v10.3 on XAMPP

I'm sorry if this has been asked before, but I'm finding conflicting information. I need to upgrade to the latest version of XAMPP, and I've found the directions to do that. But it uses MariaDB v10.1, and I need MariaDB v10.3. If someone has…
VickiG
  • 21
  • 3
2
votes
1 answer

Php.exe installation failed during Xampp installation

While installing xampp, I was unable to download php.exe: Problem running post-install step. Installation may not complete correctly Installation failed (php.exe). Perhaps you have to install the Microsoft Visual C++ 2008 redistributable…
Jen
  • 31
  • 4
2
votes
0 answers

Php concurrency mysqli

I have a database on XAMPP and I use php in order to manipulate the database. I wish to read and write the database in concurrency way and each table are connected with the others. I don't understand if my approach is right. When I wish to read I…
user9659243
  • 117
  • 1
  • 2
  • 11
2
votes
2 answers

Running Python Code on Xampp on windows platform

XAMPP-PYTHON-WINDOWS I have installed Xampp. I'm running the apache web server and mySql service. I want to host my python code on my web server. However, I am having a hard time setting up python with Xampp. I read about modwsgi, downloaded it and…
csguy11
  • 5,007
  • 6
  • 22
  • 20
1 2 3
99
100