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

04wayne 02-14-2011 12:03 AM

I get this error:

Quote:

Database error in vBulletin 4.0.8:

Invalid SQL:
update user set `ucash`=ucash-2500.00000- where userid='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 'where userid='1'' at line 1
Error Number : 1064
Request Date : Monday, February 14th 2011 @ 02:01:47 AM
Error Date : Monday, February 14th 2011 @ 02:01:47 AM
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
After adding the comma.

04wayne 02-14-2011 12:04 AM

Its actually registering the lottery purchases, but instead of going back to the same page, its giving me the database error

wreckz 02-14-2011 04:36 AM

Thanks for the update. I still get this error after adding the comma.

Error when trying to purchase a lottery ticket.
Warning: Cannot use a scalar value as an array in [path]/pointmarket/gamble_access.php on line 187

Let me know if I am doing something wrong.

Aramist 02-15-2011 01:24 AM

Hi mayhem..

I have purchased a user title glow..ok

Then i have refounded it..ok

But the glow is still there....

How can i remove the glow now?

I didn't understand isn't it intended to romove the glow when i ask for refound?

I'm so confused =(

Wizardjv 02-15-2011 02:47 AM

MySQL Error : Unknown column 'phrasegroup_pointmarket' in 'field list'
Error Number : 1054

I just want to uninstall this thing. How do you go about doing that? I get 100 errors a day and its very annoying. Is there a file I can run to remove everything you installed? Or maybe some directions that show everything you installed so I can manually remove if have to?

Aramist 02-15-2011 12:48 PM

When I click create button in paypal currency creation page, a blank page apperas and nothing more..

any clue ?

TheMayhem 02-15-2011 05:56 PM

Quote:

Originally Posted by Wizardjv (Post 2162676)
MySQL Error : Unknown column 'phrasegroup_pointmarket' in 'field list'
Error Number : 1054


I just want to uninstall this thing. How do you go about doing that? I get 100 errors a day and its very annoying. Is there a file I can run to remove everything you installed? Or maybe some directions that show everything you installed so I can manually remove if have to?

That is a beyond weird error. Did you have a partially uninstallation go bad or timeout? My advise would be to reinstall and then uninstall cause there is no way you should receive that error unless you had some kinda freakish uninstallation occur.

TheMayhem 02-15-2011 05:59 PM

Quote:

Originally Posted by Aramist (Post 2162666)
Hi mayhem..

I have purchased a user title glow..ok

Then i have refounded it..ok

But the glow is still there....

How can i remove the glow now?

I didn't understand isn't it intended to romove the glow when i ask for refound?

I'm so confused =(

Sounds like a bug that I'll have to fix so it doesn't keep occurring.

Aramist 02-15-2011 08:18 PM

But how can I remove the glow now Mayhem?

And

Did u read my post about the paypal creation? :D

Ty in advance Dude

smirkley 02-15-2011 09:16 PM

verified the thread color expiry worked, and finally removed the thread color.

Aramist, try setting the expire days for the glow in the acp, set it for one day, and buy it again.

Doing this allowed the expiry to remove my problematic thread colors.

Might work for your problem too.

Aramist 02-15-2011 09:27 PM

Quote:

Originally Posted by smirkley (Post 2162950)
verified the thread color expiry worked, and finally removed the thread color.

Aramist, try setting the expire days for the glow in the acp, set it for one day, and buy it again.

Doing this allowed the expiry to remove my problematic thread colors.

Might work for your problem too.

ty Smirkley I will try :D

smirkley 02-15-2011 09:56 PM

Let us know if this works for ya.

(and of course, wait a full day at least, I dont think the field will let you enter fractions of days, like .5, I think it works of actual day rollovers, so it took me a day and a half to see it change)

fly 02-15-2011 10:59 PM

The 'Forum Item Expirations' appears to be looping over and over again with 3.1a2. Was this covered?

edit: As well as 'Usertitle Update'

edit2: And 'Thread Purchases'

fly 02-15-2011 11:22 PM

Another bugon 3.1a2. Change forum description doesn't check the user's permission and instead lists ALL forums.

TheMayhem 02-15-2011 11:41 PM

Okay tonight's bug fixes for Alpha 3 that I completed are:

- Refunds not properly deleting user's settings or thread title settings
- Lottery Mysql Query error and scalar error

I'll look into more of the reports for tomorrow. :)

TheMayhem 02-16-2011 12:11 AM

Quote:

