vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Calendar Enhancements - Farcaster's Event Attendance v3 (for vb4) (https://vborg.vbsupport.ru/showthread.php?t=234741)

toxin 06-06-2011 05:40 PM

Fix for error:

The response you gave to this event was not in the list of valid responses. Please contact the forum administrator if you believe you have received this message in error.


In the admincp, under Farcaster's Event Attendance, change all of the Possible Responses to use ALL LOWER CASE CHARACTERS. The defaults are set to:
Yes
Maybe
No

but change them to:

yes
maybe
no

OR edit line 863 of the XML before importing the product.

old: if (in_array(strtolower($response),$valid_responses)) {
new: if (in_array($response,$valid_responses)) {

thunder28 06-07-2011 06:08 AM

Thx works fine now.

dune3000 06-13-2011 08:43 PM

Quote:

The times shown may change, depending on DST settings
Calendar:Default Calendar.



TEST
TEST
That what I had after creating event.
no one can respond to event .. no options

What Im going wrong?

dune3000 06-13-2011 11:43 PM

Uff finally I get it work with little trouble
all words are vertical :(


http://www.goldentriad.org/images/vB/.gif

How I can fix it please?

Mulle 07-06-2011 08:38 PM

Quote:

Originally Posted by thunder28 (Post 2202078)
Hi

I have this error

Warnung: array_walk() [function.array-walk]: Unable to call array_lower() - function does not exist in [path]/calendar.php(1371) : eval()'d code (Zeile 524)


Me too!

Anybody know what?s wrong?

whitey92lx 07-06-2011 10:09 PM

I am going to watch and wait for all of the bugs to be worked out

jonbaker 07-14-2011 03:08 PM

Is there anything new on this mod? Also, is there any Event Forum add on? I also remember a mod that would add a button to the forum so there were two; "New Comment" "New Event"

please help as i am getting ready to upgrade to 4.1.4

CharlieDelta 07-27-2011 06:37 PM

Is this supported??

Eruantien 08-01-2011 10:25 PM

I might see the developer this week. If I do, I will ask him to pop in here.

steven s 08-02-2011 12:54 AM

Quote:

Originally Posted by thunder28 (Post 2202078)
Hi

I have this error

Warnung: array_walk() [function.array-walk]: Unable to call array_lower() - function does not exist in [path]/calendar.php(1371) : eval()'d code (Zeile 524)

I managed to get rid of the error.
I take no responsibility. BACK UP.

Based on this post https://vborg.vbsupport.ru/showpost....&postcount=206

Open plugin manager
FIND GETDAY_EVENT: Add RSVPs and Form to Event

Edit Plugin PHP Code

FIND function array_lower(&$item, $key)
REPLACE //function array_lower(&$item, $key)

FIND array_walk($valid_responses,'array_lower');
REPLACE //array_walk($valid_responses,'array_lower');

I also edited in the admin section Yes Maybe No to yes maybe no as well.

Edit: It's odd that it just stopped working. I'm running vB4.1.3 P2
I don't consider this a fix, just a workaround.


All times are GMT. The time now is 12:05 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01363 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete