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)

ayam 08-11-2010 05:22 PM

FIXED

i'm receiving this error whenever tried to update the field name in converter

using 3.0rc3 and vb4.0.5

ayam 08-11-2010 05:45 PM

Quote:

Originally Posted by ayam (Post 2082252)
Database error in vBulletin 4.0.5:

Invalid SQL:

update ayammarket_currency SET
`point1_field` = 'vbookie_cash',
`set_amount` = '5',
`fee` = '5000',
`notify_userid` = '3',
`active` = '1',
`charge_field` = 'ucash',
`display_chargefield` = 'Points',
`display_gainfield` = 'Credits'
where
`cid` = '2';

MySQL Error : Unknown column 'display_chargefield' in 'field list'
Error Number : 1054
Request Date : Wednesday, August 11th 2010 @ 11:18:49 AM
Error Date : Wednesday, August 11th 2010 @ 11:18:49 AM
Script : http://www.xxxxx.com/forum/admincp/m...itcreatecnopay
Referrer : http://www.xxxxx.com/forum/admincp/m...vertnopay&id=2
IP Address : 60.52.71.239
Username : xxxxx
Classname : vB_Database
MySQL Version : 5.1.44-community-log

i'm receiving this error whenever tried to update the field name in converter

using 3.0rc3 and vb4.0.5

my bad, didn't pay attention on upgrade instructions. problem fixed

ayam 08-11-2010 06:16 PM

1 Attachment(s)
sorry for reporting again, but previously in 3.0rc2, when i tried to purchase points using paypal, it shows security token is missing but now in 3.0rc3, it is fixed. it returns me to a complete page but the points i purchased is not being credited.

i used ucash for primary (Points), and vbookie for secondary (Credits). trying to purchase vbookie.

this is before the purchase - /forum/market_convert.php

Attachment 120678

and this is after the purchse - forum/market_convert.php?do=complete

Attachment 120679

using vb 4.0.5

Juggernaut 08-11-2010 10:52 PM

I'm getting this error message when trying to enter the point market

Fatal error: Call to undefined function log_admin_action() in /public_html/market.php on line 19

S
o my point market is unusable at this time, even though I've ran the point market database and point market fields and everything shows ok, exept the market isn't available because of this error.

FoW 08-12-2010 12:06 AM

Still getting the same problem with rc3 when i try to add the option to buy points with paypal.

It asks for me to please fill out all feilds after I already have.

Ive gone to the maint menu and ensured all tables were installed correctly and they were.

caciocode 08-12-2010 02:00 AM

Is this similar to this: http://marketplace.digitalpoint.com/. Will this allow members to list their items and sell them? If not is there a mod for this. Is digital point using a mod for their market place or is it made by them? Looks like a great mod. Thanks. Just installed Here

TheMayhem 08-12-2010 02:24 AM

Quote:

Originally Posted by Destron (Post 2082388)
I'm getting this error message when trying to enter the point market

Fatal error: Call to undefined function log_admin_action() in /public_html/market.php on line 19

S
o my point market is unusable at this time, even though I've ran the point market database and point market fields and everything shows ok, exept the market isn't available because of this error.

That error: is a function for the admin cp/cron script. Problem is, it is not located at all in the market.php. You misuploaded things to the wrong location. Please reupload everything and overwrite it all and your error shall be fixed :)


Quote:

Originally Posted by FoW (Post 2082430)
Still getting the same problem with rc3 when i try to add the option to buy points with paypal.

It asks for me to please fill out all feilds after I already have.

Ive gone to the maint menu and ensured all tables were installed correctly and they were.

Okay I've figured out what you are talking about. I fixed a bug in RC 3 related to completing all fields in the market converter creation but it is not what you are experiencing. I went back to the screenshot you posted a few days ago and looked at the information you entered into the fields when creating a Payment Converter. The reason you were getting the error you did is because your User ID you entered was Admin. A userid is the numerical unique number a user has. You can view that userid when you visit their profile it is the number on the right side of the url. You need to enter a number in that field to the admin or user you want to be notified upon payment receipt. That will allow you to successfully create a Payment Converter from points :)

Quote:

Originally Posted by ayam (Post 2082280)
sorry for reporting again, but previously in 3.0rc2, when i tried to purchase points using paypal, it shows security token is missing but now in 3.0rc3, it is fixed. it returns me to a complete page but the points i purchased is not being credited.

i used ucash for primary (Points), and vbookie for secondary (Credits). trying to purchase vbookie.

