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
0
votes
1 answer

How do I solve 'php' is not recognized as an internal or external command, operable program or batch file

I recently installed AMPPS 3.8 which has PHP 5.6 and 7.1 bundled in it. I can't run the following Laravel command: composer create-project –prefer-dist laravel/laravel LaravelWorks “5.5” via command prompt, rather I'm getting the following error…
Wasiu
  • 47
  • 1
  • 8
0
votes
1 answer

How to distribute compiled extensions?

I have just started to experiment with Zephir over the weekend, and had managed to compile and run a hello world extension on the mac terminal. I have AMPPS installed, and am trying to install this extension on AMPPS. Not sure if my steps are…
phantomhive
  • 145
  • 1
  • 1
  • 11
0
votes
1 answer

How to get PHP_excel working on windows wamp stack (ampps)

I am trying to add this extension to my php 5.3 running under Ampps localhost on windows: https://github.com/iliaal/php_excel I have downloaded the pre-built windows packages which contains: libxl.dll php_excel.dll php_excel.pdb I have put…
user794846
  • 1,881
  • 5
  • 29
  • 72
0
votes
0 answers

use SSL in ampps wordpress install

I'm trying to run wordpress/wooCommerce in my local environment (laptop localhost) and the rest api for woocommerce requires https to use (the http version is oauth 1.0a which is a pain in the ass to use). when I try to install wordpress using ampps…
zero
  • 2,999
  • 9
  • 42
  • 67
0
votes
1 answer

how to restore PHPMyAdmin databases?

So I was updating to the latest version of AMPPS and I accidentally deleted all of my databases that were on the previous version of AMPPS. However I do have a backup of the old version of AMMPS saved on a hard drive. How would I go about restoring…
0
votes
1 answer

ERR_ICANN_NAME_COLLISION local issue

I'm using OSX and I have been using AMPPS for my local development environment. Everything was peachy then all of This site can’t be reached This site on the company, organization or school intranet has the same URL as an external website. Try…
user2684452
  • 701
  • 2
  • 14
  • 31
0
votes
0 answers

PHP version compatibility issue for multiple projects

I have 2 php projects both are running on different php version. i.e. 1. http://website_1 --> PHP5.3 2.http://website_2 --> PHP5.6 on same machine i am running ampps 3.7. Does ampps will support both the versions of php at the same time, so that i…
0
votes
1 answer

CentOS 7 AMPPS Launch Issue

I am in the process of setting up a Linux Based AMPPS LAMP box for local web development needs before the projects go live. I have been following this installation guide for AMPPS website, on a fresh install of CentOS:…
0
votes
0 answers

Styles not loading when accessing application hosted on localhost AMPPS from an external device

I've installed an instance of Zenbership on my localhost AMPPS and it seems to load properly when on the localhost. However when I tried to access it from an external device (such as another PC or tablet) the styles don't seem load; just the…
Rusty Wizard
  • 531
  • 6
  • 20
0
votes
1 answer

Setting up php development environment in netbeans 8.1 on Windows 7

I am working in PHP and want to add the source code as existing project in Netbeans 8.1 on Windows 7 using Ampps. I have setup virtual hosts and edited the hosts file to create the local site www.mysite.com. Here is the code snippet…
0
votes
1 answer

Ubuntu replace PHP path

I have installed Ampps and then add /usr/local/ampps/php/bin to /ect/environment and when I rebooted my laptop everything worked out, after that I used sudo apt-get install composer and it installed dependencies on ubuntu including php, now my php…
ggoran
  • 630
  • 2
  • 12
  • 29
0
votes
1 answer

PhpStorm with Ampps configuration

If I have a subfolder in the directory"C:\Program Files (x86)\Ampps\www\php.dev\myproject\index.php". I added the domain "php.dev" on Ampps, but whenever I run index.php a window pops up saying 404 error and another times I get: ERROR The…
user7624559
0
votes
0 answers

XDebug in AMPPS and Atom

How do I setup XDebug in AMPPS and Atom? I spent 4 hours, still unable to make it work. I want to use PHP 7.1, so on ampps, i changed php version to 7.1 and installed xdebug with brew install php71-xdebug added the following config in…
user43286
  • 2,261
  • 3
  • 31
  • 42
0
votes
0 answers

2 Laravel applications, 1 server

So I have a server that I need to run 2 Laravel applications: 1 api, 1 web client. With the way routing works I had to set the API public directory as the document root in the Apache config. This then prevents the web client from working…
keelerjr12
  • 1,693
  • 2
  • 19
  • 35
0
votes
0 answers

AMPPS PHP 5.6 OPCache disabled

while trying to install Moodle, I got a message saying i should check the PHP settings to enable OPCache. I followed the instructions and since I am on MacOS it says I have to "use the zend_extension configuration to load the OPcache extension…
Julien
  • 2,217
  • 2
  • 28
  • 49