Working on one of the custom module and having this weird behaviour, on the edit page, if i refresh , I will be redirect to login screen again, it seem like the session has been destroy and logout me, any ideas what shall I look after ?
Does it happen in a different browser? Is it perhaps because you don't have a permission set for that module and you don't have access to that module (if you are a "super admin" then you should).
it is more like I having input which allow multibyte char ( chinese, jap) so if the field is a compulsory field, it will be logout when refresh the edit page, if you try to save the multibyte char won't save.
so checking through the lib it seem like the iconv utf-8 to utf-8/IGNORE will return empty string, guess it might be the iconv 1.31 problem on MAMP.
Comments
so checking through the lib it seem like the iconv utf-8 to utf-8/IGNORE will return empty string, guess it might be the iconv 1.31 problem on MAMP.