Hello All I can't find the Template layout and Thememagic preview anymore I have the last versions: Joomla version 3.9.3 T3 Bs3 Blank 2.2.9 T3 Framework 2.7.1 They disappeared "probably" after a Joomla update Anybody knows if there an incompatibility with the last Joomla version 3.9.3 or do you have any suggestion? Many thanks for an help
Hi paolo2106
Folder where joomla is installed should only have index.php file no html file allowed , check if you have any .html file and remove it.
Regards
pavit Hi Pavit there aren't any index.html file is inside the joomla folder installation, I cancelled also all other .html files in the same folder and still nothing good happened
Please share your website url and a super user account to it and also an ftp account to access your folders -
T3 framework and templates works more than fine with joomla 3.9.3 we cannot replicate your issue.
pavit Hi can I write these details somehow on private message?
paolo2106
Please have a look HERE
pavit thanks, done
Problem seems to be due to your https protocol for some reason it doesn't allow to load the layout - try to remove temporarily https protocol and see how it works, if it works then ask your hosting provider to have a look at it.
I confirm with HTTP protocol it works fine, I will have to talk to the host provider, can you please tell me which is the path of the file that does load the layout?
Good morning,
our Hosting Company told me that the problem is in the .htaccess file due to the rerwrite condition and rule:
RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*)/$ /$1 [L,R=301]
as it doesn't permit the correct rewrite of the correct url: https://www.eirspedizioni.it/?t3action=layout&t3task=display&t3tp=layout&styleid=26&jvalue=default&=1550659578174 to https://www.eirspedizioni.it/it/?t3action=layout&t3task=display&t3tp=layout&styleid=26&jvalue=default&=1550659578174
Maybe this RewriteRule can be improved?
paolo2106 Maybe this RewriteRule can be improved?
I'm sorry but i cannot understand what should be improved , .htacces has nothing to do with t3 framework since it is your hosting rule - t3 has no issues with rewrite anyway in many other hosting .
pavit I found this rewrite rule works fine and it doesn't cause the problems: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{HTTP_HOST} !.localhost$ [NC] RewriteRule (.+[/])/$ https://%{HTTP_HOST}/$1 [R=301,L]
The problem is in the rewrite rule. I know this is not part of T3 Framework, but I would like to understand if I can use it, change it (improve it) or not use it.
the hosting say that probably the rule writes the url as below: https://www.eirspedizioni.it/?t3action=layout&t3task=display&t3tp=layout&styleid=26&jvalue=default&=1550659578174
when to work fine it should probably be: https://www.eirspedizioni.it/it/?t3action=layout&t3task=display&t3tp=layout&styleid=26&jvalue=default&=1550659578174
I read in the Chrome Console: Mixed Content: The page at 'https://www.eirspedizioni.it/administrator/index.php?option=com_templates&view=style&layout=edit&id=26' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.eirspedizioni.it/it?t3action=layout&t3task=display&t3tp=layout&styleid=26&jvalue=default&_=1551119022633'. This request has been blocked; the content must be served over HTTPS.
Maybe you can advise how the correct url should be?
Great you found it
I will mark this as solved since hosting configuration cannot be considered as forum template support argument.