Open lianhe opened 3 months ago
Thank you for your feedback. If you want to push your fixes to this repository, it is actually quite simple. Have a look at the first contributions how to :smile:
@lianhe What's your php version? Initially I was using PHP7.2 due to environment restriction, after upgraded to PHP7.4 there's no error anymore, no need to fix anything. Also if you happen to use PHP7.2, you will get plenty of syntax error, which is resolved by simply upgrade to PHP7.4.
Many PHP files have an extra comma in their sprintf function in 3.2.5.such as config-operators-list.php line159 , mng-list-all.php line311...