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)

Bilderback 07-30-2012 01:37 AM

Quote:

Originally Posted by fookaa (Post 2308219)
I get fatal errors too.....
All else works perfectly on 4.1.10 except when i click on a day with more than 1 event i get this
If i click on any day with more than 1 event with attendance turned on i get that error :(
Any assistance would be great :D
EDIT: Disabling the mod stops teh problem ....

Not sure if anyone has answered your question but you can address the Fatal Erro by wrapping the function with a check in your Plugin Manager.
Edit Plugin GETDAY_EVENT: Add RSVPs and Form to Event
FIND:(at top of plugin)
Code:

function array_prep(&$array) {
        foreach ($array as &$item) {
                $item = trim(strtolower($item));
        }
}

CHANGE IT TO:
Code:

if(!function_exists('array_prep')) {
        function array_prep(&$array) {
                foreach ($array as &$item) {
                        $item = trim(strtolower($item));
                }
        }
}


Toorak Times 08-06-2012 01:15 PM

How would I include the small Add This share buttons to this mod or to the Calendars?

Martyn1983 08-11-2012 06:55 AM

Tried running this again this morning - when posting an event I just get a blank screen. Trying to view the thread also results in a blank screen.

So, I disabled the events forum mod - and now I get no options at all when posting a new thread for the RSVP system. Bonkers.

Is anyone able to make the two mods compatable?

Naldo41 11-30-2012 12:45 PM

Whats the addon called that creates a forum thread. Thanks

cazink 12-03-2012 06:26 PM

hello, using the RSVP Mod, if i have multiple events on one day and click the date number i get the following:
Fatal error: Cannot redeclare array_prep() (previously declared in /data/17/2/36/88/2851740/user/3136152/htdocs/forum/calendar.php(1379) : eval()'d code:1) in /data/17/2/36/88/2851740/user/3136152/htdocs/forum/calendar.php(1379) : eval()'d code on line 5

thanks in advance,
charly

Front Range 12-03-2012 06:32 PM

Quote:

Originally Posted by Naldo41 (Post 2386806)
Whats the addon called that creates a forum thread. Thanks

https://vborg.vbsupport.ru/showthread.php?t=234794

It's in the graveyard but would be great to see brought back to life!

cazink 12-05-2012 02:49 PM

first the mod for me is very useful. i was told the mod is causing the problem from vBulletin support. the calendar produces the error below if i click the day number on a calendar. the mod does not have to be in use on any of the events of the day in question. the error:
Fatal error: Cannot redeclare array_prep() (previously declared in /data/17/2/36/88/2851740/user/3136152/htdocs/forum/calendar.php(1379) : eval()'d code:1) in /data/17/2/36/88/2851740/user/3136152/htdocs/forum/calendar.php(1379) : eval()'d code on line 5
first steps would be to say yea or nea to what is causing the problem.
thanks in advance
charly

cazink 12-21-2012 12:43 AM

Bilderback,
THANKS
it has solved my problem well.
charly

coop0589 01-29-2013 01:47 AM

Unable to create events as the date range stops at 2012. Is there a way to increase the date range?

Arboristsite 02-26-2013 11:42 PM

Uninstalled---I had it on there but every time I added how long you had to RSVP it said that it was closed. :(


All times are GMT. The time now is 09:01 PM.

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.01323 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (2)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