mamp Questions

4

I have a MAMP setup which hosts a number of local servers. It seems capable of running them just fine but it seems almost daily the app itself is marked as not responding by the OS (macOS 10.15.2) ...
Longe asked 24/1, 2020 at 12:8

1

I have installed MAMP on my MAC machine and I am trying to upgrade it to use MySQL 8. However, I am not having any luck. I have tried following script but database migration fails. Also, sequelPr...
Buckra asked 16/9, 2019 at 11:21

2

I have been getting lost amidst forum posts on this issue. 1) I have MAMP (not Pro) Installed 2) My Apache port is set to 8888 3) My Document Root in preferences is set-up to /Users/usr/Sites I...
Whiffet asked 4/2, 2014 at 16:30

7

Solved

I've been trying everything I can find on the internet for this, and none of them seem to be working, so I'm doing something wrong and I need some help figuring out what. [mail function] ; For Win...
Kaye asked 6/8, 2012 at 1:7

2

Solved

Hi I am running MAMP on my mac to locally host a website. I want to send an email using php scripts. The stuff i looked online tells me about php scripts for emails but i am unable to send emails. ...
Parenteral asked 17/7, 2011 at 23:27

9

Solved

I am using PHP 5.5 and MAMP (downloaded from here): I have a basic script like this: <?php $servername = "127.0.0.1"; $username = "root"; $password = "root"; // Create connection $conn = mysq...
Lalapalooza asked 12/1, 2015 at 15:9

3

Solved

Trying to turn off caching in MAMP for development, waiting for cache to expire after making small changes is killing my productivity. (Problem started when I changed to PHP 5.5.3, changing back do...
Virelay asked 20/1, 2014 at 22:18

11

I have put PushChatServer dir in htdocs folder and create database puschat try to run @"http://localhost/PushChatServer/api/test/database.php" Then I got following exception. I want do same thing...
Postdiluvian asked 17/4, 2015 at 9:32

5

Solved

How do I export/import large database on MAMP ? Using PHPMyAdmin does not work as it supposed to be.
Immerse asked 27/6, 2013 at 13:24

4

I'm trying to install a package via Composer that requires PHP 5.6.0. My MAC is running PHP 5.5.31 but MAMP runs PHP 7.0. The package will not download because of the PHP requirement is not met sin...
Milquetoast asked 13/4, 2016 at 14:8

8

Solved

I am new to Mac but used Ubuntu for development for a long time. I know how to create virtual hosts in Ubuntu but have no idea about Mac. I have created a hosts entry like below : ## # Host Databa...
Interleave asked 7/2, 2016 at 7:45

7

Solved

Greetings to StackOverflow gurus! Here's the issue I'm struggling with. I run phpinfo() in MAMP, and the resulting table shows "no value" in both columns of the date.timezone row. Additionally...
Berg asked 10/12, 2012 at 4:36

14

I'm trying to view php files locally on my mac. I'm running Yosemite. I have MAMP installed on my computer. When I press start the MySQL server starts but Apache doesn't. An error message appears...
Erythritol asked 31/1, 2015 at 13:28

5

I have MAMP with PHP 5.5.3 installed. The ending of my php.ini file (MAMP/conf/php5.5.3/php.ini) is this: [OPcache] zend_extension="/Applications/MAMP/bin/php/php5.5.3/lib/php/extensions/no-debug...
Micrococcus asked 23/12, 2013 at 15:4

2

Solved

Hi in Mamp Pro I accidentally removed the root account, so I now cannot use mysql to create new databases and all other operations. This is the error I get when startng mysql via mamp pro: Checki...
Vitale asked 7/8, 2012 at 22:51

7

I am getting below error message while installing MAMP on Mac. I've checked activity monitor for httpd and mysqld processes but no processes found and i've also used terminal to quit any active mys...
Mercurialism asked 27/8, 2021 at 16:3

4

I am getting the above error when I host my Drupal site using MAMP. All of my HTML loads, but my CSS is not loading. Refused to apply style from 'http://mysite/sites/default/files/css/css_Sr-zrzb...
Patroon asked 21/2, 2018 at 18:38

5

Solved

Fatal error: Uncaught MongoDB\Driver\Exception\ConnectionException: Server at localhost:27017 reports wire version 0, but this version of libmongoc requires at least 3 (MongoDB 3.0) I have PHP 7....
Cyanine asked 5/10, 2018 at 16:20

3

Solved

EDIT I’m on the move at the moment, and only have SO on the Stack Exchange app on my iPhone, so there’s some weird formatting with the quotes in the code below - Apologies! I have real ones in the ...
Vereeniging asked 3/1, 2019 at 17:34

6

Solved

I keep getting this error Mcrypt PHP extension required at the bottom after I run a composer update : Since I am using Mac, I have tried running : brew search mcrypt brew install php56-...
Prosperous asked 29/3, 2015 at 13:59

9

Solved

I'm trying to get started with React using webpack, but keep running into an error when I try to set up webpack-dev-server. I ran npm install webpack-dev-server followed by webpack-dev-server ...
Icelandic asked 2/3, 2016 at 20:52

5

Solved

I'm having a problem building and installing Xdebug on Mac OS X with MAMP. I searched online extensively so far and at the moment I am stuck on the part of Xdebug "Installation Wizard" th...
Twitty asked 8/7, 2012 at 1:2

5

Solved

I have MAMP installed. Now I am trying to run a script from the command line, but I can't seem to get it to work. How should I set up my environment so that I can run a script from the command lin...
Finbar asked 5/6, 2009 at 8:56

6

I am using Mamp Pro 5 and last week I can set up and using SSL by generated a self-signed certificate. But today when I am trying to start server again, it is doesn't work anymore. I checked on lo...
Bickford asked 12/10, 2019 at 7:8

2

I can't run composer install because my php's version on my OS is not enough updated (5.5.36). So i tried to install composer globally with my MAMP's php(5.6.10) 1) I create alias for my MAMP's ph...
Violette asked 29/11, 2016 at 17:6

© 2022 - 2024 — McMap. All rights reserved.