Re: 2.0.1 zc_install Error
Yes it should.
Create a file called info.php with these contents:
<?php
phpinfo();
and run it on your server to double check what siteground is saying.
Re: 2.0.1 zc_install Error
After chatting with siteground and adding the line "AddHandler application/x-httpd-php83 .php .php5 .php4 .php3" to .htaccess zc_Install will run.
Re: 2.0.1 zc_install Error
siteground had me add "AddHandler application/x-httpd-php83 .php .php5 .php4 .php3" in the .htaccess file in the zc_install and that allowed the zc_install to run but know https://devel.tennesseetraditionalflies.com/shop_new/ and https://devel.tennesseetraditionalfl...shop_new/admin dont see that 8.3.8 the correct PHP version is running. Got any ideas?
Re: 2.0.1 zc_install Error
you need to add that line to:
YOUR_SHOP_ROOT/.htaccess
not:
YOUR_SHOP_ROOT/zc_install/.htaccess
in addition, while not an apache guru by any stretch, i think it is safe to have the line say:
AddHandler application/x-httpd-php83 .php
zc does not make use of any files with extensions .php5 .php4 or .php3
Re: 2.0.1 zc_install Error
Tried it at the public_html and still did not work. Any other ideas?
Re: 2.0.1 zc_install Error
I was finally able to get someone from Siteground who determined that it was a corrupt .htaccess file and they fixed the problem. Now moving forward with the upgrade.