Closed (fixed)
Project:
Subscriptions
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2006 at 14:53 UTC
Updated:
10 Jan 2007 at 22:46 UTC
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
Comment #1
manasiv commentedSorry, The code that had to be commented is
//if(count($tree)==0){$output = NULL;} in the subscription_taxa function.
Comment #2
dziemecki commentedWhich version of PHP are you running?
Comment #3
manasiv commentedI am using PHP 4.4.0
Comment #4
dziemecki commentedTurning project over to new owner.
Comment #5
arthurf commentedCan 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...
Comment #6
(not verified) commented