Update function mload_url_generate
Cách sửa như sau: mở file includes\mainfile.php
Tìm đến dòng
require NV_ROOTDIR . '/vendor/autoload.php';
Thêm lên trên nó đoạn sau:
register_shutdown_function("fatal_handler");
function fatal_handler()
{
$error = error_get_last();
if (NV_DEBUG == 1 and $error !== NULL) {
echo ('<pre><code>' . print_r($error, true) . '</code></pre>');
}
Sửa như thế này sẽ phải sửa vào rất nhiều module, cái này nên sửa vào trong cả hệ thống thì hay hơn @hoaquynhtim99
fixed: https://github.com/nukeviet/nukeviet/commit/0da8d8a750a1b9fc96c105daab1befb5aa456aab
Fix file name logs
Support 8.2.1
Fix lang vi
Merge pull request #3545 from hoaquynhtim99/nukeviet4.6
Fix lang vi
Update roles.tpl
Update action_mysql.php