XF2 [8WR] XenAtendo 2 (Calendar) PRO

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

No permission to buy ($40.00)
I'm getting similar error also. I'm not sure I setup the Google API keys correctly. Is there a setup doc/video somewhere? I didn't see anything about installation on the checkout 'thank you' page.

Code:
XF\Db\Exception: MySQL query error [1406]: Data too long for column 'holiday_unique' at row 50 in src/XF/Db/AbstractStatement.php at line 228
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 77
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 274
XF\Db\AbstractAdapter->insertBulk() in src/addons/EWR/Atendo/Repository/Google.php at line 115
EWR\Atendo\Repository\Google->fetchHolidays() in src/addons/EWR/Atendo/Admin/Controller/Holiday.php at line 81
EWR\Atendo\Admin\Controller\Holiday->actionScrape() in src/XF/Mvc/Dispatcher.php at line 350
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
XF\App->run() in src/XF.php at line 465
XF::runApp() in admin.php at line 13
Looking at your server code, are you trying to fetch the holidays under ACP/Addons/xenatendo options?
If so, that option isn't working well, and had to add holidays manually.
 
@Jaxel

Code:
<xf:widgetpos id="ewr_atendo_agenda_sidebar" position="sidebar" />
is missing from the bottom of
Code:
EWRatendo_agenda_view
 
Hello
Question before purchase :
I am looking for a calendar solution so that user can fill a ZOOM meeting rendez-vous.
This entry should only be read/viewed by user and moderator/admin
Once entered the rendez-vous should be synchronised with Google Agenda.
Also rendez-vous specified in Google Agenda should be also sync with Xen Calendar.
Does your addon permits this ?
Thanks
 
There's a bug in the widget:

In widget position "Forum view: Sidebar" the dates in the widget are wrong for reacurring events in the forum where the event thread itself is shown (the first date of an event is shown, even if this date lies in the past). In all other forums the widget dates are correct.
 
How do I fix this? New install 2.2.0.2

XF\Db\Exception: MySQL query error [1406]: Data too long for column 'holiday_unique' at row 21 in src/XF/Db/AbstractStatement.php at line 228
  1. XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
  2. XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 77
  3. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
  4. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 274
  5. XF\Db\AbstractAdapter->insertBulk() in src/addons/EWR/Atendo/Repository/Google.php at line 115
  6. EWR\Atendo\Repository\Google->fetchHolidays() in src/addons/EWR/Atendo/Admin/Controller/Holiday.php at line 81
  7. EWR\Atendo\Admin\Controller\Holiday->actionScrape() in src/XF/Mvc/Dispatcher.php at line 350
  8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
  9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
  10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
  11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
  12. XF\App->run() in src/XF.php at line 488
  13. XF::runApp() in admin.php at line 13
 
Last edited:
How do I fix this? New install 2.2.0.2

XF\Db\Exception: MySQL query error [1406]: Data too long for column 'holiday_unique' at row 21 in src/XF/Db/AbstractStatement.php at line 228
  1. XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
  2. XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 77
  3. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
  4. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 274
  5. XF\Db\AbstractAdapter->insertBulk() in src/addons/EWR/Atendo/Repository/Google.php at line 115
  6. EWR\Atendo\Repository\Google->fetchHolidays() in src/addons/EWR/Atendo/Admin/Controller/Holiday.php at line 81
  7. EWR\Atendo\Admin\Controller\Holiday->actionScrape() in src/XF/Mvc/Dispatcher.php at line 350
  8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
  9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
  10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
  11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
  12. XF\App->run() in src/XF.php at line 488
  13. XF::runApp() in admin.php at line 13
do the upgrade of xenforo yoursite.com/install/index.php?upgrade/ login and type "rebuild master data"
 
Top Bottom