Tagged Questions
The abbreviation "MAMP" stands for: Macintosh, Apache, Mysql and PHP. The OS X software application "MAMP" will quickly install the whole stack and provide a GUI for management.
17
votes
4answers
254 views
Case-inconsistency of PHP file paths on Mac / MAMP?
I'm developing a PHP program on MAMP, and just realized the following screwy behavior:
echo "<br/>PATH = ".dirname(__FILE__);
include 'include.php';
include.php:
<?php
echo ...
11
votes
4answers
1k views
iconv_strlen function causing execution timeout, running on MAMP
Has anyone had issues with the iconv_strlen function while running MAMP?
9
votes
4answers
634 views
Install YAML Pecl PHP Extension on MAMP
I'm working on a project with a number of developers over Git and the existing codebase uses PECL YAML PHP extension (v1.0.1).
I have tried a number of steps to install the PECL YAML extension on my ...
9
votes
3answers
10k views
XAMPP or MAMP on Mac OS X 10.6.2 (Snow Leopard)
I just bought a new MacBook Pro which comes with Snow Leopard 10.6.2 (Mac OS X 10.6.2). I am used to using XAMPP as my local development server on XP. Since Mac OS X is based on Unix, I was thinking ...
9
votes
5answers
10k views
Wildcard Subdomains
I know there have been a few threads on this before, but I have tried absolutely everything suggested (that I could find) and nothing has worked for me thus far...
With that in mind, here is what I'm ...
8
votes
5answers
926 views
Recommended web development environment on Mac?
I'd like to get back into some web development after primarily working on native applications, and I'm looking for advice on how to set up my web development "stack" on my local Mac. Ideally I'd like ...
8
votes
4answers
7k views
Testing HTTPS files with MAMP
I am running MAMP locally on my laptop, and I like to test as much as I can locally. Unfortunately, since I work on e-commerce stuff (PHP), I normally force ssl in most of the checkout forms and it ...
7
votes
5answers
4k views
Stop password prompt on MAMP startup
I develop using MAMP pro on my Mac. When I start MAMP it prompts me for a password if I use port 80. If I use a higher port it doesn't prompt me, but I have to append the port number in the URL ( eg ...
6
votes
1answer
6k views
Ruby On Rails in MAMP mySQL Snow Leopard
I'm trying to find step-by-step instructions to run Ruby on Rails on MAMP server and use MAMP's mySQL database. I am on Snow Leopard also. I have read Hivelogic's article about this but I really ...
6
votes
6answers
5k views
php mail on MAMP
I need to test some script using PHP's mail. I'd like to be able to finally get this working locally. I am using MAMP. Is there a way to do this without installing any third party software?
I've done ...
6
votes
4answers
3k views
How to sync your MAMP install across multiple Macs
I have MAMP set up on my iMac and on my Macbook. I want to keep both installs synced using dropbox. When upgrading MAMP the only 2 folders you need to transfer are 'db' & 'htdocs'. My theory is ...
4
votes
1answer
56 views
MAMP Pro problems launching SQL Server after system clean
I've been building a Wordpress Multiuser site for the last two months. Everything was good:
Had a local configuration saved in MAMP using default ports (was FTP accessible) Which means I had to edit ...
4
votes
1answer
933 views
Two versions of PHP on Mac OS Snow Leopard & Installing xdebug using PECL
I was using MAMP (standard) for PHP Development for some times before I read some posts about built-in Apache/PHP on Snow Leopard. I decided to shift to those I am provided with but seems to have many ...
4
votes
5answers
5k views
Is there an free alternative to MAMP PRO?
NetBeans is recommending to use MAMP for Apache + MySQL + PHP on the Mac. There's a MAMP and a MAMP PRO. The MAMP is actually nothing more than a collection of open source libraries and stuff like ...
4
votes
5answers
3k views
/var/www/ folder structure for PHP project
I'm using MAMP just for my development environment and haven't really understood the folder structure of /var/www/project-name/ on a web server. I'm wondering whether you're meant to point the web ...
3
votes
1answer
65 views
Getting codeception & phpunit working on MAMP with OS X Lion
Running:
MAMP 2.0.5
PHP 5.3.6 (bundled with MAMP)
Mac OS X Lion 10.7.2
My goal is to get the Codeception testing framework to work and use within my MAMP project. I'm following the instructions ...
3
votes
1answer
71 views
Uploading a file via an iPhone App [closed]
Actually i am just trying to develop Box like app for iphone for practice, u may look over the link given below
Here's a link! for example
The application should be capable of uploading his files ...
3
votes
1answer
73 views
How do I use terminal to install plugins and libraries for PHP (MAMP)?
Can you walk me through the installation of a library for php, specifically what each terminal command does?
I have been learning web development for 6 months and it is time I need the console / ...
3
votes
0answers
113 views
Java 1.6 Broken when called by background symfony task
I have a symfony task that generates some files calls exec to have a jar and then parses the output.
The jar runs fine from the command line, the task runs fine from the command line.
The problem:
I ...
3
votes
1answer
487 views
Configuring MAMP for SSL
Ok fellow coders, I am trying to configure MAMP with SSL on my mac for development purposes. I have read and tried the following instructions:
...
3
votes
1answer
604 views
Can i use MAMP (MySQL) or XAMPP (MySQL) with Ruby on Rails 3?
Can i use MAMP (MySQL) or XAMPP (MySQL) with Ruby on Rails 3? i installed MySQL from MYSQL.com and had so much trouble that i like to use the MAMP/XAMPP Mysql. Is Anyone doing this? Also what ...
3
votes
5answers
4k views
My mamp mysql won't turn on!
My mamp mysql server won't turn on. I tried executing /Applications/MAMP/bin/startMysql.sh but that gave me this error.
101110 05:50:31 mysqld_safe Logging to ...
3
votes
3answers
2k views
Mongodb and MAMP
I am using MAMP and would like to use mongo with PHP. I am stuck because the version of MAMP I'm using is the latest version I can find, and it's running PHP 5.2.11. The only Mongo PHP install I can ...
3
votes
3answers
65 views
Web App fails when moved to production environment. Which server permissions do I need?
I have developed a small web app.
This app allows users to upload images.
It also produces text files with the names of those images (the names are stored and retrieved to/from an MySQL Database.)
...
3
votes
3answers
589 views
Is using AMP software like WAMP, MAMP, XAMPP a good idea?
I know that softwares like WAMP, XAMPP save a lot of difficult configuration time. But, besides this, Is this a good idea? I, on the other would like to stick to traditional method and install each ...
3
votes
1answer
979 views
Versions. “Is not a working copy”
A little background first:
I'm a designer/developer and decided to use subversion for a personal project. I'm the only one working on this project. I've setup a Beanstalk account and installed ...
3
votes
2answers
690 views
Has anyone setup tomcat to run virtual hosts using mod_jk
I work in OSX primarily with mostly PHP. Normally I work locally using MAMP and virtual hosts setup in my httpd.conf so that I can point a browser to http://some-project and have as many projects as ...
3
votes
2answers
6k views
How to run a PHP script from the command line with MAMP?
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 line ...
3
votes
7answers
2k views
One-Click install for Ruby/Rails/SQLite?
I'm really excited to start programming in Ruby with the Rails framework; I've read great things about Ruby on Rails! I've gotten myself a couple of books, thumbed through a few tutorials, read some ...
2
votes
2answers
599 views
PHPUnit: Warning: require(PHPUnit/Autoload.php): failed to open stream: No such file or directory in /usr/local/bin/phpunit on line 42
when running
phpunit
I get error
Warning: require(PHPUnit/Autoload.php): failed to open stream: No such file or directory in /usr/local/bin/phpunit on line 42
Fatal error: require(): Failed ...
2
votes
0answers
375 views
MAMP Conflict With OS X Lion Apache
I'm trying to get a development environment setup in OS X Lion using MAMP. I've historically had MAMP setup using it's defaults, but now I need to have an environment setup with virtualhosts. To do ...
2
votes
2answers
618 views
Can't get mysql2 gem to work with MAMP2 and RVM on Lion, Rails3 app
I am using MAMP2, rvm on OS X Lion and there is no way I can get mysql2 gem to work with my Rails app.
I've followed this blog post http://blog.mirotin.net/35/mamp-1-9-5-mysql-5-5-9-and-ruby-mysql2 ...
2
votes
1answer
228 views
Doctrine 2 command line tool; MAMP and mysql.sock
I grabbed the CI2/Doctrine2 from Wildly Inaccurate. I'm trying to start using it, but before I'm actually getting to work with it, I wanted to make sure everything works. However, when I try the ...
2
votes
2answers
280 views
View local web server on Mac with computer name, not IP
I have MAMP installed on my Mac with OS X 10.6. This computer's name is chocolate.
If I want to view pages on chocolate with chocolate, in the address bar of a browser I can type localhost/. If I ...
2
votes
7answers
154 views
PHP Code after '>' Displayed as HTML
I am going nuts trying to use PHP to get and insert values into an SQLite database. I haven't even managed to get that far yet!
It seems that all the php code after '>' is displayed as html text and I ...
2
votes
3answers
352 views
connect java to mysql using jdbc on osx
So I added the MySQL Connector/J 5.1.16 to my project's Build Path. I'm using the default OSX Java package and MAMP Pro 1.9.4 with MySQL 5.1.44 and Eclipse.
I've set up a simple java app with the ...
2
votes
4answers
406 views
/etc/hosts file permission Mamp Pro
I'm running MAMP and it's telling me that it can't write to the /etc/hosts file. I'm guessing it's a permission issue but not totally sure. This is the error:
The file /etc/hosts couldn't be written
...
2
votes
2answers
330 views
subdomains on localhost vs. production server under CodeIgniter
I'm trying to set up what are essentially profiles on subdomains on a development site. The 'profiles' would be user-created, i.e. can happen at any time.
Locally, I know I can't use wildcard host ...
2
votes
1answer
501 views
Eclipse Helios - Problem Adding PHP Executable
I just installed Eclipse Helios (zend-eclipse-php-helios-macosx-cocoa-x86.tar.gz) on my Mac (OS X v. 10.5.8).
When I try to add a PHP executable (/Applications/MAMP/bin/php5.3/bin/php), I get the ...
2
votes
3answers
2k views
PDO connection error when using symfony and MAMP
Getting an PDO error when trying to do
php symfony doctrine:insert-sql
The error I get:
Warning: PDO::__construct(): [2002] Connection refused (trying to connect via tcp://127.0.0.1:3306) in ...
2
votes
2answers
1k views
PHPUNIT xdebug codecoverage not working in console (mac) MAMP 1.9 PRO
Hi i have issues with my xdebug connection to PHPUnit.
when running:
phpunit --coverage-html ./report unit
i get:
PHPUnit 3.4.15 by Sebastian Bergmann.
The Xdebug extension is not loaded.
...
2
votes
1answer
1k views
MAC OS X: MAMP Environment & Virtual Hosts
I'm not sure what's happening here, but I'm running MAMP 1.9 on MAC OS X. In my httpd.conf file, the DocumentRoot is set to the default htdocs path. Within the htdocs folder, I've created a number ...
2
votes
4answers
2k views
How can I install Perl's DBI on Mac OS X so Apache can find it?
I'm trying to setup a Perl development environment on my Mac laptop and have been having a really hard time getting it working. I thought I had everything configured correctly but when I try to run a ...
2
votes
4answers
1k views
PHP files are downloaded by browser instead of processed by local dev server (MAMP)
Everything was going great until I added AddHandler application/x-httpd-php5s .php to the .htaccess file in my local server's document root (which I change frequently depending on the site I'm working ...
2
votes
4answers
1k views
2
votes
1answer
3k views
MAMP: How to install Memcached?
I have tried to install memcached in MAMP - Snow Leopard 10.6.2 using this tutorial:
Setup a Memcached-Enabled MAMP Sandbox Environment
I finished with no errors the first to the last step: Bonus ...
2
votes
5answers
232 views
debugging php on mac?
was wondering what was the best way to debug PHP on my local machine. I use MAMP on mac os 10.5
thanks,
Patrick
2
votes
1answer
581 views
Adding ODBC to MAMP
I've spent the last couple days trying to get ODBC installed and I am about to lose my mind, I'm way out of my element here. Please can some one help me before I fall to pieces. Here's what I'm ...
2
votes
3answers
2k views
Does MySQL included with MAMP not include a config file?
I can't seem to find the my.cnf or other config file for the MySQL that comes with MAMP. Does it not include one?
2
votes
7answers
425 views
two programmers working on the same code
I'm working on some PHP code with a partner, and were both running a LAMP (or in my case - MAMP) server locally on our machines.
Is there some way we can both work simultaneously on the same piece of ...