Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - yinyisj

1
Issues / PDF Export Issues
There is a Warning When I try to export pdf: DOMDocumentFragment::appendXML(): Entity: line 20: parser error : Entity 'egrave' not defined in C:\xampp\htdocs\cii\system\BaseView.php on line 743
PHPRad Version:2.7.3
Please help me out! thx :-[
2
Bugs / User Records Management Bug
 "User Records Management " generate wrong logical code: if(!in_array(strtolower(USER_ROLE),$allowed_roles)){$db->where(...)}.The exclamation mark should not be there.Otherwise the sql "where" doesn't function correctly.