Quote:
Originally Posted by trilOByte
Oops, fairly big problem - relating to my post on the previous page. If I attempt to edit any of the categories, I get a nopermission error and the category vanishes from the listing. I cant access the category thereafter. It shows in the statistics, but that is the only place I can see evidence of it's existance - aside from the dB itself.
As I said before, I'm primary admin, userid = 1, usergroup = 6. Changing permissions from a -ve value to +ve and specifying forums, makes no difference.
|
If you can play in the db, and want a temporary fix until Andrew comes up with a real one... do something like:
Code:
UPDATE local_linkscat SET catforum=-999 WHERE catforum=0;
YMMV.
- ZJ