PHP/MySQL - Error 405 method not allowed

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default PHP/MySQL - Error 405 method not allowed

    I've had the most harrowing weekend trying to troubleshoot the "HTTP Errror
    code 405 Method Not Allowed" message that I have been getting for the past few
    days, whenever I try to establish a connection with my db - it is maddening! I
    recently upgraded to DW 2004, and ever since I've essentially been locked out
    of accessing my remote (or local) db. Even after uninstalling 2004 and going
    back to v.6, the problem still remain. Needless to say, I've done a complete
    reinstall of MX 2004 no less than 3 times in the past 2 days, and spent many
    hours scouring the web in search for an answer to this dilema, without luck.
    I've also tried the solution offered by Macromedia found by downloading
    scripts.zip - still no luck. I'm at my wits end with this. Does anyone have any
    ideas?

    blu_sky Guest

  2. Similar Questions and Discussions

    1. Method now Allowed?
      Hi, I'm using a small modification on the "lightbox gone wild" script to allow a lightbox to appear on the click on a submit button. Here's the web...
    2. HTTP Error Code 405 Method not allowed
      I really liked the DMX Support site. However... While very useful for troubleshooting beginning PHP and MySQL server setups, the tech note for...
    3. HTTP status 405: Method not allowed
      Yes, I've seen many posts about this type of error, and none of the solutions people applied worked for me. So please read this one carefully and...
    4. webservice consumer error 405: Method Not Allowed
      I have created a very simple web service and consumer test application. It works like a charm on my development pc, but when I try to deploy it to...
    5. The requested method POST is not allowed
      Do you have a form on the pages? -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH...
  3. #2

    Default Re: PHP/MySQL - Error 405 method not allowed

    have you updated your mysql server to the 4.1 version? this could be a possible problem because the password hash has been modified.
    udo kant Guest

  4. #3

    Default Re: PHP/MySQL - Error 405 method not allowed

    Yes, I'm running version 4.11, I upgraded just 2 days ago as part of my troubleshooting effort - still no joy.
    blu_sky Guest

  5. #4

    Default Re: PHP/MySQL - Error 405 method not allowed

    well, unless 4.1 is not strictly necessary, just get back to a previous distribution...
    udo kant Guest

  6. #5

    Default Re: PHP/MySQL - Error 405 method not allowed

    Check your password and user name in MySQL. I had this problem and it was the fact I didn't have these matchining in Dreamweaver.
    jhutchdublin Guest

  7. #6

    Default Re: PHP/MySQL - Error 405 method not allowed

    Problem Solved! Thanks for the input everyone - connecting normally now. After
    nearly a week of trying, here's what I did:

    1). I downloaded and installed [url]http://php.planetmirror.com/downloads.php[/url]
    4.3.11 on my win2k machine.

    2). Next, I switched my testing server to point to my remote server and then
    tried to establish a connection again using the Databases-->MySQL Connection.
    At first, I got the error message "1045 access denied for user...". I then went
    to the Site Definition setup screen, where I changed the testing server's URL
    Prefix FROM [url]http://ftp.123mysite321.com/[/url] TO [url]http://www.123mysite321.com/[/url]. The
    connection was made smoothly - as it should. Switching from ftp to www in the
    URL Prefix, seemed to have been the key.

    3). I then continued to Control Panel-->Admin Tools-->ODBC Data Source
    Admin-->User DSN tab-->Add, and chose the MySQL ODBC 3.51 driver. After this, I
    switched the testing server to again point to my machine (localhost). Everthing
    is running smoothly now - after a few very long days. I hope that this info
    helps someone else. Thanks again for the help!:D

    blu_sky Guest

  8. #7

    Default Re: PHP/MySQL - Error 405 method not allowed

    I'm lost by your explanation. I, too, have had a harrowing weekend.
    No matter what I did I got the 405 error -- even after installing
    Apache and following all the steps in "PHP Web Development with
    Macromedia Dreamweaver MX 2004".

    Finally, I created a new site, this time filling out all the steps in
    "Basic" before going to the advanced. Now I get "unknown error".

    Help pleeeeeaaaaase.

    Shelly

    sheldonlg@asap-consult.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139