Originally Posted by fly (Post 2162988)
The 'Forum Item Expirations' appears to be looping over and over again with 3.1a2. Was this covered?

What do you mean by this and are you talking about the Expirations on the maintenance menu or the Expirations on the cron task list?

fly 02-16-2011 10:46 AM

Quote:

Originally Posted by TheMayhem (Post 2163018)
What do you mean by this and are you talking about the Expirations on the maintenance menu or the Expirations on the cron task list?

I tried running it from the maintenance menu. Geez, I hope the cron task isn't looping as well...

fly 02-16-2011 11:01 AM

Another 3.1a2 bug: Uncached template - postbit_marketgifts

fly 02-16-2011 11:12 AM

And after this, I'll stop spamming - I swear.

suggestion: Ability to change a thread title

TheMayhem 02-16-2011 01:27 PM

Quote:

Originally Posted by fly (Post 2163153)
I tried running it from the maintenance menu. Geez, I hope the cron task isn't looping as well...

Thats odd the only bug I found related to the maintenance section was a bad phrase when it completed it was talking about custom user titles or something like that which I fixed. Can anyone else duplicate this bug?

And yes the cron script for expired items only runs once a day in the morning. Maybe I'll update it to run twice a day to help kill the overlap that occurs

And fly keep spamming I rather you guys report issues now rather then later.

fly 02-16-2011 02:01 PM

Mine appeared to keep looping. It flashed the same number over and over again for quite a while before I gave up. Anything I can run, or that you'd like to look at? maybe I'm somehow doing something wrong...

04wayne 02-16-2011 04:47 PM

Okay, there is a glitch in my market configuration somewhere, that allowed one of my members to make $20m in 30 minutes!! What could it be?!

fly 02-16-2011 04:55 PM

Quote:

Originally Posted by 04wayne (Post 2163277)
Okay, there is a glitch in my market configuration somewhere, that allowed one of my members to make $20m in 30 minutes!! What could it be?!

Did you ask him? :D

TheMayhem 02-16-2011 07:08 PM

Quote:

Originally Posted by fly (Post 2163214)
Mine appeared to keep looping. It flashed the same number over and over again for quite a while before I gave up. Anything I can run, or that you'd like to look at? maybe I'm somehow doing something wrong...

Reupload the acp files and make sure the version is alpha 2. If it doesn't work you might need to set me up w temp acp access so I can see what's going on.

Aramist 02-16-2011 07:30 PM

Hi the Mayhem...

When I click CREATE, in the paypal conversor creation...i got a blank page...nothing more.

IS it not full implemented yet, or i have a bug here? =/

Ty in advance

fly 02-16-2011 08:42 PM

Quote:

Originally Posted by TheMayhem (Post 2163330)
Reupload the acp files and make sure the version is alpha 2. If it doesn't work you might need to set me up w temp acp access so I can see what's going on.

Nope. It appears to get stuck on the 2nd page. I even changed it to process 10 at a time.

TheMayhem 02-16-2011 10:06 PM

Quote:

Originally Posted by fly (Post 2163370)
Nope. It appears to get stuck on the 2nd page. I even changed it to process 10 at a time.

Hmmm okay that helps I now have a better idea why. I'll take a look at it later tonight.

TheMayhem 02-16-2011 10:07 PM

Quote:

Originally Posted by Aramist (Post 2163339)
Hi the Mayhem...

When I click CREATE, in the paypal conversor creation...i got a blank page...nothing more.

IS it not full implemented yet, or i have a bug here? =/

Ty in advance

Bug :) but an easily fixable one. I'll make sure I have a fix for it on Sunday :)

smirkley 02-16-2011 11:05 PM

Quote:

Originally Posted by TheMayhem (Post 2163203)
Thats odd the only bug I found related to the maintenance section was a bad phrase when it completed it was talking about custom user titles or something like that which I fixed. Can anyone else duplicate this bug?

I have had the looping problem when doing the acp maintenance for thread items,... last one on the maintenance page I believe.

It just keeps refreshing for the first 50 in the list, and i did the math for my site to see if it refreshed more times than threads or members, and yes, it just keeps going.

zonaenlinea 02-16-2011 11:57 PM

Good night someone can give me the link to download the 3.0.1 Point Market

I have not seen in the dumps

that the program asking for the latest update tells me this: 3.1.0 Alpha 1 / 3.1.0


All times are GMT. The time now is 11:12 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.02619 seconds
  • Memory Usage 1,857KB
  • 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
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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