Tc Panel — Sorgu Fixed ((free))

find /path/to/tc_panel -type f -exec chmod 644 {} \; find /path/to/tc_panel -type d -exec chmod 755 {} \; chmod -R 777 /path/to/tc_panel/cache chmod -R 777 /path/to/tc_panel/temp chown -R www-data:www-data /path/to/tc_panel Log into phpMyAdmin and run this SQL (customize for your panel):

<IfModule mod_security2.c> SecRuleEngine Off </IfModule> Turn it back on after fixing, but whitelist the sorgu endpoint. Part 5: Advanced Fixes – When the Standard Solutions Fail If you still see "TC Panel Sorgu Fixed" eluding you, apply these advanced techniques: The AJAX Handler Fix Many TC Panels use sorgu_ajax.php . Open that file and ensure the response header is correct: tc panel sorgu fixed

max_execution_time = 300 memory_limit = 512M post_max_size = 128M upload_max_filesize = 128M Restart Apache/Nginx after changes. Create a .htaccess file inside the panel's admin folder: find /path/to/tc_panel -type f -exec chmod 644 {}