this is before the purchase - /forum/market_convert.php

Attachment 120678

and this is after the purchse - forum/market_convert.php?do=complete

Attachment 120679

using vb 4.0.5

Check your pms. I'm working on your bug when I wake up and need assistance to fix it.

PixelFx 08-12-2010 02:39 AM

I voted for yeah for mod of the month :P

Juggernaut 08-12-2010 02:59 AM

Thank you mayhem, I had put them in the wrong folders after making the modifications to some files, that I saw on some earlier posts to fix database errors, but since I did it late at night, I didn't have time to check, but thank you for the fast help. :)

techdoctor01 08-12-2010 06:52 PM

I installed it but it brings up the following. I have tried eith other users as well:

swiftgamers, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

random1231231231 08-12-2010 07:00 PM

Quote:

Originally Posted by techdoctor01 (Post 2082824)
I installed it but it brings up the following. I have tried eith other users as well:

swiftgamers, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Go to usergroup management page, edit "Administrators" and give yourself a permission :)
Thats for end-user interface.

Do not forget to check this URL
Code:

http://{YOURDOMAIN}/admincp/market.php?do=settings

BrightStar 08-12-2010 07:30 PM

Quote:

Originally Posted by Mike007 (Post 2072606)
I can't seem to steal points.....how does stealing work?

I am also having problem with points being shown with upto 5 leading decimals

https://vborg.vbsupport.ru/external/2010/08/44.jpg

I am still getting this 5 decimals in my control panel? Is it not fixed in RC3?

Storyteller69 08-12-2010 07:40 PM

Quote:

Originally Posted by Phalynx (Post 2082115)
It's still in work. There are over 500 phrases, thats much of work.

Thanks for the info and your hard work on it!

Another thing:
Creating a new store item and than buy it works fine but after that I got a SQL-error in the ACP when clicking on Point Market -> Store Items
Quote:

Datenbankfehler in vBulletin 4.0.6:

Invalid SQL:
select userid, username from user where userid='1';

MySQL-Fehler : Table 'ucc_vb4test.user' doesn't exist
Fehler-Nr. : 1146
Also after typing a review and than clicking on the item in the store I get the following SQL-error
Quote:

Datenbankfehler in vBulletin 4.0.6:

Invalid SQL:
select username,userid from user where userid='1';

MySQL-Fehler : Table 'ucc_vb4test.user' doesn't exist
Fehler-Nr. : 1146
I'm using Point Market 3.0.0 RC 3 (with the changes from post #990 and #992) and vBExperience 4.0.1 for primary (Points).
Any idea what's wrong?

TheMayhem 08-12-2010 08:41 PM

Quote:

Originally Posted by Mike007 (Post 2082846)
I am still getting this 5 decimals in my control panel? Is it not fixed in RC3?

It's not really a bug because the Market supports up to five decimal places on all items and store items. HOWEVER, I have updated the Admin CP in RC 4 to reflect it to display the number of decimal places that you have selected as an admin. :)

Quote:

Originally Posted by Storyteller69 (Post 2082852)
Thanks for the info and your hard work on it!

Another thing:
Creating a new store item and than buy it works fine but after that I got a SQL-error in the ACP when clicking on Point Market -> Store Items
Also after typing a review and than clicking on the item in the store I get the following SQL-error
I'm using Point Market 3.0.0 RC 3 (with the changes from post #990 and #992) and vBExperience 4.0.1 for primary (Points).
Any idea what's wrong?

The fixes from #990 and #992 SHOULD fix your Admin CP error. Are you sure you applied the fixes correctly and overwrite the file?

However, the error you found when reviewing a product is an unreported glitch. I've fixed it for RC 4. I only have 3 bugs left for RC 4 so it's possible it might be available later tonight :)

WebCafe 08-12-2010 08:45 PM

Very nice. Thank you!

FoW 08-12-2010 09:05 PM

Thanks man! Lol I feel pretty stupid now! appreciate the help!

GONUMBER6 08-12-2010 09:22 PM

Which one do I download to update this mod?

Sorry for the dumb question.... I am currently running 2.1.0 :)

TheMayhem 08-12-2010 09:31 PM

Quote:

Originally Posted by GONUMBER6 (Post 2082899)
Which one do I download to update this mod?

Sorry for the dumb question.... I am currently running 2.1.0 :)

Download this one

https://vborg.vbsupport.ru/attachmen...8&d=1281488394

Point Market 3.0RC3.zip

