Page not loading after adding switch language block
PermalinkI can't access my website anymore after installing the 'switch language' block on my page. I already tried with /login.php but my page just won't load..
Does anyone have the solution?
Thank you very much in advance
site.com/index.php/dashboard
The next trick is to create a temporary override for the switch language bock in /application/blocks.
The override would be designed to:
- not require any assets
- not add any header or footer items
- output to the page a simple 'Hello' text.
You should be able to do that by taking the switch language controller.php and view.php and deleting all methods in the controller and replacing all code in the view with: echo 'HELLO'.