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!

#1785 Problem with routing of SEF Urls

Posted in ‘Event Gallery Extended’
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 sbluege on Wednesday, 21 October 2015 15:22 UTC

bigor
 Hello!

I can not understand this problem. I created new menu item for list of events with alias "allalbums". Url like http://sitedomain/index.php?option=com_eventgallery&view=events works but url http://sitedomain/allalbums.html gives me 404 error.

Spent more than 4 hours. Any other component including mine works correctly - database returns a component name and component's router catches request variables. But in case of new menu item I do not see calling of com_eventgallery. I replased file /components/com_eventgallery/eventgallery.php by test script like "Hello world" but it doesn't work... Usually it's a reliable way to check menu item...

My mind is boiling! Help me please!

Use of debug mode gives me nothing:
Call stack
# Function Location
1 JApplicationCms->execute() /devel/www/sandbox/www/index.php:45
2 JApplicationSite->doExecute() /devel/www/sandbox/www/libraries/cms/application/cms.php:252
3 JApplicationSite->dispatch() /devel/www/sandbox/www/libraries/cms/application/site.php:230
4 JComponentHelper::renderComponent() /devel/www/sandbox/www/libraries/cms/application/site.php:191
5 JComponentHelper::executeComponent() /devel/www/sandbox/www/libraries/cms/component/helper.php:372
6 require_once() /devel/www/sandbox/www/libraries/cms/component/helper.php:392
7 JControllerLegacy->execute() /devel/www/sandbox/www/components/com_content/content.php:16
8 ContentController->display() /devel/www/sandbox/www/libraries/legacy/controller/legacy.php:728
9 JControllerLegacy->display() /devel/www/sandbox/www/components/com_content/controller.php:104
10 ContentViewArticle->display() /devel/www/sandbox/www/libraries/legacy/controller/legacy.php:690
11 JViewLegacy->get() /devel/www/sandbox/www/components/com_content/views/article/view.html.php:42
12 ContentModelArticle->getItem() /devel/www/sandbox/www/libraries/legacy/view/legacy.php:401
13 JError::raiseError() /devel/www/sandbox/www/components/com_content/models/article.php:163
14 JError::raise() /devel/www/sandbox/www/libraries/legacy/error/error.php:254

There is nothing about com_eventgallery.

As I understood You know very much about Joomla. This error rising not in component but why component is not called?

bigor
I mistaken when wrote that any other new menu item works. I had to deinstall eventgallery and after this - WANDER! - all works correctly.

Another words, after installation of full package I could not to create any new menu item which work correctly in SEF mode. Old menu items worked normally.

It seems I'll install Your component manually, without strange new items in "main" menu and without use assets (hate this Joomla's feature!). May be all will work... Hope this. I seem free version is simpler and worked better.

sbluege
I'm sorry but for now your post makes not much sense to me. The stacktrace you posted above is calling com_content.

For the SEF features includes in Joomla I don't expect any issues. I use that on this page too. Your URL allalbums.html works only if you set up the SEF feature correctly. Where did you get this link from?