Forum Replies Created

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

    (@ies22admin)

    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”); ?

    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

    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)