Make sure you follow the upgrade instructions and run the Maintenance Table Checker and Field Checker when your done :)




Important glitch found:
Gifts do not show up if your using vb 4.0.5. This is automatically corrected with an upgrade to 4.0.6. Any user using 4.0.4 or less is not affected. :)


Also I just finally fixed the stupid store css as files glitch that wouldn't show the correct glows or fieldsets for the user's postbit and member info page. I'm now working on the online/offline glitch that has been around since version 1x series. :) This bad boy is near gold release.

Storyteller69 08-12-2010 09:54 PM

Quote:

Originally Posted by TheMayhem (Post 2082879)
The fixes from #990 and #992 SHOULD fix your Admin CP error. Are you sure you applied the fixes correctly and overwrite the file?

However, the error you found when reviewing a product is an unreported glitch. I've fixed it for RC 4. I only have 3 bugs left for RC 4 so it's possible it might be available later tonight :)

Oh sorry, you're right. I make a upload mistake. :( So the AdminCP error is fixed.

Thanks
Storyteller

pipibunny 08-12-2010 11:21 PM

I have a problem with Gifts Market .
A member created a gift, then another members accessed to Gifts Market. And member bought that gift. However the gift didn't display from postbit or anywhere. They can saw it.
I don't know why, please check it. Thanks

TheMayhem 08-12-2010 11:24 PM

Quote:

Originally Posted by pipibunny (Post 2082972)
I have a problem with Gifts Market .
A member created a gift, then another members accessed to Gifts Market. And member bought that gift. However the gift didn't display from postbit or anywhere. They can saw it.
I don't know why, please check it. Thanks

I am going to guess you are using vbulletin version 4.0.5???? Upgrade to 4.0.6 and it will work :)

tdcdogg 08-13-2010 04:58 AM

looks like a good download, thanks. also, i just clicked on "store items" for the admin cp under this category and got a database error, can you send me PM to let me know the issue i may be having?

thanks in advance

Juggernaut 08-13-2010 05:19 AM

1 Attachment(s)
I am getting this display in my postbit legacy, I've checked the database and fields in maintenance, and all looks good, but not showing any glowing or colors, just the html data.

Bigj85 08-13-2010 07:11 AM

great work on the updates I'll install in the morning,can't wait to see the custom markup everywhere :)

Great Mod,Nominated :D

good luck with getting us gold this weekend

TheMayhem 08-13-2010 07:21 AM

Quote:

Originally Posted by tdcdogg (Post 2083068)
looks like a good download, thanks. also, i just clicked on "store items" for the admin cp under this category and got a database error, can you send me PM to let me know the issue i may be having?

thanks in advance

Paste your database error here and also what exact page are you getting this error on?

Quote:

Originally Posted by Destron (Post 2083072)
I am getting this display in my postbit legacy, I've checked the database and fields in maintenance, and all looks good, but not showing any glowing or colors, just the html data.

Grrrr.... I knew applying all of those changes would create a new bug or two. Anyways, is it doing the same thing on viewing your profile? What vb version are you on?

Glenn Paradis 08-13-2010 07:54 AM

When i import PMS 3.0 RC3, i see error : Unclosed_tag !

I'm using vbb 4.0.0.

capt gary 08-13-2010 10:24 AM

Getting Database error after new install....Here's the error when I attempt to load market.php.

Database error in vBulletin 4.0.5:

Invalid SQL:
SELECT * FROM market_store_transactions AS mt CROSS JOIN ( SELECT marketid, COUNT(*) AS cnt FROM market_store_transactions where marketid=6 ORDER BY cnt DESC LIMIT 1) AS sq USING (marketid);

MySQL Error : Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Error Number : 1140
Request Date : Friday, August 13th 2010 @ 07:22:15 AM
Error Date : Friday, August 13th 2010 @ 07:22:15 AM
Referrer :
Username : Capt Gary
Classname : vB_Database
MySQL Version : 5.0.45

Combattente 08-13-2010 10:50 AM

I've been experiencing this gifts bug since.. vBulletin 4.0.2? It never fixed itself, not with 4.0.3, 4.0.4, 4.0.5 and not even with 4.0.6. I still don't see any gifts in the postbit. I see them in people's profiles, but not in the postbit.

Also, when I tried to upgrade to RC 4, some user titles with aura were shown with HTML code like <span glow= etc., so I had to downgrade to RC 3. None of the versions fixed the gifts bug either.

Juggernaut 08-13-2010 11:43 AM

Quote:

