Dreamweaver & PHP 5.03 - unknown error

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

  1. #1

    Default Dreamweaver & PHP 5.03 - unknown error

    After installing PHP 5.03 the MYSQL database connectin is lost. Dreamweaver sees not any danabase at all, reporting "Unknown error" - Can anyone help?
    mobile-fedot Guest

  2. Similar Questions and Discussions

    1. Unknown Error
      I try to delete or insert to MS Access table through Web application - the error occurs in statement string s =...
    2. #40513 [NEW]: Notice: Unknown: List index out of bounds (0) (errflg=2) in Unknown on line 0
      From: wil at codeciti dot com Operating system: WinXP PHP version: 5.2.1 PHP Bug Type: IMAP related Bug description: ...
    3. #40068 [NEW]: Warning: Unknown: failed to open stream: No such file or directory in Unknown..
      From: triphius at tripslair dot com Operating system: FreeBSD 6.1 PHP version: 5.2.0 PHP Bug Type: Scripting Engine problem...
    4. Unknown error!!!
      I have a problem! When I want to 'Save for web' the message appeared : "Could not complete this oparation because an unknown error has occured"...
    5. Unknown soket error...
      Hi does any one ever encountered "Unknow error bind(2)" ? If a port is being used, the error message is usually something explicitely state...
  3. #2

    Default Re: Dreamweaver & PHP 5.03 - unknown error

    Hi,
    You've probably not enabled the MySQL support in the PHP5 php.ini file.
    Please search this file in c:\windows\php.ini and edit it, search for
    ;php_mysql.dll and remove the ";". This will enable the mysql support.

    You might also have some problems because you use MySQL 4.1 and there
    might be a conflict between the connection libraries.
    Check this technote for details

    [url]http://www.interaktonline.com/Products/Free-Products/PHAkt/Technotes/Details/An+unidentified+error+has+occured+-+Dreamweaver+with+PHP.html?id_thn=57[/url]

    Alexandru

    mobile-fedot wrote:
    > After installing PHP 5.03 the MYSQL database connectin is lost. Dreamweaver sees not any danabase at all, reporting "Unknown error" - Can anyone help?
    --
    InterAKT Online - Dreamweaver extensions
    [url]http://www.interaktonline.com/[/url]
    Alexandru COSTIN 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