radioon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Browse All” missing after attaching images to post or page.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 PHPThe 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.Forum: Fixing WordPress
In reply to: Browse image functionality missing…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 PHPThe 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.Forum: Fixing WordPress
In reply to: Solution 4 Windows bug: “Browse all” after upload?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 PHPThe 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.Forum: Fixing WordPress
In reply to: WP on WinServer (IIS mySQL PHP) no CSSOh, you are the best. Thanks!