Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
micker opened this issue Dec 12, 2022 · 4 comments
Assignees

Comments

@micker
Copy link
Member

micker commented Dec 12, 2022

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
Copy link
Member Author

micker commented Jan 2, 2023

@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
Copy link
Member Author

micker commented Jan 9, 2023

i think its in relation to to #1087

@micker
Copy link
Member Author

micker commented Jan 17, 2023

need to add 'downlaod_file' too

@micker micker closed this as completed Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants