[ADDCOM] Default community icon error #110
Labels
No Label
bug
duplicate
enhancement
fixed
help wanted
invalid
live
live pull
local commit
master
php7_migration
php8_migration
question
remote push
template
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rooty/Qware_core#110
Loading…
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