Viewing 1 replies (of 1 total)
  • Thread Starter radioon

    (@radioon)

    Hi!

    I had the same problem and it took me a while to figure the problem out.

    My sytem:
    Windows 2K3 Server
    running
    MYSQL5
    and PHP

    The problem was, that wordpress doesn’t fit with the new MYSQL. It uploads the file and the thumbnail, but doesn’t make an entry in the database -> SOLUTION:

    You have to set the value of 3 Columns from “NOT NULL” to “NULL”..

    the columns are located in the table “wp_posts” and are named as follows:
    “to_ping”
    “pinged”
    “post_content_filtered”

    After you modified the tables, apply the changes, and now things should work just fine!

    Hope I could help u out!

    Best Regards
    Hermond B.

Viewing 1 replies (of 1 total)
  • The topic ‘Solution 4 Windows bug: “Browse all” after upload?’ is closed to new replies.