Title: bronski's Replies | WordPress.org

---

# bronski

  [  ](https://wordpress.org/support/users/bronski/)

 *   [Profile](https://wordpress.org/support/users/bronski/)
 *   [Topics Started](https://wordpress.org/support/users/bronski/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bronski/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bronski/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bronski/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bronski/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bronski/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/bronski/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bronski/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [comments dissappear](https://wordpress.org/support/topic/comments-dissappear/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/comments-dissappear/#post-95286)
 * Have a look at this thread: [http://wordpress.org/support/6/12311](http://wordpress.org/support/6/12311)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [non-latin permalink problem.](https://wordpress.org/support/topic/non-latin-permalink-problem/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/non-latin-permalink-problem/#post-94735)
 * Well, with 1.3-alpha 3 (2004-09-22) it doesn’t work yet…
    [http://bronski.net/wp-archiv/2004/09/23/interÅˆatÄ«oÅ‰alÄ¯ÅŸÃ¦tiÃ¸Å‹/](http://bronski.net/wp-archiv/2004/09/23/interÅˆatÄ«oÅ‰alÄ¯ÅŸÃ¦tiÃ¸Å‹/)-
   > no posts matched your criteria
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trackback problems in 1.3-alpha-3](https://wordpress.org/support/topic/trackback-problems-in-13-alpha-3/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/trackback-problems-in-13-alpha-3/#post-92840)
 * Michel fixed that bug much better than i hacked it – thanks!
    2004-09-22 works
   fine here.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trackback problems in 1.3-alpha-3](https://wordpress.org/support/topic/trackback-problems-in-13-alpha-3/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/trackback-problems-in-13-alpha-3/#post-92831)
 * I filed a [bug-report](http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000311)
   for this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posting Drafts](https://wordpress.org/support/topic/posting-drafts/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/posting-drafts/#post-91825)
 * well, with this patch applied the setting mentioned above doesn’t need to be 
   set to “new users may publish” – great! thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posting Drafts](https://wordpress.org/support/topic/posting-drafts/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/posting-drafts/#post-91821)
 * i think this only happens when you have only one user.
    well, in edit.php in 
   line 12 there is an SQL statement: `$editable = $wpdb->get_col("SELECT ID FROM
   $wpdb->users WHERE user_level <= '$user_level' AND ID != $user_ID");` so when
   there is only the admin-user, ID = 1, this select results in an empty quere, 
   the array cannot be joined and the known error occurs. as soon as you add a second
   user the array contains values and the error is gone.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posting Drafts](https://wordpress.org/support/topic/posting-drafts/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/posting-drafts/#post-91811)
 * just found out about that too, bummer. 🙁
    looking at [http://www.php.net/manual/en/function.implode.php](http://www.php.net/manual/en/function.implode.php)
   i was so sure about that…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database Error](https://wordpress.org/support/topic/database-error-228/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/database-error-228/#post-91803)
 * it seems there is a syntax error in line 13 of edit.php
    correct is `$editable
   = join(',', $editable);` instead of the wrong `$editable = join($editable, ',');`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posting Drafts](https://wordpress.org/support/topic/posting-drafts/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/posting-drafts/#post-91802)
 * it seems there is a syntax error in line 13 of edit.php
    correct is `$editable
   = join(',', $editable);` instead of the wrong `$editable = join($editable, ',');`
   but that doesn’t bring the missing publish-button back… 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [7/9 Trackback](https://wordpress.org/support/topic/79-trackback/)
 *  Thread Starter [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/79-trackback/#post-90204)
 * Yes, of course 9/7. But there were several posts with that notation…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [7/9 database changes](https://wordpress.org/support/topic/79-database-changes/)
 *  Thread Starter [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/79-database-changes/#post-90156)
 * Thanks, I’ve found the mailman-pages and subscribed.
    Apart from that I wrote
   some update-statements including post_date and post_name to correct the buggy
   guids.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [7/9 database changes](https://wordpress.org/support/topic/79-database-changes/)
 *  Thread Starter [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/79-database-changes/#post-90111)
 * Duh! Just found in [http://wordpress.org/support/6/12438](http://wordpress.org/support/6/12438)
   that the field “guid” came with the upgrade. So I guess the `//?p=` is the default
   value. Then forgetit, sorry.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments in 1.3-alpha3](https://wordpress.org/support/topic/comments-in-13-alpha3/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/comments-in-13-alpha3/#post-89377)
 * My guess is that the reason for all my posts showing up with pings and comments
   closed is a change to xmlrpc.php because when I use the web-interface I can change
   those back to open, but with desktop applications like ecto that use xmlrpc it
   doesn’t work. I don’t remember exactly when it started but I guess it was 8/26
   or smth.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments in 1.3-alpha3](https://wordpress.org/support/topic/comments-in-13-alpha3/)
 *  [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/comments-in-13-alpha3/#post-89369)
 * Beel, both default_values are set to open in my nightly 9/7, but nevertheless
   all new postings have comments and pingback set to closed.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_get_archives() limits number of posts](https://wordpress.org/support/topic/wp_get_archives-limits-number-of-posts/)
 *  Thread Starter [bronski](https://wordpress.org/support/users/bronski/)
 * (@bronski)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/wp_get_archives-limits-number-of-posts/#post-81026)
 * Yes, right! My index.php is outside of the WP-dir so I didn’t catch that change…
   🙁 Thanks a lot for pointing that out!
    Not to forget having to change some rewrite-
   rules, of course.

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/bronski/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bronski/replies/page/2/?output_format=md)