Icons are missing in 2.3

It looks like the icon sprite isn't being generated as expected. Do you have any errors which may be relevant in your server error log?
 
The brwoser console said that:
Code:
Failed to load resource: the server responded with a status of 404 (Not Found)
/data/local/icons/light.svg?v=1722276448#sun:1
        
        
        Failed to load resource: the server responded with a status of 404 (Not Found)
/data/local/icons/light.svg?v=1722276448#award:1
        
        
        Failed to load resource: the server responded with a status of 404 (Not Found)
/data/local/icons/brands.svg?v=1722276448#linkedin:1
there are no other visible errors showing up.
 
Nothing in the server error log (admin.php?logs/server-errors/)?

You might try creating the data/local/ directory manually and ensuring your web server has read permissions and PHP has read and write permissions for it.
 
Back
Top Bottom