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)

janvm 05-18-2011 04:52 PM

Where can i find a table which shows me what have user buyed and where i can delete buyed items and more?

janvm 05-19-2011 01:53 PM

Also the Option how much pecent a usergrp gets discount does not function.

TheMayhem 05-19-2011 11:07 PM

Quote:

Originally Posted by Smak Runner 2K (Post 2196440)
OK, well, I've asked for help twice and have been ignored. Can't get the navbar link to show up. Tried everything. Guess I'm not important enough to even get a nod an a "I'll look into it" or whatever. Thanks.

I missed your post the first time, sorry. I thought about it and I am pretty sure that it is related to compatibility with another modification. Try disabling all other modifications and see if that allows for it to show up. Also make sure that you aren't using any customized templates related to the navbar &/or Point Market as that can throw it off. Finally, you must make sure your market settings has the navbar option enabled. Your the only person to say that it won't work for them that's why I'm thinking it's something directly related to your forum & hacks rather than an issue with the market.

Pionex 05-20-2011 12:51 AM

when trying to use the lottery system:

Fatal error: Cannot use object of type mysqli_result as array in /home/admin/domains/mysitecom/public_html/pointmarket/gamble_access.php on line 213

Smak Runner 2K 05-20-2011 01:19 AM

Got the navbar working (conflict) - Thanks for the advice. Sorry I got a little heated...Just frustrated man.

New issue. When someone tries to purchase a created gift, the following error message appears:

Warning: include_once([path]/pointmarket/gift_purchase.php) [function.include-once]: failed to open stream: No such file or directory in [path]/market.php on line 436

Warning: include_once() [function.include]: Failed opening '[path]/pointmarket/gift_purchase.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in [path]/market.php on line 436

TheMayhem 05-20-2011 01:34 AM

Quote:

Originally Posted by Smak Runner 2K (Post 2196440)
OK, well, I've asked for help twice and have been ignored. Can't get the navbar link to show up. Tried everything. Guess I'm not important enough to even get a nod an a "I'll look into it" or whatever. Thanks.

Quote:

Originally Posted by Pionex (Post 2197812)
when trying to use the lottery system:

Fatal error: Cannot use object of type mysqli_result as array in /home/admin/domains/mysitecom/public_html/pointmarket/gamble_access.php on line 213

To fix this in Beta 4 or in gold do this:

Open gamble_access.php
Find
PHP Code:

// Assign Coupons    
    
$getcoupon $vbulletin->GPC['cid'];
    
$cid $db->query_read("SELECT * FROM " TABLE_PREFIX "market_coupons WHERE id ='$getcoupon'"); 

Change to:

PHP Code:

// Build Coupon
$getcouponid $vbulletin->input->clean_gpc('g''cid'TYPE_UINT);
if (
$getcouponid 0) {
$cid $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT * from " TABLE_PREFIX "market_coupons where id ='".addslashes($getcouponid)."'"));
} else {
$cid['id'] = 0;



Pionex 05-20-2011 01:44 AM

fixed-
Thank you.

Smak Runner 2K 05-20-2011 02:15 AM

Nevermind...downloaded new version. all fixed

TheMayhem 05-20-2011 02:22 AM

Quote:

Originally Posted by Smak Runner 2K (Post 2197840)
Nevermind...downloaded new version. all fixed

Which modification didn't it work with properly outta curiosity? That way I know for future issues with other members. And no biggy I know how frustrating it can be to have something not work the way it's supposed to... happens to me all the time when I code :P

Smak Runner 2K 05-20-2011 03:01 AM

Quote:

Originally Posted by TheMayhem (Post 2197841)
Which modification didn't it work with properly outta curiosity? That way I know for future issues with other members. And no biggy I know how frustrating it can be to have something not work the way it's supposed to... happens to me all the time when I code :P

Honestly I don't know, because I uninstalled everything - installed Point Market first, and then about 60% of what was running before after. I took the liberty to cut down on the crap.


All times are GMT. The time now is 06:56 PM.

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.03901 seconds
  • Memory Usage 1,754KB
  • 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
  • (4)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