Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[SOLVED] Strange behaviour with article list change author
Hi
I have a strange behaviour and i cant see what s wrong.
I have 2 txp installation on the same server (same website one for dev and the other live), they have both txp 4.5.5 and use the same pluggins.
In the dev install in admin list article when using multi select to change author i have the hole list of author (there are over 2000 user) but in the live site i have got only 10 authors!
I checked if files have changed between the two install but there are the same, i also looked at the db call that fire the get list of author on txplib_misc.php and tryed the sql directly:
SELECT name from txp_users WHERE FIND_IN_SET(privs,'1,2,3,4,5,6') order by name asc;
and it works! have i missed something (the behaviour occur with other computers then it s not a cache issue!)
I use smd_user_manager in both intsall but i dont see how that can be a problem here.
if someone got an idea what is going on please let me know!
Offline
Re: [SOLVED] Strange behaviour with article list change author
Solved
it s my bad!
I changed the priv of users and disabled article.edit.own for all users!
Offline