Page 1 of 1
PHP version
Posted: Tue Oct 29, 2024 12:46 am
by keydog
maybe you guys can help me, hosting (Go Daddy) is telling me I have to update my php version
I just redid my sites, I thought all waould be up to date,
I see on the server , they want me to update to php verion 8.1 - 8.3
will this cause issues with my site changing to this php version
Re: PHP version
Posted: Tue Oct 29, 2024 3:35 am
by wwonderfull
Unless you see the issue cannot predict it for now. See if changing anything causes issues. There may be known issues which were discussed in forum earlier. Try searching with keyword "godaddy" and see if you can gather some information. It all depends on testing and resolving.
Re: PHP version
Posted: Tue Oct 29, 2024 5:12 am
by BaconFries
Since you are using WB 19.x.x then you should have no issues due to it uses 8.2 this means it is compatible with what GoDaddy is using on its or your server or asking you update to. See the following:
PHP version compatibility
Re: PHP version
Posted: Tue Oct 29, 2024 1:04 pm
by keydog
will there be any issue with a site built with verion WB17, I have one more site to update and havent had time,
Re: PHP version
Posted: Tue Oct 29, 2024 1:24 pm
by Pablo
There may be PHP 8 issues in WB17 if you use PHP features like login, cms or forms.
Re: PHP version
Posted: Tue Oct 29, 2024 2:56 pm
by keydog
thats going to ba a problem then , I have a login element for the last site
will it not work at all, what issues may happen
Re: PHP version
Posted: Tue Oct 29, 2024 2:58 pm
by Pablo
It will work, but there may be warnings
Re: PHP version
Posted: Tue Oct 29, 2024 3:21 pm
by keydog
ok, I dont have time right now to rework this whole site but hosting is pushing updating the php version
also brand new HP comp I bought is down, it wasnt down before their guys worked on it so several issue keeping me from working on this site at the moment
thanks for the reply Pablo
Re: PHP version
Posted: Wed Oct 30, 2024 12:12 pm
by BaconFries
If you receive any warnings or errors due to the php version used then it is possible to suppress them till you are able to update the site made with WB17 to WB19. See the example at the following:
Error Reporting - PHP Manual
Re: PHP version
Posted: Wed Oct 30, 2024 12:17 pm
by keydog
where would this error message show up,
Re: PHP version
Posted: Wed Oct 30, 2024 12:34 pm
by BaconFries
Any error messages are logged to the server's error log usually found in cpanel under file manager.
Re: PHP version
Posted: Wed Oct 30, 2024 12:36 pm
by wwonderfull
If php error reporting is enabled, it will be typically on the php_error.log file. The error can also show on the php page where you might be facing the error, and it will echo on the top part if anything goes wrong. Make sure you have configured .htaccess properly