Joomlart 10/17/2019
Hi I want to place a backup of Akeeba backup on my site in the test folder. After placement, a lot of text indicates a problem with T3. I use the Megastore template and everything is updated including T3. I contacted AKEEBA and received the following answer to my question
Hi,
After I have put a backup back to a test folder on my website, I get this message in the header of the template and How can I delete it?
Kind regards, La-ong
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9386 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9394 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9399 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9405 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9415 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9418 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9438 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9443 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9464 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /customers/0/e/0/laongvivah.com/httpd.www/test/plugins/system/t3/includes/lessphp/less/less.php on line 9471
Your issue only has to do with the fact that the T3 framework on your site is not fully compatible with PHP 7.3.
You must file a support request with JoomlArt, the developers of the T3 framework, so they can fix it. It's a very simple fix. Around the lines in your warning message there is a switch statement. They need to replace continue; with continue 2; everywhere inside that switch statement. That's all. If it was my own code I'd do that, but it's not my code, it's JoomlArt's. That's why I am telling you to contact JoomlArt to fix it. I am not being difficult, I just know what the problem is, where it happens, why it happens, as well as how and who should fix it 🙂