vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Point Market System 3.1x (https://vborg.vbsupport.ru/showthread.php?t=232676)

TheMayhem 02-13-2011 04:01 PM

This is the official release information for Alpha 2 release:

The following is from the changelog from Alpha 2 related to reported bugs & issues that have been fixed:

--------------
ALPHA 2 Bug Fixes
--------------
** Update User Title via usercp reverts to purchased user title (Still not fixed for ACP)
** Market Forum Item Expirations not automatically expiring
** Store items not being purchased due to a coupon error
** Lottery not visibly showing up due to a missing template
** Market Gifts not showing up due to a missing template


I am planning on once again making a maintenance bug fix only release for this coming Sunday the 20th. It will be the third Alpha release in the 3.1x series and I am going to try and fix any bugs reported during the week as well as a few existing long term bugs. The alpha version has been much more stable then I expected so far and am very satisfied with how it is handling. With that being said please still remember it is an alpha and therefor the amount if can be tested is somewhat still limited due to many people choosing not to upgrade. I hope to have a total of four alpha releases fixing all bug related issues from 3.0.1 as well as many major hickups in the 3.1x series (most have already been found and fixed). Upon completing, I will return to finish any unfinished areas in the 3.1x series in beta form during the month of March.

Thanks for your continued support :)

04wayne 02-13-2011 04:28 PM

I have an error with my lottery - when I go to buy the ticket, it says this:

Warning: Cannot use a scalar value as an array in [path]/pointmarket/gamble_access.php on line 187

Quote:

Database error in vBulletin 4.0.8:

Invalid SQL:
insert into market_gamble_history set userid='1', coupon='' date='1297621573', gameid='3', cost='2500.00000', lottoid='21', status='1';

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 'date='1297621573', gameid='3', cost='2500.00000', lottoid='21', status='1'' at line 1
Error Number : 1064
Request Date : Sunday, February 13th 2011 @ 06:26:13 PM
Error Date : Sunday, February 13th 2011 @ 06:26:13 PM
Script : http://www.vanityedge.com/forum/mark..._access&type=3
Referrer : http://www.vanityedge.com/forum/mark..._access&type=3
IP Address : 86.130.230.7
Username : Wayne
Classname : vB_Database
MySQL Version : 5.0.91-community

Dutch_Boy 02-13-2011 04:35 PM

All the other stuff like Coupon Access are working now?

Woeps:


Database error in vBulletin 4.1.0:

Invalid SQL:
SELECT * FROM xperience_achievements WHERE canpurchase !=0 ORDER BY title ASC;

MySQL Error : Table 'highflow-2.xperience_achievements' doesn't exist
Error Number : 1146
Request Date : Sunday, February 13th 2011 @ 07:36:23 PM
Error Date : Sunday, February 13th 2011 @ 07:36:23 PM
Script : http://forum.highflow.nl/admincp/mar...edititem&id=66
Referrer : http://forum.highflow.nl/admincp/market_items.php
IP Address : ******
Username : Wouter
Classname : vB_Database
MySQL Version : 5.0.77

TheMayhem 02-13-2011 04:49 PM

Quote:

Originally Posted by Dutch_Boy (Post 2162194)
All the other stuff like Coupon Access are working now?

Woeps:


Database error in vBulletin 4.1.0:

Invalid SQL:
SELECT * FROM xperience_achievements WHERE canpurchase !=0 ORDER BY title ASC;

MySQL Error : Table 'highflow-2.xperience_achievements' doesn't exist
Error Number : 1146
Request Date : Sunday, February 13th 2011 @ 07:36:23 PM
Error Date : Sunday, February 13th 2011 @ 07:36:23 PM
Script : http://forum.highflow.nl/admincp/mar...edititem&id=66
Referrer : http://forum.highflow.nl/admincp/market_items.php
IP Address : ******
Username : Wouter
Classname : vB_Database
MySQL Version : 5.0.77

Any of the new market items in 3.1 do not work yet. Just temporarily disable that one for now until I start back on the beta.

TheMayhem 02-13-2011 04:52 PM

Quote:

Originally Posted by 04wayne (Post 2162190)
I have an error with my lottery - when I go to buy the ticket, it says this:

Warning: Cannot use a scalar value as an array in [path]/pointmarket/gamble_access.php on line 187

Whoops, okay here is the fix for this:

Open /pointmarket/gamble_access.php

Find:

PHP Code:

        $vbulletin->db->query_read("insert into " TABLE_PREFIX "market_gamble_history set userid='$userid', coupon='$cid[id]' date='$date', gameid='$type', cost='$lot[cost]', lottoid='$lottoid', status='1'"); 

Change to:

PHP Code:

        $vbulletin->db->query_read("insert into " TABLE_PREFIX "market_gamble_history set userid='$userid', coupon='$cid[id]',  date='$date', gameid='$type', cost='$lot[cost]', lottoid='$lottoid', status='1'"); 

It was just missing a comma after the coupon='$cid[id]' part.

sg86 02-13-2011 07:04 PM

how about the major release that was coming christmas time ?

the one that gives you to undo all purchases if needed and 1000s of other fixes?

smirkley 02-13-2011 07:43 PM

Thanks TM.

Currently running alpha 2 on my forum.

Quick question, since the last rev I had several threads that were colored by use of the color threads feature in the store. I could not make the colors go away short of disabling that store item.

I noticed that you fixed the expiration feature for this, so I re-enabled it. I also bought a new thread color, and it works like a champ.

In experimentation though, I refunded the feature, but the color still stays. Is this reverted via a cron that hasnt run yet?

Also, upon expiration, will the thread color revert to the original oem vb default thread color?

Thanks again.

TheMayhem 02-13-2011 09:38 PM

Quote:

Originally Posted by sg86 (Post 2162263)
how about the major release that was coming christmas time ?

the one that gives you to undo all purchases if needed and 1000s of other fixes?

Install it and look around the acp and market. The changes are there.

TheMayhem 02-13-2011 09:41 PM

Quote:

Originally Posted by smirkley (Post 2162270)
Thanks TM.

Currently running alpha 2 on my forum.

Quick question, since the last rev I had several threads that were colored by use of the color threads feature in the store. I could not make the colors go away short of disabling that store item.

I noticed that you fixed the expiration feature for this, so I re-enabled it. I also bought a new thread color, and it works like a champ.

In experimentation though, I refunded the feature, but the color still stays. Is this reverted via a cron that hasnt run yet?

Also, upon expiration, will the thread color revert to the original oem vb default thread color?

Thanks again.

If you get a refund and colors don't revert then that is a glitch I have to fix. And yes after an expiration all colors r to go back to default.

Antidepresiv 02-13-2011 11:11 PM

Thanks again TM, this is realy awesome, the support the updates, everything. The gifts are displaying now, in member profile postbit, but when you click on the "Market" tab in member profile, the gifts aren't displayed there, it shows a broken image, im sure, its a minor fix.

Best Regards,
-Anti


All times are GMT. The time now is 12:57 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.03257 seconds
  • Memory Usage 1,767KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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