- Joined
- Dec 1, 2021
- Messages
- 108
- Reaction score
- 24
- Points
- 18
If anyone have problem to xcrud and have this deprecated error in php v7.2+
you can simple find
you can simple find
PHP:
10 , 36
//replace
16 , 36
//for example
self::$sess_id = base_convert(str_replace(' ', '', microtime()) . rand(), 10, 36);
//replace
self::$sess_id = base_convert(str_replace(' ', '', microtime()) . rand(), 16, 36);