alainr It's T3 Blank template, if you have the same issue, kindly check this topic: https://www.joomlart.com/forums/d/37318-message-cannot-use-object-of-type-templatesviewstyle-as-array
hello for my no new ??? please
micker Could we take a backup of your site to debug at our end?
saguaros yes with access you have akeeba to create your archive
micker Could you check it now? It looks fine now.
It really took time to debug and the problem came from the Flexicontent component which also loads the legacy view and it caused issue.
We updated this file so it can work properly: /administrator/components/com_flexicontent/defineconstants.php
Is it possible to have the modified file ? Because I have the same problem on a website with a T3 based template. Thank you in advance.
its seems ok CCCCOOOOLLL but same question, what is the modification ?
At approx line 69:
if ( !class_exists('JViewLegacy') ) jimport('legacy.view.legacy');
change to:
jimport('legacy.view.legacy');
in the file: /administrator/components/com_flexicontent/defineconstants.php
Thank you very much !!
alainr You're welcome!