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
0 answers

encounter ERROR 404 url not found when establishing database connection

I'm creating a signup page, when I add required fields to establish database connections in the beginning of the body of my signup page(splash.php) i encounter a 404 error upon page loading on localhost when I open a preview window in Adobe…
akemedis
  • 414
  • 2
  • 6
  • 17
0
votes
0 answers

Ampps Installation Issues PHP modules

I downloaded the latest Ampps windows version and during installation received many PHP Warnings 'Unable to Initalize module...'. The .dll files are in the correct location but I'm not sure why it won't initiate the .dlls and why the API's are…
Benjamin
  • 697
  • 1
  • 8
  • 32
0
votes
2 answers

ampps apache not starting

After the weekend, AMPPS Apache stopped running on Mac Mojave. I've run the command lsof -nP -i4TCP:80 | grep LISTEN and received nothing back, I believe that means nothing is running on port 80. There is nothing in the Apache error log. I've…
Insight
  • 202
  • 3
  • 28
0
votes
0 answers

Cannot log in to the MySQL server error when I try to connect with phpmyadmin ampps

I execute the below command : GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'password'; Its suddenly stop my phpmyadmin panel and give me the following error every time: Can not log in to the MySQL server My configuration setting…
0
votes
1 answer

How do I get CakePHP to load my /src directory instead of vendor/maiconpinto/cakephp-adminlte-theme/src

Summary: I'm a web and backend newb, but basically I've inherited a CakePHP project and I'm trying to set up a dev environment. I'm trying to display my project-level src directory at http://localhost/backend/, which autoroutes to…
Pete
  • 1
  • 3
0
votes
0 answers

Ampps and xampp installation in the same remote server

Is it possible to install ampps and xampp in the same remote server on linux? For instance I have xampp installed in /and I will install ampps in /mnt. Do I have to do any configs to change the listening ports?
zakaria mouqcit
  • 393
  • 2
  • 4
  • 17
0
votes
1 answer

Localhost is too Slow on ampps 3.8

I am using Ampps 3.8 for localserver and it was working fine at my office. It was nice and i could easily change php versions for test purposes. But when i tried to access localhost or change php versions from my home network, it takes lots of time…
compulsive coder
  • 164
  • 1
  • 10
0
votes
0 answers

os.chdir OSError(13, 'Permission denied') for ampps

I am calling python script script.py through php script index.php by following command: $tmp = exec("python script.py xyz"); Now, in python script script.py, I am trying to change the directory, which is symlink of folder: try: …
piyush-balwani
  • 524
  • 3
  • 15
0
votes
0 answers

virtualhost access only to localhost

I created a virtualhost to a cakephp application: I set the httpd-vhosts.conf this way: ServerAdmin localhost DocumentRoot /Applications/AMPPS/www/ ServerName localhost
zakaria mouqcit
  • 393
  • 2
  • 4
  • 17
0
votes
2 answers

Multiple PHP / Apache Versions on MacOs

At the moment I'm using two machines for Web (Win10) & iOS development (MacOS) and looking to combine them into a one computer that I would use on a daily basis. My current challenge is to ensure that I can develop and run two or more environments…
RomanG
  • 128
  • 7
0
votes
1 answer

Query output "cuts" short - Data output limited

I'm using Ampps and my MYSQL queries aren't taking long to get results, but the data cuts short at the same character count on each foreach loop output. I'm ASSUMING there are settings that are limiting the output. Can anyone provide what settings…
dirty6613
  • 11
  • 4
0
votes
1 answer

I copy the files that the gatsby build gives to ampps/www/my-site but the links not work

I create a new site using the gatsby-cli. Then I just build the site, then, all the content that is inside the build I copied to my AMPPS/www/my-site folder. When I access to the site, the index works correctly but when I click on a route to go to…
Jacobo
  • 1,259
  • 2
  • 19
  • 43
0
votes
1 answer

Running 2 instances of mysql, one local 3306 and one for ampps?

I have a local mysql server running on port 3306, and installed ampps that uses mysql, what i need is to be able to run the mysql instance from ampps and have the local mysql at the same time. Thanks for the help!
0
votes
1 answer

Using php to send mails with hMailServer and Ampps

How can I configure hMailserver to send out emails through a PHP script when using ampps on Windows 10. I am running a website on localhost (ampps). I want automated emails to be sent out as soon as a particular condition occurs. I have installed…
0
votes
1 answer

phpMyAdmin - How to log out on refresh page (F5)?

I am using AMPPS as a WAMP stack on Windows. I want to enable logout form when user press F5 in phpMyAdmin. Is it possible to enable this in config.inc.php file? Could you show how to enable this?