XF2 [8WR] XenAtendo 2 (Calendar) PRO

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

No permission to buy ($40.00)
Yeah, I know that, but I just cannot seem to get the holidays to work.

I have a members map installed and got the features done, meaning I've got the secret key.

But just cannot seem to get the calendar to work with public holidays.
 
Got what appears to be a permissions bug; If an event is in a node where you can view the thread list, but not the actual thread, it won't show up in the calendar unless you've got access to view the thread contents; you'd expect the thread title & link to still show up in the calendar.
 
Isn't there a way to have the API code work? I want to add my country's events to the UK calendar..
I have tried several ways to get the API key and make it work, but I am unable to have It save.
 
Screenshot 2024-05-13 at 01.20.57.webpScreenshot 2024-05-13 at 01.21.27.webp


Here is my setup and I have embedded the API code into the options, now I cannot add any holidays or even add an event.

How can I get this to work.

Please show how in a video.
 
Disable the referrer restrictions on your key. It says right in the error you can't use them.
 
Thank you for getting back in touch, I thought that you had to only restrict to your own website, so now is working and now I have public holidays on my calendar,
 
What is the support timeframe, I purchased this about 2 months ago and am ready for the new version on Xenforo for 2.3
There is no support timeline. I'm not known for giving support. I'm an engineer. I have no people skills.
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Okay, I have a feeling I'm gonna be a pain in the ass.... I re-installed XenAttendo 2.2.0.3 cause I couldn't get the "Allow limiting events to usergroups" to stop showing. So, now, I am noticing that my forum which is where I have it set to redirect to the calendar for submitting events now says "no permission to post here" despite all permissions being set properly. Any idea what I'm doing wrong, or how I can get it back so people can post their events from the forum?

Thanks in advance. Now I have to go figure out why my Google Calendar API doesn't seem to work anymore, either. They need to make their APIs easier to deal with.

1722293635214.webp

1722293523128.webp
 
Okay, I have a feeling I'm gonna be a pain in the ass.... I re-installed XenAttendo 2.2.0.3 cause I couldn't get the "Allow limiting events to usergroups" to stop showing. So, now, I am noticing that my forum which is where I have it set to redirect to the calendar for submitting events now says "no permission to post here" despite all permissions being set properly. Any idea what I'm doing wrong, or how I can get it back so people can post their events from the forum?

Thanks in advance. Now I have to go figure out why my Google Calendar API doesn't seem to work anymore, either. They need to make their APIs easier to deal with.

View attachment 307511

View attachment 307510

This may help, perhaps.... don't know if this is what controls there post threead button in forum being turned into a 'submit event' button??


Code:
    XF\Db\Exception: MySQL statement prepare error [1146]: Table 'xxxxxxxredactedxxxxxxx.ewr_atendo_events' doesn't exist src/XF/Db/AbstractStatement.php:230

    Generated by: Unknown account Jul 29, 2024 at 6:03 PM

Stack trace

            SELECT `xf_thread`.*, `ewr_atendo_events_AtendoEvent_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_audfeeds_curated_score_AudFeedsCuratedScore_4`.*, `xf_audfeeds_thread_feed_entry_AudFeeds_5`.*
            FROM `xf_thread`
            LEFT JOIN `ewr_atendo_events` AS `ewr_atendo_events_AtendoEvent_1` ON (`ewr_atendo_events_AtendoEvent_1`.`thread_id` = `xf_thread`.`thread_id`)
LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)
LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)
INNER JOIN `xf_audfeeds_curated_score` AS `xf_audfeeds_curated_score_AudFeedsCuratedScore_4` ON (`xf_audfeeds_curated_score_AudFeedsCuratedScore_4`.`thread_id` = `xf_thread`.`thread_id`)
LEFT JOIN `xf_audfeeds_thread_feed_entry` AS `xf_audfeeds_thread_feed_entry_AudFeeds_5` ON (`xf_audfeeds_thread_feed_entry_AudFeeds_5`.`thread_id` = `xf_thread`.`thread_id` AND `xf_audfeeds_thread_feed_entry_AudFeeds_5`.`thread_feed_id` = '1')
            WHERE (`xf_thread`.`node_id` NOT IN (9, 78, 35, 11, 50, 52, 88, 31, 33, 85, 29, 34, 54, 59, 86, 82, 83, 84, 111, 67, 89, 113, 100, 14, 30, 42, 71, 74, 80)) AND (`xf_thread`.`discussion_state` = 'visible') AND (`xf_audfeeds_thread_feed_entry_AudFeeds_5`.`promotion_date` IS NULL)
            ORDER BY `xf_audfeeds_curated_score_AudFeedsCuratedScore_4`.`score` DESC
       
LIMIT 1
------------

#0 src/XF/Db/Mysqli/Statement.php(198): XF\Db\AbstractStatement->getException('MySQL statement...', 1146, '42S02')
#1 src/XF/Db/Mysqli/Statement.php(40): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1146, '42S02')
#2 src/XF/Db/Mysqli/Statement.php(56): XF\Db\Mysqli\Statement->prepare()
#3 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#4 src/XF/Mvc/Entity/Finder.php(1395): XF\Db\AbstractAdapter->query('
            SELECT `xf_...')
#5 src/addons/Audentio/Feeds/Cron/PromoteCuratedTop.php(54): XF\Mvc\Entity\Finder->fetchOne()
#6 src/XF/Job/Cron.php(37): Audentio\Feeds\Cron\PromoteCuratedTop::run(Object(XF\Entity\CronEntry))
#7 src/XF/Job/Manager.php(260): XF\Job\Cron->run(7.02397)
#8 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 7.02397)
#9 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 7.02397)
#10 src/XF/Cli/Command/RunJobs.php(59): XF\Job\Manager->runQueue(false, 8)
#11 src/vendor/symfony/console/Command/Command.php(255): XF\Cli\Command\RunJobs->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 src/vendor/symfony/console/Application.php(992): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 src/vendor/symfony/console/Application.php(255): Symfony\Component\Console\Application->doRunCommand(Object(XF\Cli\Command\RunJobs), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 src/vendor/symfony/console/Application.php(148): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 src/XF/Cli/Runner.php(111): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 cmd.php(15): XF\Cli\Runner->run()
#17 {main}

Request state

array(1) {
  ["cli"] => string(60) "/home/uorealms/public_html/realms/cmd.php xf:run-jobs --wait"
}

Delete
 
Back
Top Bottom