Ok, I am not sure if this mod is to blame, but I am now receiving a new "vBulletin Database Error!".
When a new calendar event is created, the mod creates a new thread in a forum, as the mod is designed to do. However, the forum is moderated and new threads require approval.
When a new event is created, I receive two emails. The first is the error email (see below). And the second is the new thread notification, which is normal. Here is the error:
PHP Code:
Database error in vBulletin 4.0.1:
Invalid SQL:
DELETE FROM vb_moderation
WHERE type = 'thread'
AND threadid = 43476;
MySQL Error : Unknown column 'threadid' in 'where clause'
Error Number : 1054
Request Date : Thursday, February 11th 2010 @ 12:21:57 AM
Error Date : Thursday, February 11th 2010 @ 12:21:57 AM
Script : http://www.allbowling.com/forum/calendar.php?do=update&e=
Referrer : http://www.allbowling.com/forum/calendar.php?do=add&type=single&c=1
IP Address : [userip]
Username : [username]
Classname : vB_Database
MySQL Version :
Does anyone have this mod installed where the target forum requires moderation? Can anyone duplicate this?
Thanks in advance!
I'm still getting this error every time someone posts an event. The mod still works, but something is causing some heartburn here.
Will be looking into this soon. Now that life is back to normal. We had two blizzards in three days which left us covered in 4 feet of snow. Was a big mess in which my family was more important. So just is just to let you know in the next few days I will be looking to the issues that have been reported.
I have a little bit of catching up to do on my personal site then I will start work on my mods.
One question though, is there any way to select that only certain users are invited/able to see this event?
Basically any time someone posts an event, it is on every member's calendar. Is there anyway to set it so that maybe the event organizer can invite say only friends or certain people? Or is it pretty much if you post an event, everyone will be invited?
Getting the following error. Seems like a good mod though if I can get this worked out.
Quote:
Database error in vBulletin 4.0.2:
Invalid SQL:
ALTER TABLE `event` ADD `lv_vb_eventforums_threadid` INT;
MySQL Error : Duplicate column name 'lv_vb_eventforums_threadid'
Error Number : 1060
Request Date : Wednesday, February 17th 2010 @ 10:13:49 AM
Error Date : Wednesday, February 17th 2010 @ 10:13:49 AM
Script : http://www.***********/admincp/plugi...=productimport
Referrer : http://www.*********/admincp/plugin.php?do=productadd
IP Address : ***********88
Username : ***********
Classname : ************
MySQL Version : 5.0.58-log
One question though, is there any way to select that only certain users are invited/able to see this event?
Basically any time someone posts an event, it is on every member's calendar. Is there anyway to set it so that maybe the event organizer can invite say only friends or certain people? Or is it pretty much if you post an event, everyone will be invited?
Great mod, and thanks again in advance.
No, vBulletin's Calendar is made to be a site-wide calendar. To do as you want, you would need to manually create a calendar for each member, and apply permissions to each Calendar. Very laborious!
I just noticed we're getting the timeout errors also, but only on our second calendar(s).
Create a new calendar, say "testcalendar", and try to post an event to it. Hangs. Disable this mod, works. Maybe it's got something to do with "testcalendar" not being defined in the Calendar/Forum Map?