When I go to the my subscriptions >> categories tab I get the above error even when I have 17 categories (vocabs). Is there any setting that prevents them from being active.

I traced the problem to subscriptions_taxa() function. If i comment out the foll code at the end of this function:

//if(count($subs[$account->uid]['blog'])==0){$output = NULL;}

return $output;

I get the correct list of categories on the my subscriptions 'categories' tab. Pls help.

Comments

manasiv’s picture

Sorry, The code that had to be commented is
//if(count($tree)==0){$output = NULL;} in the subscription_taxa function.

dziemecki’s picture

Assigned: Unassigned » dziemecki

Which version of PHP are you running?

manasiv’s picture

I am using PHP 4.4.0

dziemecki’s picture

Assigned: dziemecki » Unassigned

Turning project over to new owner.

arthurf’s picture

Status: Active » Fixed

Can you make sure you're running the latest version? This should be fixed at this point

http://cvs.drupal.org/viewcvs/drupal/contributions/modules/subscriptions...

Anonymous’s picture

Status: Fixed » Closed (fixed)