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...
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...
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...
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 ...
4
Solved
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 ...
1
© 2022 - 2024 — McMap. All rights reserved.