Solutions to solutions for images not displayed when uploaded to Imperial CMS include: checking server permissions, checking file paths and URLs, checking thumbnail generation settings, checking Ueditor editor plug-ins, checking cache settings, and trying different browsers or device to access the website.
Solution to the problem that images uploaded by Empire CMS are not displayed
Problem: Empire CMS upload The picture is not displayed, how to solve it?
Solution:
1. Check server permissions
data/
and ueditor/php/
directories, they should be set to 755 or 777. 2. Check the file path and URL
uploadurl
and uploadpath
settings in the config/config.php
file are correct. 3. Check the thumbnail generation settings
thumb_on
option in the config/config.php
file is set to true. 4. Check the Ueditor editor plug-in
tools/ueditor/php/
directory and check the imageUrlPrefix
and imagePath
settings in the config.json
file is it right or not. 5. Check the cache settings
admin/index.php?m=system&c=clearing&a= cache_all
). 6. Other possible solutions:
The above is the detailed content of What should I do if the pictures uploaded to Empire CMS are not displayed?. For more information, please follow other related articles on the PHP Chinese website!