Questions tagged [lampp]

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

Since its creation, the LAMP model has been adapted to other componentry, though typically consisting of free and open-source software. For example, an equivalent installation on the Microsoft Windows family of operating systems is known as .

Use this tag for programming questions related to the LAMP programs.

Source: Wikipedia

279 questions
0
votes
1 answer

Stop Unlisted Services

I have just reinstalled LAMPP. When I try starting LAMPP using /opt/lampp/lampp start, it says another ftp and mysql daemon is already running along with another web server. I deleted the old instance of LAMPP without stopping all the services. When…
Nyx
  • 1,133
  • 6
  • 16
  • 31
-1
votes
3 answers

fopen() in PHP not creating or writing to txt file

I get the following Warning: Warning: fopen(Uploaded_Files/dataFile1.txt): failed to open stream: Permission denied in /opt/lampp/htdocs/PHP_Course_Practice/Superglobals/data_upload.php on line 17 I am using XAMPP for 7.4.8-0 Using my MacBook as a…
KodeMonk
  • 1
  • 2
-1
votes
1 answer

How to make two virtual host point and same project while using docker compose to serve?

I have two domains sharing same codebase and database. Now I need two domains to connect to two different database respective to domain. I am using docker compose to serve in my local setup. Then i go to my browser and enter localhost:2000 to see my…
-1
votes
1 answer

Guard authenticator does not support the request after change from XAMPP to LAMPP

I've got a symfony 4 application developed in XAMPP. Now i made a setup of LAMPP in Unbuntu a few weeks ago. Now the first time i've installed my symfony project on Ubuntu with file rights 775 it doesn't work. In browser i get the message "Not Found…
Stef
  • 88
  • 8
-1
votes
1 answer

can't download from composer on linux OS

Problem 1 - Installation request for kreait/firebase-php 4.35 -> satisfiable by kreait/firebase-php[4.35.0]. - kreait/firebase-php 4.35.0 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system. You can…
-1
votes
1 answer

Unable to configure SSL to httpd-vhosts.conf

I'm using the ubuntu 16.04 server & lampp server and I get this error XAMPP: Your /etc/hosts is not okay. I will fix it. when I uncomment this line #SSLEngine on So far it is running fine in port 80 I want to add SSL to it Please help me out. My…
-1
votes
2 answers

Wordpress theme installation failed

While Installing the WordPress theme, I get the error below " Unpacking the package… Installing the theme… Could not create directory. /opt/lampp/htdocs/wordpress/wp-content/themes/universal-lite/ Theme installation failed. " Anyone please help me.…
sonam wangmo
  • 153
  • 2
  • 11
-1
votes
1 answer

Mysql server won't start on XAMPP in Linux

Hello I'm running Linux Mint 19 and I tried to install Xamp from the official website , everything seems to be perfect the installation was successfully completed but then I noticed that the MYSQL database server won't start I can head to…
-1
votes
1 answer

How can i configure lampp for c++ web development

I have this project with some time complexity issues and some complex algorithms and using c++ would be a great help in my project. Thank You.
-1
votes
1 answer

i am trying to make a file upload but it is not working

I'm trying to make an easy image upload for my webchat application. I've switched from Windows to Linux (xampp to lampp) and now my fileupload script isn't working any more... I tried to change the directory owner with chown and also to change the…
Adrian S
  • 1
  • 1
-1
votes
1 answer

mysql server connection setup with phpmyadmin

I installed mysql-server on Debian. And also installed lampp on Debian. But in order to run lampp and properly working of phpmyadmin I have to stop my mysql-server running on Debian. This creates two different mysql servers. One belonging to…
Suman Kumar
  • 61
  • 2
  • 7
-1
votes
1 answer

CSS files and other resources missing from XAMPP to LAMPP

I just shifted my working environment form Windows to Ubuntu 16.04. I've been working with PHP. It worked well in xampp but shows missing file with LAMPP. My folder structure is: Project ----indexfile --css ----custom.css This is how I included the…
Veey
  • 136
  • 1
  • 9
-1
votes
1 answer

Ajax calls executed via jquery to a PHP script don't work

I have an application in an EC2 instance in AWS, using a classic load balancer, LAMPP server running Apache2 and some of my ajax calls to my php files, hosted in a folder in the same instance, don't work. But what is odd is that some calls work, and…
-1
votes
1 answer

Add PHP version to lampp

i have a lampp stack on my Ubuntu 14.04 machine. It was installed from an apachefriends.org installer ages ago. As i can see in the binaries it has 2 PHP versions already installed with just a symlink for the actual php. Now i want to add a new PHP…
patman
  • 2,423
  • 3
  • 24
  • 47
-1
votes
1 answer

Linux Hosting files outside the htdocs directory

I followed this instructions to be able to host files outside of the htdocs directory, but I alwyas get 'Access Forbidden' (https://gyazo.com/af49cb00720fa4bd80e969320bd51042). The file those permissions: $ ls -l ~/Documents/code/xampp/ total…
sashpta
  • 1
  • 1
1 2 3
18
19