vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Calendar Enhancements - vB Event Forums (https://vborg.vbsupport.ru/showthread.php?t=123416)

touba 09-04-2008 06:49 AM

ready to donate to improve developement of this hack !

we need it !! :up:

rcwild 09-04-2008 11:09 AM

Quote:

Originally Posted by touba (Post 1614184)
ready to donate to improve developement of this hack !

we need it !! :up:

DITTO

touba 09-04-2008 08:12 PM

Ditto ??

stwilson 09-05-2008 04:54 AM

Ditto! Please, someone step up and update this much needed mod.

Caerydd 09-05-2008 08:41 AM

Still waiting on this, can't update to 3.7 until this is done :(

Alfa1 09-08-2008 03:47 PM

Would be nice...

benFF 09-12-2008 11:45 AM

Quote:

Originally Posted by Cocko (Post 1601697)
With vB 3.6.x everything was fine. After Update to 3.7.2
got this error when a user submitted an event.
Therefore I had to deactivate this and farcaster's hack :(

Code:

Datenbankfehler in vBulletin 3.7.2:

Invalid SQL:

                              DELETE FROM moderation
                              WHERE type = 'thread'
                                  AND threadid = 6416;

MySQL-Fehler  : Unknown column 'threadid' in 'where clause'
Fehler-Nr.    : 1054
Fehler-Zeit  : Monday, 18.08.2008 @ 12:06:41
Datum        : Monday, 18.08.2008 @ 12:06:50
Skript        : http://mydomain.com/vb3/calendar.php?do=update&e=
Referrer      : http://mydomain.com/vb3/calendar.php?do=add&c=1
IP-Adresse    : 87.167.102.***
Benutzername  : some_user
Klassenname  : vB_Database_MySQLi
MySQL-Version :


I can't be totally sure, as I haven't upgraded yet - but from looking at the new database schema and the upgrade files:

Open product-lv_vb_eventforums_v3_3.xml
Look for line 653 which should read:
PHP Code:

AND threadid " . intval($lv_vb_eventforums_newpost['threadid']) . " 

Change it to:
PHP Code:

AND primaryid " . intval($lv_vb_eventforums_newpost['threadid']) . " 

Find line 1196
PHP Code:

                AND threadid " . intval($threadid) . " 

change it to:
PHP Code:

                AND primaryid " . intval($threadid) . " 

Find line 2622:
PHP Code:

AND threadid " . intval($threadinfo['threadid']) . " 

change it to:
PHP Code:

AND primaryid " . intval($threadinfo['threadid']) . " 

Then reimport the product (overwrite = yes)

That should solve the DB error you're getting - whether it will fix everything else ... I couldn't say ...

benFF 09-12-2008 03:56 PM

I've just realised - my line numbers will be different due to extra customisations, but the bit to search for will be the same :)

Jaxel 09-13-2008 01:13 PM

Ben, are you working on getting this together for vb373?

benFF 09-14-2008 05:09 AM

Hi Jaxel. No, I don't use 3.7, I'm still on 3.6x - I'm waiting on a whole load of other mods to be upgraded before I can upgrade (this being one of them) - so I don't even know what doesn't work with this mod.

However that DB error that was mentioned before, I could look at without needing to upgrade, hence the post above :)


All times are GMT. The time now is 03:43 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.01772 seconds
  • Memory Usage 1,749KB
  • 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
  • (1)bbcode_code_printable
  • (6)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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