Fix! Theme editor is looking broken
This is cause some php versions are not allowing to use SELECT DISTINCT and ORDER BY in the same query
For fast fix this problem go to the file index.php located in administrator/editor folder and replace the line 146 with this code$pages = getArrayDSelected('page','theme_settings','where theme = "'.$theme.'" and page <> ""');
Last modified on Apr 28, 2020