By Kai Schöning on Thursday, 08 February 2018
Posted in General
Likes 0
Views 586
Votes 0
Hey Kai,

Can you please edit your post and include the FTP access to the site so that we can check on this? I tested this on my local instance and it seems to be working fine, http://take.ms/u7keN
·
Thursday, 08 February 2018 21:07
·
0 Likes
·
0 Votes
·
0 Comments
·
ftpdata updated
·
Friday, 09 February 2018 19:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Kai,

There seems to be some issue with the way Artio SEF is rendering the SEF url. It is missing a /date/ in the URL and this is why it keeps throwing a 404 error. Without the /date/ in the url, http://take.ms/LdYFA EasySocial doesn't know if it should be filtering by a specific date. This is why my local works
·
Friday, 09 February 2018 23:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hum, thats strange, JoomSef uses Component's router - but if i switch off joomsef urls works correct - funfact: if i open the link from the calender the link work, if i open the link i a new browser tap it doesnt work
·
Saturday, 10 February 2018 02:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Kai,

Yep, that is because it is rendering the contents via AJAX and we use a javascript library to change the URL. Therefore, after clicking on the calendar link, refreshing the page would still hit the same error

The main problem here is JoomSEF seems to be removing the /date/ portion in the URL
·
Saturday, 10 February 2018 14:16
·
0 Likes
·
0 Votes
·
0 Comments
·
But JoomSef doesnt do anything with the url? the config of joomsef for easysoacial is = joomla default rooter
And the error is even present if i disable joomsef. So it could not be a problem of joomsef
·
Sunday, 11 February 2018 21:16
·
0 Likes
·
0 Votes
·
0 Comments
·
After checked further regarding this issue, i suspect one of the language constant translated to another invalid word from your current language file de-DE.com_easysocial.ini which caused this issue.

I've temporary backup your German language file to /httpdocs/language/de-DE/de-DE.com_easysocial.ini_backup and I uploaded the current latest German translated language file over your site /httpdocs/language/de-DE/de-DE.com_easysocial.ini

It seems work fine now.

The correct URL will be :
https://www.szenenight.de/netzwerk/partykalender/Datum/2018-02.html
·
Monday, 12 February 2018 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok found out that
COM_EASYSOCIAL_ROUTER_EVENTS_FILTER_DATE="Datum"
was
COM_EASYSOCIAL_ROUTER_EVENTS_FILTER_DATE=""
So i fixed it. Thanks
·
Tuesday, 13 February 2018 02:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 13 February 2018 10:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post