vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - vBExperience (https://vborg.vbsupport.ru/showthread.php?t=171014)

Phalynx 03-23-2009 01:07 PM

Quote:

Originally Posted by vexvegaz (Post 1774969)
Phalynx,

im having some problems getting the Vs-hide hack points and award(helpful award) to show.
i performed several recounts and no matter what- the points would not register. the getting thanked, using the thank you and total thank you boxes in the stats are also not showing up.

im using vb 3.7.5 , vbexp 3.8.2, and vS-Hide Hack Resurrection (Expanded Edition) 3.7.1

thanks

Did you imported the plugin for post thanks?

vexvegaz 03-23-2009 01:19 PM

Quote:

Originally Posted by Phalynx (Post 1774971)
Did you imported the plugin for post thanks?

i tried too but i get a msg saying
Quote:

The following dependencies were not met:

1. The product post_thanks must be installed before this product may be installed. (Compatible starting with 6.1)

Phalynx 03-23-2009 01:21 PM

Do you have a table in MySQL called thanks ? (+prefix)

vexvegaz 03-23-2009 01:27 PM

yes i do but when i looked at the table is has a marker saying "No index defined!" not sure if that means anything

Phalynx 03-23-2009 01:37 PM

Can you tell me a temporary admin account via PM so I can take a deeper look?

vexvegaz 03-23-2009 01:43 PM

sure will PM you the log-in info

Phalynx 03-23-2009 02:49 PM

If someone is having this too: We have isolated the problem, it will be fixed in vBExperience 3.8.3

Wsh 03-23-2009 04:42 PM

thank you for the wonderful script.

is there an easy way to set up a credit system for other modifications without too much coding? or would it have to be implemented into the vbExperience script itself. i'd like to be able to credit users for posting links using Video Directory but i know vbexperience doesn't support it yet.

the.code 03-23-2009 06:33 PM

i am using vbexperience n its really a cool addition bcz of my forum nature i need something like this but its lacking in a only single thing which is making other users to use vbcredits or so on , as right now i really need a bank thing where users can add their points as Money/BuX and donate them to others users to buy diff things like custom title/etc

hope to see this update soon :D n yea an addon as ability to grab points from existing vbcredits/or other hacks so users can adapt this as their main system ;) wud like to see ur reply phalynx

cory_booth 03-27-2009 01:52 AM

I have seen many post about this issue... And while it indeed seems to be a SQL server issue, I ran this query by itself in phpAdmin and had a NULL return.

Code:

Invalid SQL:

                        SELECT text, languageid, special
                        FROM aquia_phrase AS phrase
                        LEFT JOIN aquia_phrasetype USING (fieldname)
                        WHERE phrase.fieldname = 'frontredirect'
                                AND varname = 'postthanks' AND languageid IN (-1, 0, 1);

MySQL Error  : MySQL server has gone away

So I reran the query by doing this:

Code:

Invalid SQL:

                        SELECT text, languageid, special
                        FROM aquia_phrase AS phrase
                        LEFT JOIN aquia_phrasetype USING (fieldname)
                        WHERE phrase.fieldname = 'frontredirect'
                                AND varname = 'postthanks';
MySQL Error  : MySQL server has gone away

So it was a languageID issue. I changed the query back to normal,
and I changed the languageid to 1 and I got a return.

I change the languageid to -1 and then I did get a return.

Not sure what the significance was....


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