FLEXIcontent / flexicontent-cck

Advanced content management for Joomla
http://www.flexicontent.org
82 stars 53 forks source link

flexi weblink 'Direct usage of this controller is not allowed in frontend. Task: weblink' #1088

Closed micker closed 1 year ago

micker commented 1 year ago

in web link flexicontent 4 and joomla 4

Direct usage of this controller is not allowed in frontend. Task: weblink
/home/mbxm7429/ressources-territoires.com/administrator/components/com_flexicontent/controllers/items.php:69
micker commented 1 year ago

other retuen here https://www.flexicontent.org/forum/29-bug-reports/58414-download-in-frontend-not-possible-403-direct-usage-of-this-controller-is-not-allowed-in-frontend-task-download.html#83142

micker commented 1 year ago

@ggppdk a basic solution : adding download here: var $FE_tasks_proxied = array( like

    var $FE_tasks_proxied = array(
        'add', 'edit', 'save', 'cancel',
        'remove', 'approval',
        'apply_type', 'apply', 'apply_ajax',
        'save2new', 'save2copy', 'save_a_preview', 'download'
    );

https://www.flexicontent.org/forum/24-installation-and-updates/58413-download-error-after-upgrade-to-joomla-4.html that the solution ?

micker commented 1 year ago

i think its in relation to to https://github.com/FLEXIcontent/flexicontent-cck/issues/1087

micker commented 1 year ago

need to add 'downlaod_file' too