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...
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...
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. ...
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...
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...
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...
5
Solved
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...
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...
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...
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...
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...
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....
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
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...
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...
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...
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.