Hello, "I have a Flarum-based website hosted on a shared server without SSH access. Recently, I encountered several issues while installing and updating extensions. After installing some extensions and updating dependencies via Composer on my local PC, I transferred the updated files to the server. However, every time I activate a new extension, the site crashes and shows an HTTP 500 error. Here’s a summary of the actions taken and issues encountered:
Modification of .htaccess Files:
Added RewriteBase / in both public_html and the public directory .htaccess files.
Cache Clearing:
Created and executed a clear_cache.php file to clear the site's cache.
Extension Management:
Deactivated problematic extensions via phpMyAdmin.
Updated dependencies via Composer.
Despite these steps, the site continues to show a 500 error when new extensions are activated. There are no recent error logs in the server’s error log files.".