Questions tagged [mamp-pro]

MAMP Pro - a local Apache/MySQL development host

MAMP PRO is the commercial, professional grade version of the classic local server environment: MAMP. Designed for professional web developers and programmers, MAMP PRO allows easy installation and administration of their development environment.

490 questions
1
vote
2 answers

Laravel 5.4 laravel.log permission issue

I have Laravel 5.4 installed on my Mac using Composer and MAMP Pro. The installation completed successfully, but when I try to load localhost/lsapp/public, an UnexpectedValueException error is returned. I have checked the file permissions for the…
Mike Hermary
  • 11
  • 1
  • 3
1
vote
1 answer

How do I use MAMP standard on a Mac?

I have tried this 3 or 4 times, but it seems like the only version is MAMP pro, every time I install the .pkg file, it installs MAMP pro, the MAMP standard and pro version seems (according to the docs) to be bundled together with the pro version.…
LMS5400
  • 492
  • 4
  • 15
1
vote
1 answer

Coldfusion/MAMP Pro/Windows 10

Documentation on setting up Mamp to work with Coldfusion in a Windows environment seems to be pretty limited, so here I am. I have both MAMP PRO and COLDFUSION 11 set up on a WINDOWS 10 computer. Mamp is pointed to the correct Document Root folder…
Big Mike
  • 119
  • 10
1
vote
1 answer

Unable to find or create new databases using Sequel Pro, but can using phpmyadmin

I am using MAMP Pro and I am having an issue where I cannot find existing databases on Sequel Pro, nor can I create new databases. However, on phpmyadmin, I can see and edit the existing databases and create new ones without any issue. I believe the…
Phrike
  • 91
  • 1
  • 2
  • 7
1
vote
1 answer

Grunt watch livereload over MAMP Pro virtual host and ssl returns error net::ERR_CONNECTION_CLOSED

Gruntfile: module.exports = function(grunt) { // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), sass: { dist: { files: { 'build/css/build.css' : 'sass/main.scss', }, …
hot_barbara
  • 522
  • 1
  • 8
  • 19
1
vote
1 answer

How can i change PHP ini values in mamp pro for single host?

I need to develop a website for a server that has PHP short tags set to OFF Is it possible to set this option only for one host in MAMP PRO (4)?
al404IT
  • 1,380
  • 3
  • 21
  • 54
1
vote
2 answers

Forbidden Error When Running WP Theme in MAMP PRO

I cloned a private repository for a WordPress theme. The repository includes a wp-content folder (plus five other files - .png's, an .ico, and an .md). I'm trying to run the contents of this repository - the WordPress theme - locally on my Mac using…
HappyHands31
  • 4,001
  • 17
  • 59
  • 109
1
vote
0 answers

I can't see the errors on MAMP PRO

I changed the three of php.ini files on my MAMP but it is still not showing the errors?? Does anyone know what to do in this? How can I show errors in MAMP PRO? Thanks in advance!
1
vote
0 answers

Configuring MAMP Localhost to Send Emails

Background I have MAMP Pro running on my localhost. I have followed a few blogs to set up my localhost server to send emails but one thing does not make sense to me and is never explained. In each example it says to add my host for sending out…
wuno
  • 9,547
  • 19
  • 96
  • 180
1
vote
0 answers

MAMP Pro - MySQL won't start after update from MAMP 3.x to 4.x

Good day all... Hope someone can assist. On first startup, after upgrading from MAMP 3.x to 4.1.1; MySQL won't start. I will attach the error log (which reads like Greek to me). Any ideas I can try out are appreciated. 2017-03-07 13:28:39 8136…
Seth
  • 11
  • 2
1
vote
1 answer

Can't change document root in MAMP Pro

I have version 3.3 of MAMP Pro. When I click the icon to change the document root for one of my virtual hosts, it shows all of the blue folders in my Finder as grayed out. There is one exception, I am able to go into Applications/MAMP/htdocs and…
PioneerMan
  • 303
  • 4
  • 12
1
vote
1 answer

Upgrade MAMP MySQL to 5.7 on Windows

I'm using MAMP PRO 3.2.2 for Windows and need to upgrade the current MySQL version (5.5) to 5.7. Is there a way to do this in Windows?
Johan B
  • 1,976
  • 1
  • 21
  • 40
1
vote
1 answer

PHP MAMP fsockopen fails if no IPv6 DNS entry is available

I have a very annoying problem with MAMP and all functions that try to connect to an external source. I have a very simple fsockopen in my application. $fp = fsockopen($this->port == 443 ? 'ssl://' . $this->host : $this->host, $this->port, $errno,…
René Höhle
  • 26,716
  • 22
  • 73
  • 82
1
vote
0 answers

Mamp/MYSQL permissions issue?

Started experiencing issues with Mamp (4) connecting to database, adding new databases etc and looks to be a permissions issue. Set-up is Mac OS X 10.12 (Sierra) Error getting when try to create or drop a database is Couldn't delete the database.…
Cole Henley
  • 238
  • 1
  • 8
1
vote
1 answer

Can't view localhost on mobile:

I've been building a WordPress website, I set up my localhost through MAMP Pro. I've been wanting to view the website on my iPhone, but am unable to (in a manner of speaking). I've already located my IP address, and know that I should be able to…