Clients cannot change PHP version

Discussion in 'HOWTO-Related Questions' started by Mohye94, Aug 1, 2018.

  1. Mohye94

    Mohye94 New Member

    Last edited: Aug 1, 2018
  2. florian030

    florian030 Well-Known Member HowtoForge Supporter

    If you created the web-site as the admin-user, the client can not change the php-version.
    This untested (!) sql-command may fix this:
    Code:
    UPDATE web_domain t2 JOIN sys_user t1 ON t1.default_group = t2.sys_groupid SET t2.sys_userid = t1.userid;
    
     

Share This Page