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)
-   -   Major Additions - [DBTech] vBActivity & Awards v3 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=236973)

bigcurt 03-17-2010 02:01 AM

What's the chance of this being ported to 3.X series? I just do not support the 4.X series at this time and don't see me supporting it for quite some time..but I would love to try this mod and buy the pro version.

Thanks bud,
Curt

DragonByte Tech 03-19-2010 12:14 AM

v1.1.1 has been released, with the following changes:

* Tabs with no data will no longer show up on vbactivity.php
* Achievements are now cached to allow for a faster loading experience when viewing threads.
* The product is now easier on the server due to the above caching.
* Other various reported bugs fixed

Fillip

bigcurt 03-19-2010 12:21 AM

Quote:

Originally Posted by DragonByte Tech (Post 2006184)
v1.1.1 has been released, with the following changes:

* Tabs with no data will no longer show up on vbactivity.php
* Achievements are now cached to allow for a faster loading experience when viewing threads.
* The product is now easier on the server due to the above caching.
* Other various reported bugs fixed


Fillip

I am going to take that as there is no chance haha.

DragonByte Tech 03-19-2010 09:55 AM

vBExperience, the mod this is built to replace, still works on 3.8 :)


Fillip

Supramania 03-19-2010 03:24 PM

I'm getting flooded with error messages since installing the upgrade. 1398 emails in my inbox since I installed this late last night. I'm getting about 2 error emails a minute at this point.

The error is:

Database error in vBulletin 4.0.2:

Invalid SQL:

SELECT * FROM dbtech_vbactivity_rewards
WHERE userid =;

MySQL Error : You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '' at line 2
Error Number : 1064
Request Date : Friday, March 19th 2010 @ 11:20:52 AM
Error Date : Friday, March 19th 2010 @ 11:20:52 AM
Script : http://www.supramania.com/forums/sho...dy-Type-RS-BOV
Referrer :
IP Address : 67.195.114.47
Username : Unregistered
Classname : vB_Database
MySQL Version :

I have disabled the mod as my users were getting these error screens as well.

DragonByte Tech 03-19-2010 03:57 PM

Try this:
In dbtech/vbactivity/includes/libs/activity.php find:
Code:

        public function verify_rewards_cache(&$userinfo, $updatecache = true)
        {

Add below:
Code:

                if (!$userinfo['userid'])
                {
                        // This isn't a valid user
                        return false;
                }


Supramania 03-19-2010 05:55 PM

I have made the requested edits and have reenabled the mod. I will report back shortly.

Supramania 03-19-2010 05:56 PM

I'm now getting a whitescreen error on all pages.

I will have to back this out and try again later when the site is quieter.

DragonByte Tech 03-19-2010 06:25 PM

I'll do some research on it myself, it seems to be because you have guest posting enabled in at least some forums.

I'll post back once I've figured this out, sorry for the problems :(


Fillip

DragonByte Tech 03-19-2010 06:36 PM

I've just tried this fix myself, and it works fine. The white screen was probably either due to an incomplete copy/paste, or not waiting for the file to upload properly.

How about with the attached file? I'm holding off releasing this fix until you can verify it's working correctly :p


Fillip


All times are GMT. The time now is 06:30 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.01490 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)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