lampp Questions

12

Solved

I get the following error after installing gitlab.. root@Blase:~# sudo /opt/lampp/lampp start Starting XAMPP for Linux 7.0.9-1... XAMPP: Starting Apache...fail. [XAMPP: Another web server is alrea...
Teutonic asked 8/11, 2016 at 7:3

24

Solved

I try PHP Post Request inside a POST Request thinking it might be useful for me. My code is given below: $sub_req_url = "http://localhost/index1.php"; $ch = curl_init($sub_req_url); $enc...
Maldonado asked 18/12, 2010 at 9:45

3

Solved

I'm in Linux, Elementary OS, and installed lampp in opt. My CSS and JS won't load. When I inspect my page through browser. The console says Failed to load resource: the server responded with a sta...
Bosporus asked 10/9, 2013 at 16:51

3

I want to deploy my PHP app in a Amazon Elastic Beanstalk with eb deploy command. But my app use gulp to concat and minify scss and js. So I tried these commands to in the file .ebextensios/03npm....
Everest asked 5/11, 2015 at 19:15

2

I would to connect lampp to mongodb so I need to install mongodb client , I do sudo pecl install mongo il m'affiche le message suivant : PHP Warning: PHP Startup: Unable to load dynamic library ...
Cusec asked 26/6, 2016 at 7:12

4

Solved

OS: Ubuntu 17.10 (Artful Aardvark) I have installed the LAMP stack and Laravel, and when I tried composer install in my Laravel application, I got the following errors. - Installation request for ...
Bohun asked 26/11, 2017 at 6:21

2

Solved

Before asking, i have to say that I have tried every similar question here on stack and elsewhere and failed. I am unable to use composer because of this error: requires ext-openssl * -> the r...
Benedicite asked 2/3, 2016 at 19:40

3

I did a fresh-install of XAMPP for Linux (version 1.7.4) on my Ubuntu 11.04 x64 laptop. Then I made a link in my htdocs folder to my project folder: $pwd /opt/lampp/htdocs $sudo ln -s /home/petra/...
Patriliny asked 18/8, 2011 at 4:52

5

Solved

Today, I removed and reinstalled the latest version of lampp in order to move to php 5.30, and suddenly a very simple app is failing to connect to the mysql database. I'm using PDO to connect, and ...
Pressurecook asked 16/9, 2009 at 21:2
1

© 2022 - 2024 — McMap. All rights reserved.