Posts

Showing posts with the label LAMPP

timeline project minimum viable product

Image
It's done: putting foreach loop in the correct place, and one flag variable to display one event to left and the next to right. And drawing the small blue point for each event using PDO connection to database.  This is the output: Timeline responsive design and dynamical Sources: Learn to design a CSS3 timeline Eduonix Learning Solutions Reviewed: Oct 6th, 2018 La clase PDOStatement The PHP Group Consultado: Dic 28, 2018 create read update delete (CRUD) in php and mysql using Php Data Object (pdo) polodev Published on Nov 13, 2017

502 bad gateway SOLVED

Image
Just pick the PHP-Cli Interpreter, in my case, it belongs to LAMPP installation: CLI Interpreter localhost

installing lampp on debian

Image
The Devil is on details. If you don't pay attention, made a big mistake: when apachefriends installer finished, Firefox starts and displays index.html, the Debian welcome to Apache 2, "It works!". So what? Apache 2 server runs, not LAMPP. This shows two messages about net problems. Fixed with:  sudo apt install net-tools But Apache 2 uses /var/www/html as default directory on Debian. LAMPP not: /opt/lampp/htdocs (You must to give a+w permissions to /opt/lampp/htdocs). What on earth! Another application was running Apache 2. Review with:  systemctl status apache2   Never mind if sky tears-down: stop it. stopping another apache 2 server That's all. Finally, execute: sudo /opt/lampp/lampp start   If you are a lucky demned ireland, you should see: "Starting XAMPP for Linux ..." xampp starting/stopping commands