Am sorry but am totally lost and my host is just not being helpful.
i cannot update any joomla site while the add handler is set to php 7.1.18 .
<IfModule mime_module>
AddType application/x-httpd-ea-php71 .php .php7 .phtml
</IfModule>
in order to update joomla the correct way i have to change the add handler to
<IfModule mime_module>
AddType application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>
and then rever back after the update is done.
any idea why is this happening please? have i set something wrong in admin tools?
thank you