XF2 [8WR] XenAtendo 2 (Calendar) PRO

XF2 [8WR] XenAtendo 2 (Calendar) PRO [Paid] 2.3.0.4

No permission to buy ($40.00)
If your tables are missing, you have to reinstall.

Hey @Jaxel thanks for the reply - sorry to be a pain. I did a re-install. I am just confused at what happened, because I didn't change any add-ons, etc., but suddenly my "Submit your event" or whatever replaced the "Post Thread" button in the forum so that you could post an event directly from the event forum is now gone...and no matter what my permissions, even myself as full admin total YES down the line, get's a no permission to post in this forum.

Did a lot of checking, just not sure what I could be missing or how to deep dive into a trouble shoot?
 
how is this running on 2.3? I was also wondering for anyone who has this if you could tell me if this is set up to work with permissions? I.e I would like to use this for staff and for members. I would like to only have staff be able to see due outs and etc but not just registered users. Is that possible? Thank you
 
Hi,

I just installed the Add-on.

When I try to create a new event, I get the following error:
"You are required to select a forum in which to create an event thread"

But I cannot find any field to do this.

Any advice?

Thanks.
 
Hi,

I just installed the Add-on.

When I try to create a new event, I get the following error:
"You are required to select a forum in which to create an event thread"

But I cannot find any field to do this.

Any advice?

Thanks.

Ok found the solution, have to configure a forum in the add-on options first, as the checkbox "Require threads to be created with events" is enabled by default.
 
There's a SQL Injection vulnerability in this add-on due to a non sanitized input in the filters function.

File:
EWR\Atendo\Repository\Filter.php

Find line 98:
if (!empty($filters['geoloc']['address']))

Change to:
if (!empty($filters['geoloc']['address']) && is_numeric($filters['geoloc']['distance']))
 
Can I update from 2.2.02 to 2.3.0.4 right away or shall I go step by step ? XF Version is 2.2.16.
txs
 
Last edited:
Back
Top Bottom