Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • $cat = get_the_category();
    foreach($cat as $c) {
         if($c->name != 'this category to exclude ' && $c->name != 'that category name to exclude'){
              $showRating = true;
         }
    }
    if($showRating){
         wp_gdsr_render_article($template_id = 0,
              $read_only = false,
              $stars_set = "oxygen",
              $stars_size = 20,
              $stars_set_ie6 = "oxygen");
    }

    I’m getting the same errors as studiotucker on my live site? Any solutions for this? I’ve got PHP 5.0 on WordPress 2.8 …

    This error blips on the screen for a moment:
    PHP Fatal error: Cannot access protected property ucomCommunity::$ID in C:\Inetpub\www.henkinschultz.com\nue\wp-content\plugins\alkivia\components.php on line 276

    Then WordPress lists this error:
    Fatal error: Cannot redeclare _ucom_php_warning() (previously declared in C:\Inetpub\www.henkinschultz.com\nue\wp-content\plugins\alkivia\alkivia.php:49) in C:\Inetpub\www.henkinschultz.com\nue\wp-content\plugins\alkivia\alkivia.php on line 55
    PHP Fatal error: Cannot redeclare _ucom_php_warning() (previously declared in C:\Inetpub\www.henkinschultz.com\nue\wp-content\plugins\alkivia\alkivia.php:49) in C:\Inetpub\www.henkinschultz.com\nue\wp-content\plugins\alkivia\alkivia.php on line 55

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