Title: websign's Replies | WordPress.org

---

# websign

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDO (SQLite) For Wordpress] [Plugin: PDO (SQLite) For WordPress] post count of Cat/Tag were not updated under WordPress 3.0.1](https://wordpress.org/support/topic/plugin-pdo-sqlite-for-wordpress-post-count-of-cattag-were-not-updated-under-wordpress-301/)
 *  [websign](https://wordpress.org/support/users/websign/)
 * (@websign)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-pdo-sqlite-for-wordpress-post-count-of-cattag-were-not-updated-under-wordpress-301/#post-1702496)
 * Of course it has to be changed into `'hide_empty' => 0,` 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDO (SQLite) For Wordpress] [Plugin: PDO (SQLite) For WordPress] post count of Cat/Tag were not updated under WordPress 3.0.1](https://wordpress.org/support/topic/plugin-pdo-sqlite-for-wordpress-post-count-of-cattag-were-not-updated-under-wordpress-301/)
 *  [websign](https://wordpress.org/support/users/websign/)
 * (@websign)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-pdo-sqlite-for-wordpress-post-count-of-cattag-were-not-updated-under-wordpress-301/#post-1702495)
 * It’s far easier solution – one character to change. Open file category-template.
   php (in wordpress wp-includes directory), find definiotion of wp-list-categories(
   about 452 line) and below in defaults array you’ll find `'hide_empty' => 1,` –
   change it into `'hide_empty' => 1,` and that’s it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDO (SQLite) For Wordpress] [Plugin: PDO (SQLite) For WordPress] SQLite timing out](https://wordpress.org/support/topic/plugin-pdo-sqlite-for-wordpress-sqlite-timing-out/)
 *  [websign](https://wordpress.org/support/users/websign/)
 * (@websign)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-pdo-sqlite-for-wordpress-sqlite-timing-out/#post-1860340)
 * Unfortunately I have the same problem. Very often I see blank page (I disabled
   displaying errors). When I referesh page, everything is ok again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDO (SQLite) For Wordpress] [Plugin: PDO (SQLite) For WordPress] Does not give the password on install in 3.0.1](https://wordpress.org/support/topic/plugin-pdo-sqlite-for-wordpress-does-not-give-the-password-on-install-in-301/)
 *  [websign](https://wordpress.org/support/users/websign/)
 * (@websign)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-pdo-sqlite-for-wordpress-does-not-give-the-password-on-install-in-301/#post-1738121)
 * I had the same problem. The changes had to be done in pdo/wp_install.php Firstly
   I copied some code from wp-admin/includes/upgrade.php (code for creating user
   was slightly different) but it didn’t help. Finally I add extra parameter ($user_password)
   to function wp_install in pdo/wp_install.php :
 * `function wp_install($blog_title, $user_name, $user_email, $public, $deprecated
   ='', $user_password = '')`
 * and now it works!

Viewing 4 replies - 1 through 4 (of 4 total)