Xampp download and install issues - windows

I am trying to install Xampp. But i am getting the following error. Anyone can help me>>
Error message
What I need to do for installing Xampp

Related

After install OJS 3.X i cant acess the installation via Localhost

I have a problem, I installed OJS using Xampp, the installation went smoothly, but when accessing localhost/ojs I am receiving the error 500, in the index of my Xampp there is the following sentence:
Something is wrong with the XAMPP installation :-(
I don't know where to start, I've tried renaming index.php to index.txt with no results.
Thank you for your attention.
Tried to rename index.php
Tried reinstall ojs on another xampp database
localhost/phpmyadmin works fine.

I was trying to install the composer and got this error

When I was trying to install the composer, I got this error: error: add to system path c:\xampp\php. Anyone knows how to solve this?

magento not installing on ubuntu 14.04 and database is not configuring

While installing magento on ubuntu 14.04, i am getting the following error :
"Parse error: syntax error, unexpected '.' in
/var/www/html/magento/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php
on line 93"
unable to navigate on Magento's installation wizard. what should i do?
Go through the official prerequisites for you magento version. http://docs.magento.com/m1/ce/user_guide/magento/system-requirements.html
And check if you are using the correct PHP version.

update php folder xampp for install curl_reset()

A new version of a program written in the PHP in XAMPP install I had trouble in error openssl.dll, curl_reset () to install the new version of PHP 5.5, how can I fix PHP XAMPP folder with the new version will replace
The easiest way to install the new version of the program, may not install the new version with the error encountered port 80 by performing the following steps, you can download it and trouble-free installation...
download new xampp apachefriends
install it
remove all VPN app
open folder XAMPP run setup_xampp.bat
run xampp-control.exe Or apache-shutdown

Install Laravel behind proxy

Im trying to install Laravel on a windows machine.
I followed this guide up to point 11.
http://www.wikihow.com/Install-Laravel-Framework-in-Windows
I also ran two commands already (which I got from https://stackoverflow.com/a/18852026/2240163)
set http_proxy=<your_http_proxy:proxy_port>
set https_proxy=<your_https_proxy:proxy_port>
But on running composer install i am met with a message
C:\wamp\www\LARAVEL>composer install
Loading composer repositories with package information
[Composer\Downloader\TransportException]
The "https://packagist.org/packages.json" file could not be downloaded: SSL
: The specified procedure could not be found.
failed to open stream: Cannot connect to HTTPS server through proxy
How can I get past the proxy to install Laravel 4.
.
.
Here in lay the solution
C:\wamp\www\LARAVEL>set http_proxy=http://mnel:******#192.168.20.4:8080
C:\wamp\www\LARAVEL>set https_proxy=https://mnel:******#192.168.20.4:8080
I then ran the install composer command again and presto!
https://stackoverflow.com/a/24958700/2240163
Thanks #mneute
Here in lay the solution
C:\wamp\www\LARAVEL>set http_proxy=http://mnel:******#192.168.20.4:8080
C:\wamp\www\LARAVEL>set https_proxy=https://mnel:******#192.168.20.4:8080
I then ran the install composer command again and presto!
https://stackoverflow.com/a/24958700/2240163
Thanks #mneute
I got this same issue when I ran composer -vvv install. I did it in windows7 computer behind a company firewall. I search and tried every possible answer but didn't work. Then I tried following and it did work
https://www.calazan.com/how-to-set-the-proxy-settings-in-windows-via-command-line/

Resources