[ADDCOM] Default community icon error #110
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Default community icon generates an error on loading when user selects back the default text value
Default icon not existing on server:
[Thu Feb 29 23:19:56.875616 2024] [autoindex:error] [pid 384087] [client 127.0.0.1:45276] AH01276: Cannot serve directory data/image/icons/node/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
Tried to define a default image name for current directory in Apache's vhost configuration:
<Directory [...]/data/image/icons/node/>
Options Indexes FollowSymLinks SymLinksIfOwnerMatch
DirectoryIndex index.png
It works !
Issue committed on local repository in master branch
Pushed on remote master branch