Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#2910 fromt end edit

Posted in ‘Event Gallery - General’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by athanaso on Friday, 27 October 2017 15:59 UTC

athanaso
My site is www.crete.one
when i am trying to edit from front end an event it gives me this error ((((
Warning: include_once(/customers/b/9/c/crete.one/httpd.www/components/com_eventgallery/version.php): failed to open stream: No such file or directory in /customers/b/9/c/crete.one/httpd.www/administrator/components/com_eventgallery/ models/fields/modal/folder.php on line 32 Warning: include_once(): Failed opening '/customers/b/9/c/crete.one/httpd.www/components/com_eventgallery/version.php' for inclusion (include_path='.:/ usr/share/php') in /customers/b/9/c/crete.one/httpd.www/administrator/components/com_eventgallery/models/fields/modal/folder.php on line 32 Warning: include_once(/customers/b/9/c/crete.one/httpd.www/components/com_eventgallery/ version.php): failed to open stream: No such file or directory in /customers/b/9/c/crete.one/httpd.www/administrator/components/com_eventgallery/models/fields/modal/folder.php on line 32 Warning: include_once(): Failed opening '/customers/b/9/c /crete.one/httpd.www/components/com_eventgallery/version.php' for inclusion (include_path='.:/ usr/share/php') in /customers/b/9/c/crete.one/httpd.www/administrator/components/com_eventgallery/models/fields/modal/folder.php on line 32 )))
can you help me ?

sbluege
Hi,

Event Gallery does not support front-end editing. The buttons in the editor work but editing events is not implemented. How can you edit an event in the front end?

athanaso
I mean to add or delete photos from a event from front end .
Is that possible ?

sbluege
No, this is not possible. I don't support front-end editing. But still I would love to know where you've got those error messages from.

athanaso
Joomla gives me those errors when I login from front end and I am trying to edit a
event gallery

sbluege
Okay. But how do you edit a gallery? I did not implement a button or something like this for it. Can you help me with a screenshot please?

athanaso
Its not for me the front end editing I am building a map for Crete and I want to let registered users to add or delete there photos of there business from from end

sbluege
So you're customizing/extending Event Gallery to let people using it on the front end?

athanaso
Yes

sbluege
Well... so I guess you need to work around that error.

Here is my recommendation:

the folder structure is pretty clear: /images/eventgallery/folder

1. create a component which can add images to this folder. No connection to Event Gallery necessary
2. trigger the CLI script for syncing those folders with Event Gallery so your images appear/disappear. You can modify/copy the CLI script to sync only a specific folder at once.

Please understand that I can't support customization. But the steps above provide a very loose coupling to Event Gallery which might be enough. If you need to manage file metadata this will get tricky.

athanaso
Thanks I will try it