Questions tagged [ampps]

AMPPS is pre-configured stack for Apache, MySQL, MongoDB, PHP, Perl & Python shipped with the ability to use more than 335 pre-configured and ready for use by simple installation Apps.

The philosophy of AMPPS is to enables the developer to focus more on using applications rather than maintaining them. In other words, making it ready to get started in the real action. It supports Windows, Mac and Linux. Look at the downloads page for more details.

AMPPS also provided with an FTP server and a local online management interfaces for apps and main config settings. It also supports multiple version switch for PHP

Related Tags: ,

154 questions
2
votes
1 answer

xDebug not working with PhpStorm 2016.2

I spent some good hours trying to setup xdebugger to work with PhpStorm 2016.2 with no success. And by that I mean, the breakpoints do not work at all. I'm running AMPPS on windows for PHP 5.6 server. Yes, I am restarting Apache at every…
Fabio Baldissera
  • 583
  • 1
  • 4
  • 15
2
votes
0 answers

AMPPS (Mac OS) localhost is unable to run CakePHP 3.2.5. It isn't loading the correct php ini

I'm running the latest AMPPS with PHP 5.6 on my Mac (OS X El Capitan), and trying to run a CakePHP web app. When I run "composer install" under the web app's directory using Terminal, it returns the following errors: Problem 1 Installation…
hanabi_noir
  • 197
  • 1
  • 1
  • 15
2
votes
1 answer

Softaculous start symfony app

So i have downloaded Softaculous (ampps), and from their dashboard I installed the symfony framework, and it created a symfony3 folder with all of the files in the www directory (with an index.php file in the root directory of symfony that only…
Nodir Rashidov
  • 692
  • 9
  • 32
2
votes
1 answer

PHP 7 on MAC extension problems

I'm using Softaculous AMPPS on Mac and trying to use PHP 7, but I'm having some problems. First, when I changed my php version from 5.6 to 7, I had to made these changes at httpd.conf to make the Apache server start: comment this…
João Paulo
  • 6,300
  • 4
  • 51
  • 80
2
votes
2 answers

AMPPS Virtual Host doesn't connect

I have installed AMPPS for MAC, it's a straight out of the box installation. I create a domain but when I go to access it in a browser the connection is refused. Localhost works and so do all the AMPPS admin bits. Ive checked the vhosts conf and it…
Alex
  • 96
  • 1
  • 2
  • 7
2
votes
3 answers

Use of undefined constant MCRYPT_BLOWFISH - assumed 'MCRYPT_BLOWFISH'

I'm using Magento 2. Installed a theme and I want to upgrade my system. (And I'm using AMPPS on Mac) php bin/magento setup:upgrade When I command these line in Terminal, get this error: [ErrorException] Use of undefined constant…
Baranto
  • 21
  • 1
  • 1
  • 2
2
votes
1 answer

AMPPS Mail on OS X

I have been running AMPPS (Softaculous AMPPS) on OS X from version 10.9-10.11 (Mavericks to El Capitan) and have never had to configure any email settings in order for the PHP mail() function to work. Here is the mail section of my php.ini: …
Joshua Wieczorek
  • 655
  • 2
  • 9
  • 23
2
votes
0 answers

Swift/XCode 7: NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9813)

I have created a self signed certificate with openssl and sha 256 like the following: openssl req -x509 -nodes -sha256 -days 365 -newkey rsa:2048 -keyout server.key -out server.crt and I've installed it correctly in my AMPPS server by configuring…
SagittariusA
  • 5,289
  • 15
  • 73
  • 127
2
votes
4 answers

Changed phpmyadmin password on mac using AMPPs and now Can not login into phpmyadmin

I've changed password of localhost user of my AMPPS stack and now I can not log into phpmyadmin It Shows a pink message : Access Denied..., I have tried restoring all default configuration but have the same problem. I've checked config.inc file and…
anonymox
  • 419
  • 1
  • 9
  • 32
2
votes
0 answers

Chrome insists on accessing localhost through HTTPS, any way to change that?

I have a local webdev setup using AMPPS on OSX. I've done most of my work on Firefox and that's been working fine, but trying it on Chrome today gave me a whole bunch of Failed to load resource: net::ERR_CONNECTION_CLOSED errors everywhere. …
user41997
  • 2,751
  • 2
  • 12
  • 12
2
votes
0 answers

Setting up ImageMagick + Imagick for PHP for use with AMPPS on Mac OSX 10.9.5

I have been searching the internet for hours and I am pulling my hair out. I cannot for the life of me work out why I cannot configure Imagick for use by PHP within my local AMPPS development environment. Any help would be massively appreciated. I…
Joeseppi
  • 58
  • 6
2
votes
4 answers

setting "$PATH" variables for PHP in AMPPS (OSX)

I have a question about setting "$PATH" variables for PHP scripts in AMPPS (On OSX 10.10 Yosemite). The PHP in AMPPS seems to run as my user "danny", however the $PATH it sees is different. Here's what I see from my…
Danny
  • 793
  • 1
  • 9
  • 20
1
vote
1 answer

Apache remains stopped in Ampps windows 10

To use an open source software on GitHub it was recommended to use Ampps. I installed Ampps on Windows 10. Then installed Apache, MySQL, and PHP 7.1. I can open Ammps and start MySQL but Apache remains stopped. I tried to run…
1
vote
0 answers

PHP startup: Unable to load dynamic library 'sodium.so'

Currently, I am using AMPPS, and I would like to use AMPPS to install Magento. However, it shows me PHP startup: Unable to load dynamic library 'sodium.so' I found that sodium.so exists in php.ini but not in php74/ext. Then I enabled it and still…
littlesam
  • 45
  • 5
1
vote
0 answers

how to register domain with ampps for wordpress?

hi im trying to switch my localhost server from wampp to ampps but i am stuck in creating fake domain page, after i try to create my domain for wordpress, it says error enter image description here i tryed to go past this and install wordpress with…
user12524665
1 2
3
10 11