0
votes
0answers
19 views
How do you upgrade MAMP’s PHP to PHP 5.3 ?
Hey all,
I haven't been able to find any resources on how to do this.. Anyone have any ideas or resources?!
I've tried changing the ./configure options and I'm solving things one …
3
votes
3answers
717 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 numb …
0
votes
3answers
67 views
Cakephp console (bake) on Mac OS with Mamp : database connection error
Hi
I am trying to do the Simple Acl controlled Application tutorial in the cakephp cookbook.
The idea is :
Making Databases
CREATE TABLE users (
id INT(11) NOT NULL AUTO_INCR …
1
vote
5answers
60 views
debugging php on mac?
Hi All,
was wondering what was the best way to debug PHP on my local machine. I use MAMP on mac os 10.5
thanks,
Patrick
3
votes
7answers
570 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 tu …
0
votes
4answers
1k views
SVN errorcode=2 Could not open the requested SVN filesystem
I've got MAMP running (XAMP for OSX), and I'm trying to setup subversion.
When I go to the freshly created repository in my browser, I get:
<D:error>
<C:error/>
<m …
0
votes
2answers
58 views
MAMP and CakePHP call to model issue
I asked this question on the CakePHP google-group but didn't find any resolution, so hopefully will have better luck here.
I've been developing on CakePHP for a bit and decided to …
0
votes
1answer
135 views
MAMP & localhost email
how does one go about getting email to work in a default MAMP installation? not sure if this is relevant but im trying to send emails from a codeigniter app and whatever protocol i …
1
vote
6answers
704 views
ImageMagick: convert png fail via PHP and works via bash shell
I've got a very weird bug which I've yet to find a solution. UPDATE see solution below
What I am trying to do is convert a full size picture into a 160x120 thumbnail. It works gre …
0
votes
2answers
76 views
setup an ftp server with mamp pro
I am currently using mamp pro on osx for local development and I want to mirror my mosso cloud setup as much as possible. has anyone setup an ftp server with their local installat …
1
vote
1answer
37 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. He …
0
votes
1answer
99 views
Getting this error while creating a recordSet in Dreamweaver - Using MAMP
I get this error after installing mamp and setting up my site on dreamweaver. I connected to a database I created in phpMyAdmin, then i tried to create a recordSet for my applicati …
0
votes
2answers
42 views
MAMP php and forms “value” problem
Hi, im using MAMP on OSX 10.4.11 and while doing a form I came up with an issue:
<?php
$today = date("d.m.y");
echo "<div class=\"newpub\">
<form action=\"insert …
0
votes
2answers
258 views
Mod Rewrite Question - forwarding parameters to new parameter names
Hi,
I've tested the following Mod Rewrite on MAMP, but for some reason, it fails on LAMP. Any idea of what I am doing wrong?
RewriteEngine on
RewriteCond %{QUERY_STRING} ^newPara …
0
votes
1answer
105 views
404 error for mod_rewrite using SSL and MAMP
I am building an app in Zend Framework at the moment and testing it all locally. I have Mamp Pro as my web server and I have a self-signed SSL which all seems to work. My problem c …
