Persist with the chosen PHP version.

elsevi

Verified User
Joined
Jan 27, 2020
Messages
37
How do you make the chosen PHP version stick based on your selection rather than the slot you picked? The problem is that if a user selects slot 1, which is PHP 8.4, and later switches to PHP 8.5, their application might not be compatible and would give an error. How can we make the version information persist by version instead of by slot and avoid this recurring issue?

Thanks
 
Hello,

There is no automation for this. You will need to address it manually through modifying php1_select= option in every /usr/local/directadmin/data/users/*/domains/*.conf file.



How can we make the version information persist by version instead of by slot and avoid this recurring issue?
 
Back
Top