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
0
votes
2 answers

Recover mysql databases from LAMP

I had one lampp installation and now my Ubuntu is not working and bounces back to login screen again and again. I have a dual boot set-up so I can access Windows 7 and I have mounted the Linux partition on it. I have databases created with LAMP…
Happy Coder
  • 4,255
  • 13
  • 75
  • 152
0
votes
2 answers

Load some PHP link within a specific div in HTML page?

I made a side menu with these links:
0
votes
1 answer

mod_rewrite not working on linuxmint 14 Nadia

I'm developing my web on Xampp for Linux 1.8.1 on my Linuxmint 14. Everything works fine, except I can't use .httaccess file. I have searched on google, and this problem related to mod_rewrite. So I tried several workaround I found upon Googling,…
azamuddin
  • 47
  • 2
  • 7
0
votes
1 answer

XAMPP/LAMPP "Connection for controluser as defined in your configuration failed"

I see the others who answered this, but the answer says to log in as root and create a new user and database. I can't even get that far. I just installed a brand new XAMPP instance, start it and when I go to localhost/phpmyadmin, I get the error…
OldNoob
  • 1
  • 1
  • 3
0
votes
1 answer

Error When Moving Yii Boilerplate Project From Windows to Linux

I have Moved Yii project from Windows to Linux(Centos) also changed folder and file permission to read and write, But when accessed, an error occured: Server error! The server encountered an internal error and was unable to complete your request.…
Wildan Muhlis
  • 1,553
  • 2
  • 22
  • 43
0
votes
1 answer

Solr indexing in Typo3 giving error

While I am trying to index pages I am getting error in the solr admin screen ===================================================== `11:20:50 SEVERE SolrCore org.apache.solr.common.SolrException: ERROR:…
Vishal Gupta
  • 84
  • 1
  • 8
0
votes
0 answers

https setup - link shows directory listing instead of webpage

I am trying to enable https on my lampp server according to this article http://inchoo.net/tools-frameworks/how-to-setup-http-protocol-with-ssl-on-lamp-environment/ but when I try to access 'https://mywebsite.com' it shows me the directory listing…
dav
  • 8,931
  • 15
  • 76
  • 140
0
votes
1 answer

Installing xampp on Red Hat 64-bit

When installing xampp on RHEL 5.6(Tikanga) 64-bit and start it up I get the following error: lampp]# ./lampp start XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system. Doing some…
rednaxela
  • 661
  • 2
  • 9
  • 21
0
votes
2 answers

LAMPP startup fails with Error 2

i'm trying to set up a webserver for testing my php scripts. I downloaded the latest version of lampp (1.8.1) and extracted it to /opt/lampp. Now i've just tried to start it but it fails: xxx@xxx-pc1:/opt/lampp$ sudo /opt/lampp/lampp start Starting…
Xenogenesis
  • 390
  • 4
  • 23
0
votes
1 answer

Moving Lampp htdocs

I have installed Lampp on Ubuntu 12.04LTS. I tried to move my htdocs to home/myusername/lampp/htdocs by editing both DocumentRoot values in httpd.conf. After doing so I get Access Forbidden on all the pages. I have tried chmod 755 on the directory,…
Vort3x
  • 1,778
  • 2
  • 20
  • 37
0
votes
1 answer

How to change the LAMP password?

I accidentally set my password for xampp pages in lampp. How do I change/remove the password (for lampp) ? My lampp version is 1.8.1, under Ubuntu.
Optimus Prime
  • 6,817
  • 5
  • 32
  • 60
0
votes
1 answer

Xampp on ubuntu server 12.04 with pear installed returns errors when trying to use php mail()

I am trying to get php to send a new user an activation email when creating an account. My problem is not with the code for this process, but with php sending out emails. So far I have install Xampp on Ubuntu server 12.04 with a Kubuntu desktop…
user1402171
  • 113
  • 2
  • 7
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,273
  • 6
  • 19
  • 32
-1
votes
1 answer

Is there any fix for Xampp Object not found?

Today I tried to open xampp and run apache and MYSQL and they were working but any .php file I try to run It says the following: Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or…
Mohossama
  • 11
  • 2
-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
  • 3