Skip to main content
Participant
September 30, 2009
Question

further details on Unable to save php file in dreamweaver.

  • September 30, 2009
  • 2 replies
  • 701 views


setting up a php site in dreamweaver.


I am taking a class in PHP. I am following instructions to set up my work environment in Dreamweaver. I am using an Imac, dual core, running snow leopard, and have loaded xampp onto my machine. Dreamweaver version CS3.

Class instructions say to set up my local site with following path: Applications/xampp/htdocs. My DW wants me to use : instead of /, so when I set up the local site, this is what my path looks like. Macintosh HD:Applications:XAMPP:xamppfiles:htdocs:
When I try to save my first page, as a .php, I get the following error message: Access to MacintoshHD:applications:XAMPP:xamppfiles:htdocs:hello.php was denied. I get this error message on both of my macs, so it is a problem in my path, not individual to my machine.

There is something wrong with my path, but I don't know what it is. I cannot create path with / instead of :, DW won't allow it. I tried creating a path exactly as instructed in the lesson, but that did not help. I don't know what I am missing because I am just starting so I don't know what to look for. Any thoughts? Thanks in advance....
This topic has been closed for replies.

2 replies

Participating Frequently
September 30, 2009

Please do not create multiple threads on the same subject. You can simply add a message to your previous thread. This will help you get your problems solved much faster.

DwFAQ
Participating Frequently
September 30, 2009

You should setup the built-in php instead of xampp on Snow Leopard. Look here for more info

http://DwFAQ.info/home.php?id=18

Then when you setup your local site use HD_Name:Users:User_Account_Name:Sites:Website_Folder:

Participant
October 1, 2009

that is an option I could go to eventually, but because I am specifically trying to follow class instructions, I believe  I should try to work out what I have done wrong in the existing program, if at all possible. I am concerned that going with an entirely different set up will cause me further problems down the road.