vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   uCash 1.1.1 (https://vborg.vbsupport.ru/showthread.php?t=90855)

Link14716 08-03-2005 06:24 PM

Quote:

Originally Posted by fpouk
hi.. when installed im getting this error after posting

Database error in vBulletin 3.5.0 Release Candidate 1:

Invalid SQL:
UPDATE user SET ucash=ucash+0 WHERE userid='2';

MySQL Error : Unknown column 'ucash' in 'field list'
Error Number : 1054
Date : Wednesday, August 3rd 2005 @ 02:32:53 AM
Script : http://www.secfanatics.com/vbulletin/newreply.php
Referrer : http://www.secfanatics.com/vbulletin...3980#post23980

What version of uCash are you using?

ExpertDomino 08-04-2005 12:06 AM

Works fine *clicks Install*

Side Question: is it possible to give users the the ability ot make "Points" any name they want like "Money", "Cash", etc.? let me know, thanks

Link14716 08-04-2005 12:56 AM

Quote:

Originally Posted by ExpertDomino
Works fine *clicks Install*

Side Question: is it possible to give users the the ability ot make "Points" any name they want like "Money", "Cash", etc.? let me know, thanks

Edit the phrases ucs_points and ucs_points_lower in your Phrase Manager. (Use the search function in your admincp to find them.)

Link14716 08-04-2005 01:02 AM

I believe this is good enough to go final. Changes since RC2:

build_forum_permissions() added to the installation, inserted ucs_global_bank into the datastore (not fetched yet, but the forum bank is off by default and is pretty useless at the moment).

ThePimp 08-04-2005 02:22 AM

Daydreaming...
heh

fpouk 08-04-2005 06:52 AM

Quote:

Originally Posted by Link14716
What version of uCash are you using?

It's the one that was availible lastnight which is probably the current one
it's 1.1.1 RC2 btw and im running VB 3.5 RC1

everything seemed to go well but when a post is made it gives that error

animedj 08-04-2005 03:18 PM

I have the same error that fpouk is having.. in my case for what I have been able to diagnose, the alter scripts weren't able to run.. the weird thing in my case I upgraded from .93c I believe, I still see the settings in the dropdown menu in general settings but I can't see the fields in the user table per se for it, so prolly the install scripts gets messed up in that part. any way to force a fresh installation?

Link14716 08-04-2005 04:43 PM

If you are upgrading from uCash & uShop 0.93 or 0.95 and experience those errors, run these 2 queries:

[sql]ALTER TABLE user CHANGE `uttpoints` `ucash` DECIMAL(20, 2) DEFAULT '0' NOT NULL;

ALTER TABLE forum
CHANGE `uttpoints_perthread` `ucash_perthread` varchar(20) DEFAULT '1' NOT NULL,
CHANGE `uttpoints_perreply` `ucash_perreply` varchar(20) DEFAULT '1' NOT NULL,
CHANGE `uttpoints_perview` `ucash_perview` varchar(20) DEFAULT '1' NOT NULL;[/sql]

It appears that I made a mistake in the queries in the product file. I'll update the zip in a minute.

Sorry for the error. :)

EDIT: The zip file is now updated to fix the problem. Run those two queries if you have already installed 1.1.1.

fpouk 08-04-2005 06:23 PM

ahh its good to go now thanks

just 1 ?
can users send points to each other? if so how?
reason i ask is because i run a sports site and my users want to use the points system for wagering on games

deathemperor 08-08-2005 05:04 PM

the only reason I still stay with vb3.0 is because I can't miss the Ushop.

It means I am waiting day by day for its release, where is it Link ?


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