TinyMCE and check_login() in filepicker
Posted: Fri Dec 05, 2008 10:30 am
Good morning everyone,
I've updated to cmsms 1.5.1 version which has great improvements but I encounter a problem in TinyMCE. When I try to open filepicker (from image, media or link popup), the login page shows up.
After a little search, I discovered that the problem comes from the check_login function from lib/page.functions.php. In my $_SESSION variable, it appears that I don't have a field called login_user_id but only login_user_name which causes the check_login function to return false.
Could you please tell me about how to fix this problem ?
Many thanks in advance
I've updated to cmsms 1.5.1 version which has great improvements but I encounter a problem in TinyMCE. When I try to open filepicker (from image, media or link popup), the login page shows up.
After a little search, I discovered that the problem comes from the check_login function from lib/page.functions.php. In my $_SESSION variable, it appears that I don't have a field called login_user_id but only login_user_name which causes the check_login function to return false.
Could you please tell me about how to fix this problem ?
Many thanks in advance