FransW5

Results 8 comments of FransW5

Why doesn't libvpx OR libvpx-vp9 work? ``` Unknown encoder 'libvpx' Unknown encoder 'libvpx-vp9' ```

Solution for cPanel firewall: Open tinyfilemanager.php in a text editor And Replace All: `fm_redirect(FM_SELF_URL . '?p=' . urlencode(FM_PATH)); ` With: `$FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));`

Solution for cPanel: Open tinyfilemanager.php in a text editor And Replace All: `fm_redirect(FM_SELF_URL . '?p=' . urlencode(FM_PATH)); ` With: `$FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));`

Solution for cPanel firewall: Open tinyfilemanager.php in a text editor And Replace All: fm_redirect(FM_SELF_URL . '?p=' . urlencode(FM_PATH)); With: $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));

A simple solution: Open tinyfilemanager.php in a text editor And Replace All: fm_redirect(FM_SELF_URL . '?p=' . urlencode(FM_PATH)); With: $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));

@codedivinetech I tested on (cPanel 106.0.8 + cPGuard + imunify360 Malware scanner) and with the following replacement, solves the problem. What hosting management system are you using? What antivirus and...

@codedivinetech Access to your host is required to check the issue!

@robsd I tested on (cPanel 106.0.8 + cPGuard + imunify360 Malware scanner) and with the following replacement, solves the problem. What hosting management system are you using? What antivirus and...