Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Few issues... Details »»
Few issues...
Version: , by ImportPassion ImportPassion is offline
Developer Last Online: Oct 2008 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-13-2006 Last Update: Never Installs: 0
 
No support by the author.

I have someone that PM'd me this
Quote:
I'm hoping you can help me here. I keep getting this error message whenever I click on a thread, any thread.

"You do not have enough points to perform this action."
I checked his points and he is -434. How does one get a minus and better yet, y should it affect browsing the forum?

I also got these db errors in:
PHP Code:
Invalid SQL:

        
SELECT thread.threadidthread.openforum.vbplaza_canclosethreads
        FROM thread 
AS thread
        LEFT JOIN forum 
AS forum ON (forum.forumid thread.forumid)
        
WHERE thread.threadid '251325';

MySQL Error  Unknown column 'forum.vbplaza_canclosethreads' in 'field list' 
PHP Code:
Invalid SQL:

        
SELECT thread.threadidthread.openforum.vbplaza_canopenthreads
        FROM thread 
AS thread
        LEFT JOIN forum 
AS forum ON (forum.forumid thread.forumid)
        
WHERE thread.threadid '250821';

MySQL Error  Unknown column 'forum.vbplaza_canopenthreads' in 'field list' 
PHP Code:
Invalid SQL:

        
SELECT thread.threadidthread.openforum.vbplaza_canstickythreads
        FROM thread 
AS thread
        LEFT JOIN forum 
AS forum ON (forum.forumid thread.forumid)
        
WHERE thread.threadid '234462';

MySQL Error  Unknown column 'forum.vbplaza_canstickythreads' in 'field list' 
help?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-13-2006, 10:16 AM
X-Files's Avatar
X-Files X-Files is offline
 
Join Date: Sep 2005
Location: VA
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Users should not be able to go negative normally unless you want them to go negative. The program checks to see if you are going to go negative. I asked for this because we have a forum that we charge for. If they do not have enough points they can not post. This way they do not go negative.

Not sure about the other things.

I have vB 3.5.4 and this is running fine on. I just upgraded from eBux/eStore 1.2.6 to vbBux/vbPlaza 1.5.1 with no problems.
Reply With Quote
  #3  
Old 03-13-2006, 10:52 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't see any reason to go negative, or even how they could.

but either way, there is a bug.
Reply With Quote
  #4  
Old 03-13-2006, 11:44 AM
X-Files's Avatar
X-Files X-Files is offline
 
Join Date: Sep 2005
Location: VA
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 7thgenCivic.Com
I don't see any reason to go negative, or even how they could.

but either way, there is a bug.
A bug that he went negative or a bug that you can not see forums?

From the errors you posted I would think that maybe something was not installed right. What version are you running.

Do you have a forum set to negative points? (-5.00000)
Do you have any of the points options set to negative.

Can you look at the item history and see if the user was allowed to buy things with not enough points?
Reply With Quote
  #5  
Old 03-13-2006, 01:07 PM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

both. How can one go negative. if you don't have points to buy something, it shouldn't allow you to buy something and go negative.

I have 1.5.1 installed.

I have no forums set to a negative. I wuld never do anything like that. THey are all at 0 I'm sure and therefore the problem with negative.

I will chk history.

CMX? u got anything?
Reply With Quote
  #6  
Old 03-14-2006, 12:52 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

These are fixed in v1.5.2

-CMX
Reply With Quote
  #7  
Old 03-14-2006, 12:57 AM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 7thgenCivic.Com
both. How can one go negative. if you don't have points to buy something, it shouldn't allow you to buy something and go negative.

I have 1.5.1 installed.

I have no forums set to a negative. I wuld never do anything like that. THey are all at 0 I'm sure and therefore the problem with negative.

I will chk history.

CMX? u got anything?
Back in an earlier version you could buy posts (I think it was posts) and it would sell them to you even if you didnt have enough points. It would put you in the negative and you could keep doing it. Is it possible it's a user who hasn't visited in awhile and they did this way back when?
Reply With Quote
  #8  
Old 04-06-2006, 03:26 PM
tei727's Avatar
tei727 tei727 is offline
 
Join Date: Feb 2006
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
These are fixed in v1.5.2

-CMX
Sometimes when people are betting in VBookie they are getting negative points and aren't able to post in threads. Says they don' have enough.
Reply With Quote
  #9  
Old 04-07-2006, 08:06 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tei727
Sometimes when people are betting in VBookie they are getting negative points and aren't able to post in threads. Says they don' have enough.
Had the same problem .. any fix for this yet
Reply With Quote
  #10  
Old 04-08-2006, 05:01 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The fix is to upgrade to the new version and change the users who are negative at the moment. That was fixed in 1.5.2 a while back.

-CMX
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:31 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.10578 seconds
  • Memory Usage 2,307KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete