Title: ies22admin's Replies | WordPress.org

---

# ies22admin

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP-PageNavi Version 2.72 Not Showing Page 2](https://wordpress.org/support/topic/wp-pagenavi-version-272-not-showing-page-2/)
 *  [ies22admin](https://wordpress.org/support/users/ies22admin/)
 * (@ies22admin)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/wp-pagenavi-version-272-not-showing-page-2/#post-1578666)
 * I faced the same problem, too. How to fix it? here is the index.php
 * ?php if (is_archive()) $post_number = get_option(‘thesource_archivenum_posts’);
   
   if (is_search()) $post_number = get_option(‘thesource_searchnum_posts’); if (
   is_tag()) $post_number = get_option(‘thesource_tagnum_posts’); if (is_category())
   $post_number = get_option(‘thesource_catnum_posts’); if (is_home()) $args=array(‘
   showposts’=>get_option(‘thesource_homepage_posts’), ‘paged’=>$paged, ‘category__not_in’
   => get_option(‘thesource_exlcats_recent’), ); ?> <?php get_header(); ?>
 * <?php global $query_string;
    if (is_category()) query_posts($query_string . “&
   showposts=$post_number&paged=$paged&cat=$cat”); elseif (is_home()) query_posts(
   $args); else query_posts($query_string . “&showposts=$post_number&paged=$paged”);?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Event Registration] Users Subscribers](https://wordpress.org/support/topic/plugin-event-registration-users-subscribers/)
 *  [ies22admin](https://wordpress.org/support/users/ies22admin/)
 * (@ies22admin)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-event-registration-users-subscribers/#post-1064736)
 * Avdude
 * I activated the even registration but can’t use
    In event setup page, there is
   an error message “EVENTS LISTING: Warning: mysql_fetch_assoc(): supplied argument
   is not a valid MySQL result resource in /home/ahorghk/domains/ah.org.hk/public_html/
   wordpress/wp-content/plugins/event-registration/er_forms.inc.php on line 24″
 * What can i do?
 * thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Register Plus] Invitationcode multiple times usable](https://wordpress.org/support/topic/plugin-register-plus-invitationcode-multiple-times-usable/)
 *  [ies22admin](https://wordpress.org/support/users/ies22admin/)
 * (@ies22admin)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-register-plus-invitationcode-multiple-times-usable/#post-914300)
 * I also tackled this problem. It needs to be solve, or the invitation code becomes
   meaningless.

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