Originally Posted by TheMayhem (Post 2083110)
Paste your database error here and also what exact page are you getting this error on?



Grrrr.... I knew applying all of those changes would create a new bug or two. Anyways, is it doing the same thing on viewing your profile? What vb version are you on?

No, the profiles look alright, it's just the postbit that looks messed up. I am running vBulletin 4.0.6. :D

Kayden 08-13-2010 12:49 PM

After upgrading to RC4, my usergroup username markups don't show on the forum.

capt gary 08-13-2010 01:37 PM

Quote:

Originally Posted by Kayden (Post 2083211)
After upgrading to RC4, my usergroup username markups don't show on the forum.

Yes same thing with me too. The unique username colors I had in the forum all went away with RC4. I reinstalled RC3 and got my username colors back.

CG

stwan 08-13-2010 01:47 PM

Please fixed xhtml 1.0 errors!

BrightStar 08-13-2010 04:37 PM

Quote:

Originally Posted by capt gary (Post 2083228)
Yes same thing with me too. The unique username colors I had in the forum all went away with RC4. I reinstalled RC3 and got my username colors back.

CG

Same here.....do we go back to the older version or is there an easy fix?

Cheers

pipibunny 08-13-2010 06:07 PM

Quote:

Originally Posted by TheMayhem (Post 2082974)
I am going to guess you are using vbulletin version 4.0.5???? Upgrade to 4.0.6 and it will work :)

Thank you for your reply. However, after I upgraded to 4.0.6 patch 1 and Point Market System 3 RC4. It didn't solve this problem. I can't saw item that I bought from Gifts Market. They just shown X.

GONUMBER6 08-13-2010 06:48 PM

I am sure somewhere in the 68 pages, this is mentioned (LOL) but I cannot find how to change the box in postbit to say something else for the gifts than "default catagory". Where do I change this setting?

Thx.... :)

Mopar1973Man 08-13-2010 11:04 PM

TheMayhem...

I got a problem I upddated to your current version and desided to play with thing like user title glow and such... But now after the refund all the users on my site lost there color set regardless of what the usergroup had set... Now what do I do???:confused:

mikeylikesitz 08-14-2010 11:37 AM

Quote:

Originally Posted by capt gary (Post 2083228)
Yes same thing with me too. The unique username colors I had in the forum all went away with RC4. I reinstalled RC3 and got my username colors back.

CG

same here, usergroup colors are being overridden by the market system

GONUMBER6 08-14-2010 02:00 PM

Hello :) I decided to read all 70 pages of this to find how to change this, but I did not find an answer LOL

Instead of the gift box in postbit saying "default catagory", how can I get it to say "my gifts"?

I could not find this setting anywhere.

Also, I do not know if this has been reported yet, I did not see anything. If a user changes their color, the HTML code shows when you scroll over the reputation icons in postbit. Here is what it says for mine, for example:

https://vborg.vbsupport.ru/external/2010/08/39.jpg

thx very much! I love all the new additions to this modification! Excellent work!

smirkley 08-15-2010 03:04 AM

Love this mod, and voted MOTM....

That said, I am going to point out in posts certain issues I find, bugs or not, in hopes that they may be used to improve the product. I promise no donations, but if this turns out like it seems to be, then that is a possibility.

1 - Maintenance >> Thread Purchases

I dont know where this goes, but it just keeps on going. The numbers per page never increment, and I dont even think it stops.

2 - Market link in Navbtabs

Although the permissions test are good for the url's, in addition the navtab shouldnt even show up if one doesnt have permission to do anything. Like guests for example.

3 - Database tables and columns during uninstall

When uninstalling, the database tables and columns added for this mod should also be removed by the uninstall function.

(more to come, and keep up the great work.)

(also, I have disabled most of the features and will be releasing any of them pending testing. Results prior to release will be posted here first, if corrections are needed.)

smirkley 08-15-2010 04:04 AM

... continued,....

4 - Market >> Forum Items (for users using the market page)

Categories with nothing enabled under them should not show at all

5 - Market >> Store Items (for users using the market page)

This section should not show if nothing is configured to exist in this section

6 - Market >> Premium Addon Features (for users using the market page)

These items should show, whether or not paid for, but if not paid for, should link to the store item page so they can pay for it, if not paid for. Plain unlinked text doesnt help the viewer figure out what it is there for.


All times are GMT. The time now is 02:30 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.03661 seconds
  • Memory Usage 1,859KB
  • 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
  • (1)bbcode_code_printable
  • (21)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