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

Programatically forcing https on MAMP Pro for specific pages (not site wide and without using .htaccess)

Is there a way of setting MAMP Pro up to use SSL for specific pages of a CMS site rather than a global site-wide enforcing of SSL. A SilverStripe site we are working on requires only portions of the site to be secure and so we programmatically…
Prembo
  • 2,256
  • 2
  • 30
  • 50
0
votes
1 answer

phpunit in MAMP pro not working and no errors

Cannot get phpunit to work, not even when I run phpunit --version nothing is returned in my terminal, no version details and no errors I am on MAMP Pro 2.1.4 and PHP 5.3.20 I am using MAMP's version of Pear which…
Martin
  • 1,066
  • 3
  • 20
  • 36
0
votes
2 answers

Unable To Connect To MAMP Server From Other Devices

I have MAMP PRO running locally on my machine (Mavericks). I can connect find to localhost and apache is running on port 80. The test website I have set up is served. I can browse to it via http:// my-local-host (have to put a dash in because…
motionpotion
  • 2,656
  • 6
  • 42
  • 60
0
votes
1 answer

MAMP Pro Get my virtual hosts to work with the suffix '.dev'

I just installed MAMP Pro (v2.x) and tried to create a vhost of mydomain.dev however it just did a Google search. When I try dev.mydomain and restart, it works fine. Any idea on what's going on?
cusejuice
  • 10,285
  • 26
  • 90
  • 145
0
votes
1 answer

MAMP PHPize Command

I am trying to run mamp's phpize command on a source code as below: /Applications/MAMP/bin/php/php5.3.14/bin/phpize But this is giving me error as below output: grep: /Applications/MAMP/bin/php/php5.3.14/include/php/main/php.h: No such file or…
Rana
  • 5,912
  • 12
  • 58
  • 91
0
votes
1 answer

Communications link failure when trying to connect to the database

I want to insert data to my database using JDBC, so the first step is to connect to it: try { Class.forName("com.mysql.jdbc.Driver"); } catch (ClassNotFoundException e) { System.out.println("Where is your MySQL JDBC Driver?"); …
androniennn
  • 3,117
  • 11
  • 50
  • 107
-1
votes
1 answer

Microsoft ODBC Driver 17 for SQL Server on MacOS MAMP Pro

anyone please can help me? I'am new in developing php appliacations on mac (till now I developed on windows) and I need help with installing ODBC Driver 17 for SQL Server for MAMP Pro. I installed the driver according to the instructions on…
kublosCZ
  • 7
  • 1
-1
votes
1 answer

Localhost showing "Index of" page

I have one project and I wanted to run it on localhost to see this project. For this I installed mamp on my mac computer. It's my first time using a mac computer so it's also my first time using mamp. I put my project files in the relevant folder in…
iguner
  • 51
  • 8
-1
votes
1 answer

Where to place the project folder for MAMP PRO

I used to just use MAMP and there I had to place the project in the htdocs folder, but now I switched to MAMP PRO and I can't figure out which folder to throw my project into or is there no difference?
Loki
  • 11
  • 1
-1
votes
1 answer

Browsersync crashes Chrome

I have MAMP PRO 5.7 running on a MacBook Pro (8GB RAM). Websites load at sitename.local.companyname.as on port 80 with WordPress, nginx, and MySQL. I also use VSCode with composer, Gulp, and browsersync running to do development. Browsersync is set…
user3169905
  • 199
  • 3
  • 19
-1
votes
1 answer

How can I prevent Incorrect format parameter in Mamp phpMyadmin?

I am working with MampPro 6.2 with php version 7.4.9 I try to import a database but I get a phpmyadmin error: Incorrect format parameter So in my Mamp application I changed File>Open Template>PHP (php.ini)>7.4.9: max_execution_time =…
peace_love
  • 6,229
  • 11
  • 69
  • 157
-1
votes
1 answer

Logged in as Admin on Wordpress makes MAMP run slowly

When using MAMP to develop a Wordpress theme locally and when logged in as Admin the website loading time slows down dramatically. It would appear something is still being downloaded, however when the theme is moved to production everything is fine.…
Simon
  • 147
  • 1
  • 10
-1
votes
1 answer

PHP mail() not working in MAMP PRO

I'm using MAMP PRO 4.2 (9213) on MacOS Sierra with PHP 7.1.8. In the postfix section I filled my_domain.com in domain name for outgoing messages and I checked take postfix in GroupStart. Calling that short snippet (that works on another server) I'm…
user6771756
-1
votes
2 answers

How can I access a website on a Local Network in an OSX environment

So I have a website that I created locally but I would like to have other team members access it. I would also like to test my site using my iPhone for testing purposes. Th thing is when I check the Xip.io (LAN only) option (shown in the image…
Mariton
  • 601
  • 2
  • 12
  • 28
-1
votes
1 answer

Run Multiple instances of MySql using MAMP

I am trying to switch between two mysql instances but don't know how to run it using MAMP. I suppose, there is mysqld_multi but I didn't find anything in the documentation. Thanks.
Chopra
  • 571
  • 4
  • 8
  • 23
1 2 3
32
33