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

292 questions
4
votes
1 answer

The $cfg['TempDir'] (./tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this. Mac solution

I am using XAMPP and one day I was on PhpMyAdmin and saw this error message: The $cfg['TempDir'] (./tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this. I know you have to add a folder except the…
That That
  • 43
  • 1
  • 5
4
votes
3 answers

XAMPP: Your /etc/hosts is not okay. I will fix it

I'm getting this error on starting my apache. I'm using linux server. Can somebody help me. Thank you! XAMPP: Starting Apache...fail. XAMPP: Starting diagnose... XAMPP: Your /etc/hosts is not okay. I will fix it. XAMPP: Next try... XAMPP:…
Carl Sare
  • 191
  • 1
  • 14
4
votes
2 answers

require_once: failed to open stream: Permission denied(lampp)

I need help solving , what says to be a permission error in the htdocs folder, because i needed to alter them to even add folders in the first place. This is my init.php file:
Nikola Atanasov
  • 605
  • 1
  • 4
  • 11
3
votes
2 answers

Installing Mongodb with Lamp On Ubuntu ( Linux )

I followed the following steps to install mongo's php drivers with lampp. http://abstract2paradox.wordpress.com/2012/01/26/adding-mongo-db-driver-to-xampp/ When I start lampp its gives the following error Warning: PHP Startup: Unable to load dynamic…
Imran Omar Bukhsh
  • 7,849
  • 12
  • 59
  • 81
3
votes
2 answers

Run a script on a computer from php

I'm unsuccessfully trying to execute a shell command from php. The goal is to switch on/off my music player of my computer/server via internet (with my phone for example). Here is what I would be able to do : I have a very simple file "play.sh"…
Paulair
  • 41
  • 6
3
votes
3 answers

Can't find where the socket configuration is in XAMPP for Windows

I'm using Netbeans 7.0.1 in a PHP project. I've installed XAMPP 1.7 in Windows 7 64 bits with the installer we can find in xampp.org. I've changed the port of apache from 80 and 443 to 81 and 442 since I'm using IIS as well. I didn't installed…
polonskyg
  • 4,269
  • 9
  • 41
  • 93
3
votes
1 answer

XAMPP: Starting Apache...fail. when running exampp in ubuntu

I got this error when I was running my xampp on my ubuntu redha@redha:~$ sudo /opt/lampp/lampp start [sudo] password for redha: Starting XAMPP for Linux 7.3.27-1... XAMPP: Starting Apache...fail. XAMPP: Another web server is already running.…
Redha
  • 59
  • 3
3
votes
1 answer

sudo: /opt/lmapp/lampp: command not found

I am trying to install lampp. But I am facing some problem about this. I am using ubuntu 16.04 and I used this command sudo apt-get install lamp-server^ At the bottom of the terminal I am getting this The following packages have unmet…
Sharif
  • 533
  • 2
  • 6
  • 11
3
votes
4 answers

Create a Vhost in Ubuntu 16.04

I have started working in laravel and using lampp. I have watched many tutorials that use a vhost to make user-friendly url. I want to do it on Ubuntu 16.04. Following tutorial is not working for…
Vasim Shaikh
  • 4,485
  • 2
  • 23
  • 52
3
votes
1 answer

PECL_HTTP is installed, but does not work

I have installed pecl_http, but when I try to use it, I get an error: Fatal error: Uncaught Error: Call to undefined function http_get() in /opt/lampp/htdocs/tes_http.php:3 Stack trace: #0 {main} thrown in /opt/lampp/htdocs/tes_http.php on line…
Herdy
  • 179
  • 1
  • 2
  • 16
3
votes
0 answers

How to solve Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP' error?

I am getting the below error when I do tail -2 /opt/lampp/logs/error_log [core:notice] [pid 1085] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP' And my MySQL server is going down almost every 5 minutes. What…
Udit Chugh
  • 681
  • 2
  • 8
  • 26
3
votes
4 answers

Accesing LAMPP mysql via the command line on linux

I've have installed LAMPP, I need to access MySQL from the terminal but I dont know how, because if I simply type mysql into the prompt it says the mysql program is not installed, but it has to be installed because it stands for Linux + Apache +…
lychee
  • 1,771
  • 3
  • 21
  • 31
3
votes
0 answers

How to configure lampp to use pecl_http

(running lampp on ubuntu 12.10) Hi, I am trying to use the HttpRequest class of pecl_http my php script is as follows
Aly
  • 15,865
  • 47
  • 119
  • 191
3
votes
2 answers

Setting memcached for lampp on linux using pecl

ORIGINAL POST First of all, I want to install memcached, not memcache. I'm trying to set up memcached to work with my lampp server on ubuntu 12.10 since yesterday. I've already followed almost every tutorial I could find. The most recent thing, I…
Žan Kusterle
  • 572
  • 1
  • 10
  • 28
3
votes
2 answers

ssh2_connect causes Error 324 (net::ERR_EMPTY_RESPONSE):

While trying to list the files present in a remote sftp location using php, I get this error: Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data. On my another lamp server the same code works fine.…
singh
  • 138
  • 1
  • 9
1
2
3
19 20